Home
last modified time | relevance | path

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

/external/perfetto/src/android_internal/
Dhealth_hal.cc39 HealthService g_svc; variable
45 g_svc.aidl = IHealth::fromBinder(binder); in ResetService()
46 if (g_svc.aidl != nullptr) { in ResetService()
50 g_svc.hidl = ::android::hardware::health::V2_0::get_health_service(); in ResetService()
66 ret = g_svc.hidl->getChargeCounter( in GetBatteryCounterHidl()
74 ret = g_svc.hidl->getCapacity( in GetBatteryCounterHidl()
82 ret = g_svc.hidl->getCurrentNow( in GetBatteryCounterHidl()
90 ret = g_svc.hidl->getCurrentAverage( in GetBatteryCounterHidl()
99 g_svc.hidl.clear(); in GetBatteryCounterHidl()
113 status = g_svc.aidl->getChargeCounterUah(&value32); in GetBatteryCounterAidl()
[all …]