Searched refs:sGnssBatchingCbIface (Results 1 – 2 of 2) sorted by relevance
32 sp<IGnssBatchingCallback> GnssBatching::sGnssBatchingCbIface = nullptr; member in android::hardware::gnss::V1_0::implementation::GnssBatching63 if (sGnssBatchingCbIface == nullptr) { in locationCb()106 auto ret = sGnssBatchingCbIface->gnssLocationBatchCb(gnssLocations); in locationCb()146 sGnssBatchingCbIface = callback; in init()
55 static sp<IGnssBatchingCallback> sGnssBatchingCbIface; member