Searched refs:checkLocation (Results 1 – 11 of 11) sorted by relevance
/aosp12/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/ |
H A D | LocationHelper.java | 105 static @LocationStatus int checkLocation(Location location) { in checkLocation() method in LocationHelper 235 if (!gotGoodLocation && checkLocation(location) == LOCATION_STATUS_OK) { in maybeAdjustUpdateInterval()
|
H A D | LocationPresenter.java | 71 int status = LocationHelper.checkLocation(location); in updateLocation()
|
/aosp12/hardware/interfaces/gnss/common/utils/vts/include/ |
H A D | Utils.h | 46 static void checkLocation(const GnssLocation& location, bool check_speed,
|
/aosp12/frameworks/av/services/camera/libcameraservice/common/ |
H A D | Camera2ClientBase.cpp | 76 status_t Camera2ClientBase<TClientBase>::checkPid(const char* checkLocation) in checkPid() 83 " (old pid %d, new pid %d)", checkLocation, TClientBase::mClientPid, callingPid); in checkPid()
|
H A D | Camera2ClientBase.h | 148 status_t checkPid(const char *checkLocation) const;
|
/aosp12/hardware/interfaces/gnss/common/utils/vts/ |
H A D | Utils.cpp | 32 void Utils::checkLocation(const GnssLocation& location, bool check_speed, in checkLocation() function in android::hardware::gnss::common::Utils
|
/aosp12/hardware/interfaces/gnss/1.1/vts/functional/ |
H A D | gnss_hal_test.cpp | 136 Utils::checkLocation(location, check_speed, check_more_accuracies); in CheckLocation()
|
/aosp12/hardware/interfaces/gnss/2.0/vts/functional/ |
H A D | gnss_hal_test.cpp | 132 Utils::checkLocation(location.v1_0, check_speed, check_more_accuracies); in CheckLocation()
|
/aosp12/hardware/interfaces/gnss/common/utils/vts/include/v2_1/ |
H A D | gnss_hal_test_template.h | 270 Utils::checkLocation(location.v1_0, check_speed, check_more_accuracies); in CheckLocation()
|
/aosp12/frameworks/av/services/camera/libcameraservice/api2/ |
H A D | CameraDeviceClient.h | 274 binder::Status checkPidStatus(const char* checkLocation);
|
H A D | CameraDeviceClient.cpp | 1937 binder::Status CameraDeviceClient::checkPidStatus(const char* checkLocation) { in checkPidStatus() argument 1942 status_t res = checkPid(checkLocation); in checkPidStatus()
|