Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/gnss/
DGnssGeofence.cpp70 GnssGeofenceHidl::GnssGeofenceHidl(const sp<IGnssGeofenceHidl>& iGnssGeofence) in GnssGeofenceHidl() function in android::gnss::GnssGeofenceHidl
75 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()
DGnssGeofence.h62 class GnssGeofenceHidl : public GnssGeofenceInterface {
64 GnssGeofenceHidl(const sp<android::hardware::gnss::V1_0::IGnssGeofencing>& iGnssGeofence);
DGnss.cpp635 return std::make_unique<gnss::GnssGeofenceHidl>(gnssGeofencing); in getGnssGeofenceInterface()