Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/gnss/aidl/vts/
H A DGnssPowerIndicationCallback.h24 class GnssPowerIndicationCallback : public android::hardware::gnss::BnGnssPowerIndicationCallback {
26 GnssPowerIndicationCallback() in GnssPowerIndicationCallback() function
29 ~GnssPowerIndicationCallback() {} in ~GnssPowerIndicationCallback()
H A DGnssPowerIndicationCallback.cpp24 android::binder::Status GnssPowerIndicationCallback::setCapabilitiesCb(const int capabilities) { in setCapabilitiesCb()
30 android::binder::Status GnssPowerIndicationCallback::gnssPowerStatsCb( in gnssPowerStatsCb()
H A 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()
H A DAndroid.bp35 "GnssPowerIndicationCallback.cpp",
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp727 struct GnssPowerIndicationCallback : public android::hardware::gnss::BnGnssPowerIndicationCallback { struct
733 Status GnssPowerIndicationCallback::setCapabilitiesCb(const int capabilities) { in setCapabilitiesCb()
741 Status GnssPowerIndicationCallback::gnssPowerStatsCb(const GnssPowerStats& data) { in gnssPowerStatsCb()
2066 new GnssPowerIndicationCallback(); in android_location_gnss_hal_GnssNative_init()