Searched refs:iGnssPowerIndication (Results 1 – 4 of 4) sorted by relevance
35 std::shared_ptr<IGnssPowerIndication> iGnssPowerIndication; in GnssHidlHal() local36 status = iGnss->getExtensionGnssPowerIndication(&iGnssPowerIndication); in GnssHidlHal()
73 std::shared_ptr<IGnssPowerIndication>* iGnssPowerIndication) { in getExtensionGnssPowerIndication() argument79 *iGnssPowerIndication = mGnssPowerIndication; in getExtensionGnssPowerIndication()
37 std::shared_ptr<IGnssPowerIndication>* iGnssPowerIndication) override;
278 sp<IGnssPowerIndication> iGnssPowerIndication; in TEST_P() local279 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()