Home
last modified time | relevance | path

Searched refs:GnssPowerIndication (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/gnss/aidl/default/
DGnssPowerIndication.cpp26 std::shared_ptr<IGnssPowerIndicationCallback> GnssPowerIndication::sCallback = nullptr;
28 ndk::ScopedAStatus GnssPowerIndication::setCallback( in setCallback()
42 ndk::ScopedAStatus GnssPowerIndication::requestGnssPowerStats() { in requestGnssPowerStats()
64 void GnssPowerIndication::notePowerConsumption() { in notePowerConsumption()
DGnssPowerIndication.h23 struct GnssPowerIndication : public BnGnssPowerIndication { struct
DGnss.h92 std::shared_ptr<GnssPowerIndication> mGnssPowerIndication;
DAndroid.bp59 "GnssPowerIndication.cpp",
DGnss.cpp321 mGnssPowerIndication = SharedRefBase::make<GnssPowerIndication>(); in getExtensionGnssPowerIndication()