Searched refs:hal_res (Results 1 – 1 of 1) sorted by relevance
58 g_svc->getChargeCounter([&res, value](Result hal_res, int32_t hal_value) { in GetBatteryCounter() argument59 res = hal_res; in GetBatteryCounter()65 g_svc->getCapacity([&res, value](Result hal_res, int64_t hal_value) { in GetBatteryCounter() argument66 res = hal_res; in GetBatteryCounter()72 g_svc->getCurrentNow([&res, value](Result hal_res, int32_t hal_value) { in GetBatteryCounter() argument73 res = hal_res; in GetBatteryCounter()80 [&res, value](Result hal_res, int32_t hal_value) { in GetBatteryCounter() argument81 res = hal_res; in GetBatteryCounter()