Searched defs:mGnssGeofencingCbIface (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/gps/msm8998/android/location_api/
H A DGeofenceAPIClient.h68 sp<IGnssGeofenceCallback> mGnssGeofencingCbIface; member in class:android::hardware::gnss::V1_0::implementation::GeofenceAPIClient
/hardware/interfaces/gnss/1.0/default/
H A DGnssGeofencing.h86 static sp<IGnssGeofenceCallback> mGnssGeofencingCbIface; member in struct:android::hardware::gnss::V1_0::implementation::GnssGeofencing
H A DGnssGeofencing.cpp29 sp<IGnssGeofenceCallback> GnssGeofencing::mGnssGeofencingCbIface = nullptr; member in class:android::hardware::gnss::V1_0::implementation::GnssGeofencing
57 if (mGnssGeofencingCbIface == nullptr) {
68 auto ret = mGnssGeofencingCbIface->gnssGeofenceTransitionCb(
79 if (mGnssGeofencingCbIface == nullptr) {
92 auto ret = mGnssGeofencingCbIface->gnssGeofenceStatusCb(
100 if (mGnssGeofencingCbIface == nullptr) {
105 auto ret = mGnssGeofencingCbIface->gnssGeofenceAddCb(
113 if (mGnssGeofencingCbIface == nullptr) {
118 auto ret = mGnssGeofencingCbIface->gnssGeofenceRemoveCb(
126 if (mGnssGeofencingCbIface
[all...]
/hardware/qcom/gps/msm8998/android/
H A DGnssGeofencing.h81 sp<IGnssGeofenceCallback> mGnssGeofencingCbIface = nullptr; member in struct:android::hardware::gnss::V1_0::implementation::GnssGeofencing

Completed in 179 milliseconds