Searched refs:GnssPowerIndicationCallback (Results 1 – 4 of 4) sorted by relevance
24 class GnssPowerIndicationCallback : public android::hardware::gnss::BnGnssPowerIndicationCallback {26 GnssPowerIndicationCallback() in GnssPowerIndicationCallback() function29 ~GnssPowerIndicationCallback() {} in ~GnssPowerIndicationCallback()
24 android::binder::Status GnssPowerIndicationCallback::setCapabilitiesCb(const int capabilities) { in setCapabilitiesCb()30 android::binder::Status GnssPowerIndicationCallback::gnssPowerStatsCb( in gnssPowerStatsCb()
283 auto gnssPowerIndicationCallback = sp<GnssPowerIndicationCallback>::make(); in TEST_P()316 (int)GnssPowerIndicationCallback::CAPABILITY_TOTAL)) { in TEST_P()331 (int)GnssPowerIndicationCallback::CAPABILITY_SINGLEBAND_ACQUISITION) || in TEST_P()333 (int)GnssPowerIndicationCallback::CAPABILITY_MULTIBAND_ACQUISITION)) { in TEST_P()343 (int)GnssPowerIndicationCallback::CAPABILITY_SINGLEBAND_TRACKING) || in TEST_P()345 (int)GnssPowerIndicationCallback::CAPABILITY_MULTIBAND_TRACKING)) { in TEST_P()
35 "GnssPowerIndicationCallback.cpp",