Searched refs:sGnssNiCbIface (Results 1 – 2 of 2) sorted by relevance
28 sp<IGnssNiCallback> GnssNi::sGnssNiCbIface = nullptr; member in android::hardware::gnss::V1_0::implementation::GnssNi52 if (sGnssNiCbIface == nullptr) { in niNotifyCb()77 auto ret = sGnssNiCbIface->niNotifyCb(notificationGnss); in niNotifyCb()90 sGnssNiCbIface = callback; in setCallback()
70 static sp<IGnssNiCallback> sGnssNiCbIface; member