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.cpp940 struct GnssGeofenceCallback : public IGnssGeofenceCallback { struct
961 Return<void> GnssGeofenceCallback::gnssGeofenceTransitionCb( in gnssGeofenceTransitionCb()
982 GnssGeofenceCallback::gnssGeofenceStatusCb(GeofenceAvailability status, in gnssGeofenceStatusCb()
995 Return<void> GnssGeofenceCallback::gnssGeofenceAddCb(int32_t geofenceId, in gnssGeofenceAddCb()
1010 Return<void> GnssGeofenceCallback::gnssGeofenceRemoveCb(int32_t geofenceId, in gnssGeofenceRemoveCb()
1024 Return<void> GnssGeofenceCallback::gnssGeofencePauseCb(int32_t geofenceId, in gnssGeofencePauseCb()
1038 Return<void> GnssGeofenceCallback::gnssGeofenceResumeCb(int32_t geofenceId, in gnssGeofenceResumeCb()
2455 sp<IGnssGeofenceCallback> gnssGeofencingCbIface = new GnssGeofenceCallback(); in android_location_GnssLocationProvider_init()