Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/gnss/aidl/default/
H A 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()
H A DGnssPowerIndication.h23 struct GnssPowerIndication : public BnGnssPowerIndication { struct
H A DGnssHidlHal.h39 std::shared_ptr<GnssPowerIndication> mGnssPowerIndicationAidl;
H A DGnss.h42 std::shared_ptr<GnssPowerIndication> mGnssPowerIndication;
H A DGnss.cpp76 mGnssPowerIndication = SharedRefBase::make<GnssPowerIndication>(); in getExtensionGnssPowerIndication()
H A DAndroid.bp60 "GnssPowerIndication.cpp",