Home
last modified time | relevance | path

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

/device/generic/goldfish/gnss/
DGnssPowerIndication.cpp29 GnssPowerIndication::GnssPowerIndication(std::function<double()> getRunningTime) in GnssPowerIndication() argument
30 : mGetRunningTime(std::move(getRunningTime)) {} in GnssPowerIndication()
DGnss.cpp96 std::bind(&Gnss::getRunningTime, this)); in getExtensionGnssPowerIndication()
352 double Gnss::getRunningTime() const { in getRunningTime() function in aidl::android::hardware::gnss::implementation::Gnss
DGnssPowerIndication.h28 GnssPowerIndication(std::function<double()> getRunningTime);
DGnss.h95 double getRunningTime() const;