Home
last modified time | relevance | path

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

/hardware/interfaces/gnss/aidl/default/
DGnssHidlHal.cpp35 std::shared_ptr<IGnssPowerIndication> iGnssPowerIndication; in GnssHidlHal() local
36 status = iGnss->getExtensionGnssPowerIndication(&iGnssPowerIndication); in GnssHidlHal()
DGnss.cpp73 std::shared_ptr<IGnssPowerIndication>* iGnssPowerIndication) { in getExtensionGnssPowerIndication() argument
79 *iGnssPowerIndication = mGnssPowerIndication; in getExtensionGnssPowerIndication()
DGnss.h37 std::shared_ptr<IGnssPowerIndication>* iGnssPowerIndication) override;
/hardware/interfaces/gnss/aidl/vts/
Dgnss_hal_test_cases.cpp278 sp<IGnssPowerIndication> iGnssPowerIndication; in TEST_P() local
279 auto status = aidl_gnss_hal_->getExtensionGnssPowerIndication(&iGnssPowerIndication); in TEST_P()
281 ASSERT_TRUE(iGnssPowerIndication != nullptr); in TEST_P()
284 status = iGnssPowerIndication->setCallback(gnssPowerIndicationCallback); in TEST_P()
295 iGnssPowerIndication->requestGnssPowerStats(); in TEST_P()
307 iGnssPowerIndication->requestGnssPowerStats(); in TEST_P()