Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/gnss/
DGnssGeofenceCallback.cpp78 Status GnssGeofenceCallbackAidl::gnssGeofenceRemoveCb(int geofenceId, int status) { in gnssGeofenceRemoveCb() function in android::gnss::GnssGeofenceCallbackAidl
79 GnssGeofenceCallbackUtil::gnssGeofenceRemoveCb(geofenceId, status); in gnssGeofenceRemoveCb()
113 Return<void> GnssGeofenceCallbackHidl::gnssGeofenceRemoveCb(int32_t geofenceId, in gnssGeofenceRemoveCb() function in android::gnss::GnssGeofenceCallbackHidl
115 GnssGeofenceCallbackUtil::gnssGeofenceRemoveCb(geofenceId, (int)status); in gnssGeofenceRemoveCb()
141 void GnssGeofenceCallbackUtil::gnssGeofenceRemoveCb(int geofenceId, int status) { in gnssGeofenceRemoveCb() function in android::gnss::GnssGeofenceCallbackUtil
DGnssGeofenceCallback.h57 binder::Status gnssGeofenceRemoveCb(int geofenceId, int status) override;
75 hardware::Return<void> gnssGeofenceRemoveCb(
116 static void gnssGeofenceRemoveCb(int geofenceId, int status);