Home
last modified time | relevance | path

Searched refs:sGnssBatchingCbIface (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/gnss/1.0/default/
DGnssBatching.cpp32 sp<IGnssBatchingCallback> GnssBatching::sGnssBatchingCbIface = nullptr; member in android::hardware::gnss::V1_0::implementation::GnssBatching
63 if (sGnssBatchingCbIface == nullptr) { in locationCb()
106 auto ret = sGnssBatchingCbIface->gnssLocationBatchCb(gnssLocations); in locationCb()
146 sGnssBatchingCbIface = callback; in init()
DGnssBatching.h55 static sp<IGnssBatchingCallback> sGnssBatchingCbIface; member