Home
last modified time | relevance | path

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

/hardware/interfaces/gnss/aidl/vts/
DGnssPowerIndicationCallback.h24 class GnssPowerIndicationCallback : public android::hardware::gnss::BnGnssPowerIndicationCallback {
26 GnssPowerIndicationCallback() in GnssPowerIndicationCallback() function
29 ~GnssPowerIndicationCallback() {} in ~GnssPowerIndicationCallback()
DGnssPowerIndicationCallback.cpp24 android::binder::Status GnssPowerIndicationCallback::setCapabilitiesCb(const int capabilities) { in setCapabilitiesCb()
30 android::binder::Status GnssPowerIndicationCallback::gnssPowerStatsCb( in gnssPowerStatsCb()
Dgnss_hal_test_cases.cpp283 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()
DAndroid.bp35 "GnssPowerIndicationCallback.cpp",