Home
last modified time | relevance | path

Searched defs:location (Results 1 – 25 of 144) sorted by relevance

123456

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/altitude/
H A DAltitudeConverterTest.java53 Location location = new Location(""); in testAddMslAltitudeToLocation_expectedBehavior() local
119 Location location = new Location(""); in testAddMslAltitudeToLocation_invalidLatitudeThrows() local
138 Location location = new Location(""); in testAddMslAltitudeToLocation_invalidLongitudeThrows() local
157 Location location = new Location(""); in testAddMslAltitudeToLocation_invalidAltitudeThrows() local
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java411 int location, in glProgramUniform1i()
419 int location, in glProgramUniform2i()
428 int location, in glProgramUniform3i()
438 int location, in glProgramUniform4i()
449 int location, in glProgramUniform1ui()
457 int location, in glProgramUniform2ui()
466 int location, in glProgramUniform3ui()
476 int location, in glProgramUniform4ui()
487 int location, in glProgramUniform1f()
495 int location, in glProgramUniform2f()
[all …]
H A DGLES20.java1172 int location, in glGetUniformfv()
1181 int location, in glGetUniformfv()
1189 int location, in glGetUniformiv()
1198 int location, in glGetUniformiv()
1515 int location, in glUniform1f()
1522 int location, in glUniform1fv()
1531 int location, in glUniform1fv()
1539 int location, in glUniform1i()
1546 int location, in glUniform1iv()
1555 int location, in glUniform1iv()
[all …]
/aosp14/frameworks/base/location/java/android/location/altitude/
H A DAltitudeConverter.java54 private static void validate(@NonNull Location location) { in validate()
80 @NonNull Location location) { in findMapSquare()
122 @NonNull double[] geoidHeightsMeters, @NonNull Location location) { in addMslAltitude()
164 public void addMslAltitudeToLocation(@NonNull Context context, @NonNull Location location) in addMslAltitudeToLocation()
180 public boolean addMslAltitudeToLocation(@NonNull Location location) { in addMslAltitudeToLocation()
/aosp14/frameworks/base/packages/FusedLocation/test/src/com/android/location/fused/tests/
H A DFusedLocationServiceTest.java125 Location location = createLocation(NETWORK_PROVIDER, mRandom); in testNetworkRequest() local
139 Location location = createLocation(GPS_PROVIDER, mRandom); in testGpsRequest() local
164 public void onReportLocation(Location location) { in onReportLocation()
198 Location location = new Location(provider); in createLocation() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/
H A DGnssTimeUpdateServiceTest.java94 Location location = new Location(LocationManager.GPS_PROVIDER); in testLocationListenerOnLocationChanged_validLocationTime_suggestsGnssTime() local
124 Location location = new Location(LocationManager.GPS_PROVIDER); in testLocationListenerOnLocationChanged_nullLocationTime_doesNotSuggestGnssTime() local
192 Location location = new Location(LocationManager.GPS_PROVIDER); in advanceServiceToSleepingState() local
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DNinePatch.java179 public void draw(Canvas canvas, RectF location) { in draw()
189 public void draw(Canvas canvas, Rect location) { in draw()
201 public void draw(Canvas canvas, Rect location, Paint paint) { in draw()
272 Rect location); in nativeGetTransparentRegion()
/aosp14/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp1248 (JNIEnv *_env, jobject _this, jint program, jint location, jint v0) { in android_glProgramUniform1i__III()
1259 (JNIEnv *_env, jobject _this, jint program, jint location, jint v0, jint v1) { in android_glProgramUniform2i__IIII()
1271 (JNIEnv *_env, jobject _this, jint program, jint location, jint v0, jint v1, jint v2) { in android_glProgramUniform3i__IIIII()
1298 (JNIEnv *_env, jobject _this, jint program, jint location, jint v0) { in android_glProgramUniform1ui__III()
1309 (JNIEnv *_env, jobject _this, jint program, jint location, jint v0, jint v1) { in android_glProgramUniform2ui__IIII()
1321 (JNIEnv *_env, jobject _this, jint program, jint location, jint v0, jint v1, jint v2) { in android_glProgramUniform3ui__IIIII()
1348 (JNIEnv *_env, jobject _this, jint program, jint location, jfloat v0) { in android_glProgramUniform1f__IIF()
1359 (JNIEnv *_env, jobject _this, jint program, jint location, jfloat v0, jfloat v1) { in android_glProgramUniform2f__IIFF()
1443 (JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) { in android_glProgramUniform1iv__IIILjava_nio_IntBuffer_2()
1527 (JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) { in android_glProgramUniform2iv__IIILjava_nio_IntBuffer_2()
[all …]
/aosp14/frameworks/base/services/core/jni/gnss/
H A DGnssCallback.cpp64 inline bool hasLatLong(const GnssLocationAidl& location) { in hasLatLong()
69 inline bool hasLatLong(const GnssLocation_V1_0& location) { in hasLatLong()
75 inline bool hasLatLong(const GnssLocation_V2_0& location) { in hasLatLong()
174 Status GnssCallbackAidl::gnssLocationCb(const hardware::gnss::GnssLocation& location) { in gnssLocationCb()
258 Return<void> GnssCallbackHidl::gnssLocationCbImpl(const T& location) { in gnssLocationCbImpl()
270 Return<void> GnssCallbackHidl::gnssLocationCb(const GnssLocation_V1_0& location) { in gnssLocationCb()
274 Return<void> GnssCallbackHidl::gnssLocationCb_2_0(const GnssLocation_V2_0& location) { in gnssLocationCb_2_0()
H A DGnssGeofenceCallback.cpp60 const GnssLocationAidl& location, in gnssGeofenceTransitionCb()
94 int32_t geofenceId, const GnssLocation_V1_0& location, GeofenceTransition transition, in gnssGeofenceTransitionCb()
102 const GnssLocation_V1_0& location) { in gnssGeofenceStatusCb()
H A DGnss.cpp59 GnssLocationAidl location; in createGnssLocation() local
87 GnssLocation_V1_0 location; in createGnssLocation_V1_0() local
112 GnssLocation_V2_0 location; in createGnssLocation_V2_0() local
393 GnssLocationAidl location = in injectLocation() local
422 GnssLocationAidl location = in injectBestLocation() local
435 GnssLocation_V2_0 location = in injectBestLocation() local
448 GnssLocation_V1_0 location = in injectBestLocation() local
H A DUtils.cpp164 jobject translateGnssLocation(JNIEnv* env, const android::hardware::gnss::GnssLocation& location) { in translateGnssLocation()
210 jobject translateGnssLocation(JNIEnv* env, const GnssLocation_V1_0& location) { in translateGnssLocation()
246 jobject translateGnssLocation(JNIEnv* env, const GnssLocation_V2_0& location) { in translateGnssLocation()
/aosp14/frameworks/base/services/core/java/com/android/server/location/geofence/
H A DGeofenceManager.java182 Location location = getLastLocation(); in onActive() local
219 double getDistanceToBoundary(Location location) { in getDistanceToBoundary()
228 ListenerOperation<PendingIntent> onLocationChanged(Location location) { in onLocationChanged()
466 Location location = getLastLocation(); in mergeRegistrations() local
506 public void onLocationChanged(Location location) { in onLocationChanged()
518 Location location; in getLastLocation() local
/aosp14/frameworks/base/packages/SystemUI/checks/src/com/android/internal/systemui/lint/
H A DDemotingTestWithoutBugDetector.kt45 val location = context.getLocation(node) regex
55 val location = context.getLocation(node) regex
/aosp14/frameworks/base/services/core/java/com/android/server/twilight/
H A DTwilightService.java214 final Location location = mLastLocation != null ? mLastLocation in updateTwilightState() local
249 public void onLocationChanged(@Nullable Location location) { in onLocationChanged()
279 private static TwilightState calculateTwilightState(Location location, long timeMillis) { in calculateTwilightState()
/aosp14/frameworks/base/core/java/com/android/internal/statusbar/
H A DNotificationVisibility.java39 public NotificationLocation location; field in NotificationVisibility
78 NotificationLocation location) { in NotificationVisibility()
153 NotificationLocation location) { in obtain()
/aosp14/frameworks/base/tools/aapt2/java/
H A DProguardRules.cpp407 for (const UsageLocation& location : entry.second) { in WriteKeepSet() local
419 for (const UsageLocation& location : entry.second) { in WriteKeepSet() local
425 for (const UsageLocation& location : locations) { in WriteKeepSet() local
439 for (const UsageLocation& location : entry.second) { in WriteKeepSet() local
453 for (const UsageLocation& location : entry.second) { in WriteKeepSet() local
463 bool CollectLocations(const UsageLocation& location, const KeepSet& keep_set, in CollectLocations()
/aosp14/frameworks/base/location/java/android/location/
H A DILocationCallback.aidl27 void onLocation(in @nullable Location location); in onLocation()
/aosp14/frameworks/base/core/java/android/os/strictmode/
H A DContentUriWithoutPermissionViolation.java22 public ContentUriWithoutPermissionViolation(Uri uri, String location) { in ContentUriWithoutPermissionViolation()
/aosp14/frameworks/base/core/java/android/service/carrier/
H A DICarrierMessagingService.aidl98 void sendMms(in Uri pduUri, int subId, in Uri location, in sendMms()
111 void downloadMms(in Uri pduUri, int subId, in Uri location, in downloadMms()
/aosp14/frameworks/base/core/java/android/app/prediction/
H A DAppTargetEvent.java72 private AppTargetEvent(@Nullable AppTarget target, @Nullable String location, in AppTargetEvent()
165 public Builder setLaunchLocation(@Nullable String location) { in setLaunchLocation()
/aosp14/frameworks/base/services/core/java/com/android/server/location/countrydetector/
H A DLocationBasedCountryDetector.java75 protected String getCountryFromLocation(Location location) { in getCountryFromLocation()
237 private synchronized void queryCountryCode(final Location location) { in queryCountryCode()
/aosp14/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareMonitorCallback.java44 public void onMonitoringSystemChange(int monitoringType, boolean available, Location location) { in onMonitoringSystemChange()
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DFusedPrintersProvider.java182 Location location = getCurrentLocation(); in computeAndDeliverResult() local
336 Location location) { in updatePrinters()
411 private boolean isLocationAcceptable(Location location) { in isLocationAcceptable()
420 public void onLocationChanged(@Nullable Location location) { in onLocationChanged()
674 Location location = getCurrentLocation(); in addPrinterAndWritePrinterHistory() local
924 Location location; in parsePrinter() local
1033 Location location = printers.get(i).second; in doWritePrinterHistory() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/animation/
H A DCurvedTranslateAnimation.java39 PointF location = (PointF) mKeyframes.getValue(interpolatedTime); in applyTransformation() local

123456