Searched defs:GnssPowerIndication (Results 1 – 3 of 3) sorted by relevance
23 struct GnssPowerIndication : public BnGnssPowerIndication { struct36 mutable std::mutex mMutex;38 int numLocationReported;
27 struct GnssPowerIndication : public BnGnssPowerIndication { struct38 std::shared_ptr<IGnssPowerIndicationCallback> mCb; argument
29 GnssPowerIndication::GnssPowerIndication(std::function<double()> getRunningTime) in GnssPowerIndication() function in aidl::android::hardware::gnss::implementation::GnssPowerIndication