Home
last modified time | relevance | path

Searched refs:mGnssPowerIndication (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/gnss/aidl/default/
DGnss.cpp75 if (mGnssPowerIndication == nullptr) { in getExtensionGnssPowerIndication()
76 mGnssPowerIndication = SharedRefBase::make<GnssPowerIndication>(); in getExtensionGnssPowerIndication()
79 *iGnssPowerIndication = mGnssPowerIndication; in getExtensionGnssPowerIndication()
DGnss.h42 std::shared_ptr<GnssPowerIndication> mGnssPowerIndication; variable
DGnssHidlHal.cpp40 mGnssPowerIndicationAidl = iGnss->mGnssPowerIndication; in GnssHidlHal()