Searched refs:GnssGeofenceHidl (Results 1 – 3 of 3) sorted by relevance
70 GnssGeofenceHidl::GnssGeofenceHidl(const sp<IGnssGeofenceHidl>& iGnssGeofence) in GnssGeofenceHidl() function in android::gnss::GnssGeofenceHidl75 jboolean GnssGeofenceHidl::setCallback(const std::unique_ptr<GnssGeofenceCallback>& callback) { in setCallback()80 jboolean GnssGeofenceHidl::addGeofence(int geofenceId, double latitudeDegrees, in addGeofence()93 jboolean GnssGeofenceHidl::removeGeofence(int geofenceId) { in removeGeofence()98 jboolean GnssGeofenceHidl::pauseGeofence(int geofenceId) { in pauseGeofence()103 jboolean GnssGeofenceHidl::resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence()
62 class GnssGeofenceHidl : public GnssGeofenceInterface {64 GnssGeofenceHidl(const sp<android::hardware::gnss::V1_0::IGnssGeofencing>& iGnssGeofence);
635 return std::make_unique<gnss::GnssGeofenceHidl>(gnssGeofencing); in getGnssGeofenceInterface()