HomeSort by relevance Sort by last modified time
    Searched defs:mGnssGeofencingCbIface (Results 1 - 6 of 6) sorted by null

  /hardware/qcom/gps/msm8998/android/location_api/
GeofenceAPIClient.h 68 sp<IGnssGeofenceCallback> mGnssGeofencingCbIface;
  /hardware/qcom/gps/sdm845/android/location_api/
GeofenceAPIClient.h 68 sp<IGnssGeofenceCallback> mGnssGeofencingCbIface;
  /hardware/interfaces/gnss/1.0/default/
GnssGeofencing.h 86 static sp<IGnssGeofenceCallback> mGnssGeofencingCbIface;
GnssGeofencing.cpp 29 sp<IGnssGeofenceCallback> GnssGeofencing::mGnssGeofencingCbIface = nullptr;
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 == nullptr)
    [all...]
  /hardware/qcom/gps/msm8998/android/
GnssGeofencing.h 81 sp<IGnssGeofenceCallback> mGnssGeofencingCbIface = nullptr;
  /hardware/qcom/gps/sdm845/android/
GnssGeofencing.h 81 sp<IGnssGeofenceCallback> mGnssGeofencingCbIface = nullptr;

Completed in 48 milliseconds