Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp827 struct GnssGeofenceCallback : public IGnssGeofenceCallback { struct
848 Return<void> GnssGeofenceCallback::gnssGeofenceTransitionCb( in gnssGeofenceTransitionCb()
869 GnssGeofenceCallback::gnssGeofenceStatusCb(GeofenceAvailability status, in gnssGeofenceStatusCb()
882 Return<void> GnssGeofenceCallback::gnssGeofenceAddCb(int32_t geofenceId, in gnssGeofenceAddCb()
897 Return<void> GnssGeofenceCallback::gnssGeofenceRemoveCb(int32_t geofenceId, in gnssGeofenceRemoveCb()
911 Return<void> GnssGeofenceCallback::gnssGeofencePauseCb(int32_t geofenceId, in gnssGeofencePauseCb()
925 Return<void> GnssGeofenceCallback::gnssGeofenceResumeCb(int32_t geofenceId, in gnssGeofenceResumeCb()
1970 sp<IGnssGeofenceCallback> gnssGeofencingCbIface = new GnssGeofenceCallback(); in android_location_GnssLocationProvider_init()