Home
last modified time | relevance | path

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

/device/generic/goldfish/gnss/
DGnssPowerIndication.cpp29 GnssPowerIndication::GnssPowerIndication(std::function<double()> getRunningTime) in GnssPowerIndication() function in aidl::android::hardware::gnss::implementation::GnssPowerIndication
32 ndk::ScopedAStatus GnssPowerIndication::setCallback( in setCallback()
46 ndk::ScopedAStatus GnssPowerIndication::requestGnssPowerStats() { in requestGnssPowerStats()
54 ndk::ScopedAStatus GnssPowerIndication::doRequestGnssPowerStats( in doRequestGnssPowerStats()
DGnssPowerIndication.h27 struct GnssPowerIndication : public BnGnssPowerIndication { struct
28 GnssPowerIndication(std::function<double()> getRunningTime);
DAndroid.bp44 "GnssPowerIndication.cpp",
DGnss.cpp95 *iGnssPowerIndication = ndk::SharedRefBase::make<GnssPowerIndication>( in getExtensionGnssPowerIndication()