Searched refs:GnssPowerIndication (Results 1 – 6 of 6) sorted by relevance
26 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()
23 struct GnssPowerIndication : public BnGnssPowerIndication { struct
39 std::shared_ptr<GnssPowerIndication> mGnssPowerIndicationAidl;
42 std::shared_ptr<GnssPowerIndication> mGnssPowerIndication;
76 mGnssPowerIndication = SharedRefBase::make<GnssPowerIndication>(); in getExtensionGnssPowerIndication()
60 "GnssPowerIndication.cpp",