Home
last modified time | relevance | path

Searched refs:checkLocation (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
H A DLocationHelper.java105 static @LocationStatus int checkLocation(Location location) { in checkLocation() method in LocationHelper
235 if (!gotGoodLocation && checkLocation(location) == LOCATION_STATUS_OK) { in maybeAdjustUpdateInterval()
H A DLocationPresenter.java71 int status = LocationHelper.checkLocation(location); in updateLocation()
/aosp12/hardware/interfaces/gnss/common/utils/vts/include/
H A DUtils.h46 static void checkLocation(const GnssLocation& location, bool check_speed,
/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.cpp76 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 DCamera2ClientBase.h148 status_t checkPid(const char *checkLocation) const;
/aosp12/hardware/interfaces/gnss/common/utils/vts/
H A DUtils.cpp32 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 Dgnss_hal_test.cpp136 Utils::checkLocation(location, check_speed, check_more_accuracies); in CheckLocation()
/aosp12/hardware/interfaces/gnss/2.0/vts/functional/
H A Dgnss_hal_test.cpp132 Utils::checkLocation(location.v1_0, check_speed, check_more_accuracies); in CheckLocation()
/aosp12/hardware/interfaces/gnss/common/utils/vts/include/v2_1/
H A Dgnss_hal_test_template.h270 Utils::checkLocation(location.v1_0, check_speed, check_more_accuracies); in CheckLocation()
/aosp12/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.h274 binder::Status checkPidStatus(const char* checkLocation);
H A DCameraDeviceClient.cpp1937 binder::Status CameraDeviceClient::checkPidStatus(const char* checkLocation) { in checkPidStatus() argument
1942 status_t res = checkPid(checkLocation); in checkPidStatus()