Home | History | Annotate | Download | only in default

Lines Matching defs:mGnssGeofencingCbIface

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) {
131 auto ret = mGnssGeofencingCbIface->gnssGeofencePauseCb(
139 if (mGnssGeofencingCbIface == nullptr) {
144 auto ret = mGnssGeofencingCbIface->gnssGeofenceResumeCb(
157 mGnssGeofencingCbIface = callback;