Home
last modified time | relevance | path

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

/external/perfetto/src/android_internal/
Dhealth_hal.cc58 g_svc->getChargeCounter([&res, value](Result hal_res, int32_t hal_value) { in GetBatteryCounter() argument
59 res = hal_res; in GetBatteryCounter()
65 g_svc->getCapacity([&res, value](Result hal_res, int64_t hal_value) { in GetBatteryCounter() argument
66 res = hal_res; in GetBatteryCounter()
72 g_svc->getCurrentNow([&res, value](Result hal_res, int32_t hal_value) { in GetBatteryCounter() argument
73 res = hal_res; in GetBatteryCounter()
80 [&res, value](Result hal_res, int32_t hal_value) { in GetBatteryCounter() argument
81 res = hal_res; in GetBatteryCounter()