Home
last modified time | relevance | path

Searched defs:GnssPowerIndication (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/hardware/interfaces/gnss/aidl/default/
H A DGnssPowerIndication.h23 struct GnssPowerIndication : public BnGnssPowerIndication { struct
36 mutable std::mutex mMutex;
38 int numLocationReported;
/aosp_15_r20/device/generic/goldfish/gnss/
DGnssPowerIndication.h27 struct GnssPowerIndication : public BnGnssPowerIndication { struct
38 std::shared_ptr<IGnssPowerIndicationCallback> mCb; argument
DGnssPowerIndication.cpp29 GnssPowerIndication::GnssPowerIndication(std::function<double()> getRunningTime) in GnssPowerIndication() function in aidl::android::hardware::gnss::implementation::GnssPowerIndication