Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1270 const std::unordered_map<int32_t, RawBatteryInfo>& EventHub::getBatteryInfoLocked( in getBatteryInfoLocked() function in android::EventHub
1284 for (const auto& [id, info] : getBatteryInfoLocked(deviceId)) { in getRawBatteryIds()
1295 const auto infos = getBatteryInfoLocked(deviceId); in getRawBatteryInfo()
1782 const auto& infos = getBatteryInfoLocked(deviceId); in getBatteryCapacity()
1823 const auto& infos = getBatteryInfoLocked(deviceId); in getBatteryStatus()
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h758 const std::unordered_map<int32_t, RawBatteryInfo>& getBatteryInfoLocked(int32_t deviceId) const