Home
last modified time | relevance | path

Searched refs:locations (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/base/services/core/xsd/vts/
DValidateDefaultPermissions.cpp53 std::vector<const char*> locations = {"/vendor/etc/default-permissions", in TEST() local
56 for (const char* dir_path : locations) { in TEST()
/frameworks/av/services/audiopolicy/engineconfigurable/tools/
DAndroid.bp42 cmd: "cp $(locations :audio_policy_configuration_files) $(genDir)/. && " +
87 "cp $(locations :audio_policy_pfw_structure_files) $(genDir)/Structure/Policy && " +
95 "--add-edds $(locations :edd_files) " +
124 cmd: "cp $(locations :audio_policy_engine_configuration_files) $(genDir) && ls -l $(genDir) &&"+
/frameworks/base/tools/aapt2/java/
DProguardRules.cpp416 std::set<UsageLocation> locations; in WriteKeepSet() local
421 can_be_conditional &= CollectLocations(location, keep_set, &locations); in WriteKeepSet()
426 for (const UsageLocation& location : locations) { in WriteKeepSet()
465 std::set<UsageLocation>* locations) { in CollectLocations() argument
466 locations->insert(location); in CollectLocations()
477 if (locations->find(refLocation) != locations->end()) { in CollectLocations()
480 if (!CollectLocations(refLocation, keep_set, locations)) { in CollectLocations()
DProguardRules.h77 std::set<UsageLocation>* locations);
97 std::set<UsageLocation>* locations);
/frameworks/base/core/java/android/widget/
DGridLayout.java958 int[] xs = mHorizontalAxis.locations; in onDebugDraw()
966 int[] ys = mVerticalAxis.locations; in onDebugDraw()
1052 int[] locations = axis.getLocations(); in measureChildrenWithMargins() local
1053 int cellSize = locations[span.max] - locations[span.min]; in measureChildrenWithMargins()
1258 public int[] locations; field in GridLayout.Axis
1554 private boolean relax(int[] locations, Arc entry) { in relax() argument
1562 int candidate = locations[u] + value; in relax()
1563 if (candidate > locations[v]) { in relax()
1564 locations[v] = candidate; in relax()
1570 private void init(int[] locations) { in init() argument
[all …]
/frameworks/base/core/tests/coretests/src/android/app/
DApplicationPackageManagerTest.java192 int[] locations = {PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY, in testGetCandidateVolumes_3rdParty_internalOnly() local
195 for (int location : locations) { in testGetCandidateVolumes_3rdParty_internalOnly()
218 int[] locations = {PackageInfo.INSTALL_LOCATION_AUTO, in testGetCandidateVolumes_3rdParty_auto() local
221 for (int location : locations) { in testGetCandidateVolumes_3rdParty_auto()
/frameworks/base/location/java/android/location/
DIBatchedLocationCallback.aidl28 void onLocationBatch(in List<Location> locations); in onLocationBatch() argument
DBatchedLocationCallback.java43 public void onLocationBatch(List<Location> locations) {} in onLocationBatch() argument
/frameworks/base/services/core/java/com/android/server/location/
DAbstractLocationProvider.java69 void onReportLocation(List<Location> locations); in onReportLocation() argument
323 protected void reportLocation(List<Location> locations) { in reportLocation() argument
328 listener.onReportLocation(locations); in reportLocation()
DMockableLocationProvider.java284 public final void onReportLocation(List<Location> locations) { in onReportLocation() argument
290 reportLocation(locations); in onReportLocation()
/frameworks/base/services/core/
DAndroid.bp38 "$(locations :services.core-sources)",
54 "$(locations :services.core-sources)",
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.cpp159 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl() local
163 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl()
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp117 C2ChromaOffsetStruct locations[1] = {C2ChromaOffsetStruct::ITU_YUV_420_0()}; in IntfImpl() local
121 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl()
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp124 C2ChromaOffsetStruct locations[1] = { in IntfImpl() local
129 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp176 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl() local
180 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl()
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
DMockableLocationProviderTest.java201 public void onReportLocation(List<Location> locations) {} in onReportLocation() argument
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp125 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl() local
129 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.cpp119 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl() local
123 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl()
/frameworks/av/media/codec2/core/include/
DC2Config.h1382 C2ChromaOffsetStruct locations[]; // max 2 elements member
1397 locations[ix] = location; in C2ColorInfoStruct()
1402 DEFINE_AND_DESCRIBE_FLEX_C2STRUCT(ColorInfo, locations)
1405 C2FIELD(locations, "locations")
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssManagerService.java601 public void onReportLocation(List<Location> locations) { in onReportLocation() argument
620 gnssBatchingCallback.onLocationBatch(locations); in onReportLocation()
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.cpp109 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl() local
113 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl()
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp1856 static Return<void> gnssLocationBatchCbImpl(const hidl_vec<T>& locations);
1862 Return<void> GnssBatchingCallbackUtil::gnssLocationBatchCbImpl(const hidl_vec<T>& locations) { in gnssLocationBatchCbImpl() argument
1865 jobjectArray jLocations = env->NewObjectArray(locations.size(), class_location, nullptr); in gnssLocationBatchCbImpl()
1867 for (uint16_t i = 0; i < locations.size(); ++i) { in gnssLocationBatchCbImpl()
1868 jobject jLocation = translateGnssLocation(env, locations[i]); in gnssLocationBatchCbImpl()
1887 Return<void> gnssLocationBatchCb(const hidl_vec<GnssLocation_V1_0>& locations) override { in gnssLocationBatchCb()
1888 return GnssBatchingCallbackUtil::gnssLocationBatchCbImpl(locations); in gnssLocationBatchCb()
1898 Return<void> gnssLocationBatchCb(const hidl_vec<GnssLocation_V2_0>& locations) override { in gnssLocationBatchCb()
1899 return GnssBatchingCallbackUtil::gnssLocationBatchCbImpl(locations); in gnssLocationBatchCb()
/frameworks/base/cmds/bootanimation/
DFORMAT.md5 The system selects a boot animation zipfile from the following locations, in order:
/frameworks/hardware/interfaces/stats/1.0/
Dtypes.hal52 * instances of the same hardware_type. The specific locations are vendor
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dreduce.rscript291 // finds min values (not their locations) from matrix input

12