Searched refs:gnssGeofencingIface (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp140 sp<IGnssGeofencing> gnssGeofencingIface = nullptr; variable
1285 gnssGeofencingIface = gnssGeofencing;
1361 if (gnssGeofencingIface != nullptr) {
1362 gnssGeofencingIface->setCallback(gnssGeofencingCbIface);
1753 return (gnssGeofencingIface != nullptr) ? JNI_TRUE : JNI_FALSE;
1760 if (gnssGeofencingIface != nullptr) {
1761 auto result = gnssGeofencingIface->addGeofence(
1774 if (gnssGeofencingIface != nullptr) {
1775 auto result = gnssGeofencingIface->removeGeofence(geofenceId);
1785 if (gnssGeofencingIface !
[all...]

Completed in 244 milliseconds