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.cpp814 struct GnssGeofenceCallback : public IGnssGeofenceCallback { struct
835 Return<void> GnssGeofenceCallback::gnssGeofenceTransitionCb( in gnssGeofenceTransitionCb()
856 GnssGeofenceCallback::gnssGeofenceStatusCb(GeofenceAvailability status, in gnssGeofenceStatusCb()
869 Return<void> GnssGeofenceCallback::gnssGeofenceAddCb(int32_t geofenceId, in gnssGeofenceAddCb()
884 Return<void> GnssGeofenceCallback::gnssGeofenceRemoveCb(int32_t geofenceId, in gnssGeofenceRemoveCb()
898 Return<void> GnssGeofenceCallback::gnssGeofencePauseCb(int32_t geofenceId, in gnssGeofencePauseCb()
912 Return<void> GnssGeofenceCallback::gnssGeofenceResumeCb(int32_t geofenceId, in gnssGeofenceResumeCb()
1950 sp<IGnssGeofenceCallback> gnssGeofencingCbIface = new GnssGeofenceCallback(); in android_location_GnssLocationProvider_init()