/frameworks/base/location/java/android/location/ |
D | IBatchedLocationCallback.aidl | 28 void onLocationBatch(in List<Location> locations); in onLocationBatch()
|
D | BatchedLocationCallback.java | 43 public void onLocationBatch(List<Location> locations) {} in onLocationBatch()
|
D | BatchedLocationCallbackTransport.java | 54 public void onLocationBatch(final List<Location> locations) { in onLocationBatch()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | AbstractLocationProvider.java | 67 void onReportLocation(List<Location> locations); in onReportLocation() 89 protected void reportLocation(List<Location> locations) { in reportLocation()
|
/frameworks/base/services/core/xsd/vts/ |
D | ValidateDefaultPermissions.cpp | 53 std::vector<const char*> locations = {"/vendor/etc/default-permissions", in TEST() local
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | ApplicationPackageManagerTest.java | 192 int[] locations = {PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY, in testGetCandidateVolumes_3rdParty_internalOnly() local 218 int[] locations = {PackageInfo.INSTALL_LOCATION_AUTO, in testGetCandidateVolumes_3rdParty_auto() local
|
/frameworks/base/tools/aapt2/java/ |
D | ProguardRules.cpp | 401 std::set<UsageLocation> locations; in WriteKeepSet() local 444 std::set<UsageLocation>* locations) { in CollectLocations()
|
/frameworks/base/core/java/android/widget/ |
D | GridLayout.java | 1052 int[] locations = axis.getLocations(); in measureChildrenWithMargins() local 1258 public int[] locations; field in GridLayout.Axis 1554 private boolean relax(int[] locations, Arc entry) { in relax() 1570 private void init(int[] locations) { in init()
|
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 163 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl() local
|
/frameworks/av/media/codec2/components/gav1/ |
D | C2SoftGav1Dec.cpp | 117 C2ChromaOffsetStruct locations[1] = {C2ChromaOffsetStruct::ITU_YUV_420_0()}; in IntfImpl() local
|
/frameworks/av/media/codec2/components/aom/ |
D | C2SoftAomDec.cpp | 122 C2ChromaOffsetStruct locations[1] = { in IntfImpl() local
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcDec.cpp | 119 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl() local
|
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcDec.cpp | 125 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl() local
|
/frameworks/av/media/codec2/components/mpeg2/ |
D | C2SoftMpeg2Dec.cpp | 103 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl() local
|
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVpxDec.cpp | 176 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl() local
|
/frameworks/base/services/core/java/com/android/server/ |
D | LocationManagerService.java | 1124 public void onReportLocation(List<Location> locations) { in onReportLocation()
|
/frameworks/base/tools/aapt/ |
D | Resource.cpp | 3307 const SortedVector<String8>& locations = rules.valueAt(i); in writeProguardSpec() local
|
/frameworks/av/media/codec2/core/include/ |
D | C2Config.h | 1362 C2ChromaOffsetStruct locations[]; // max 2 elements member
|
/frameworks/base/services/core/jni/ |
D | com_android_server_location_GnssLocationProvider.cpp | 1477 Return<void> GnssBatchingCallbackUtil::gnssLocationBatchCbImpl(const hidl_vec<T>& locations) { in gnssLocationBatchCbImpl()
|