Searched refs:getBatteryInfoLocked (Results 1 – 2 of 2) sorted by relevance
1053 const std::unordered_map<int32_t, RawBatteryInfo>& EventHub::getBatteryInfoLocked( in getBatteryInfoLocked() function in android::EventHub1067 for (const auto [id, info] : getBatteryInfoLocked(deviceId)) { in getRawBatteryIds()1077 const auto infos = getBatteryInfoLocked(deviceId); in getRawBatteryInfo()1481 const auto infos = getBatteryInfoLocked(deviceId); in getBatteryCapacity()1511 const auto infos = getBatteryInfoLocked(deviceId); in getBatteryStatus()
667 const std::unordered_map<int32_t, RawBatteryInfo>& getBatteryInfoLocked(int32_t deviceId) const