Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/gnss/1.0/default/
H A DGnssNi.cpp28 sp<IGnssNiCallback> GnssNi::sGnssNiCbIface = nullptr; member in android::hardware::gnss::V1_0::implementation::GnssNi
52 if (sGnssNiCbIface == nullptr) { in niNotifyCb()
77 auto ret = sGnssNiCbIface->niNotifyCb(notificationGnss); in niNotifyCb()
90 sGnssNiCbIface = callback; in setCallback()
H A DGnssNi.h70 static sp<IGnssNiCallback> sGnssNiCbIface; member