Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp989 const std::unordered_map<int32_t, RawBatteryInfo>& EventHub::getBatteryInfoLocked( in getBatteryInfoLocked() function in android::EventHub
1003 for (const auto [id, info] : getBatteryInfoLocked(deviceId)) { in getRawBatteryIds()
1013 const auto infos = getBatteryInfoLocked(deviceId); in getRawBatteryInfo()
1408 const auto infos = getBatteryInfoLocked(deviceId); in getBatteryCapacity()
1438 const auto infos = getBatteryInfoLocked(deviceId); in getBatteryStatus()
/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DEventHub.h660 const std::unordered_map<int32_t, RawBatteryInfo>& getBatteryInfoLocked(int32_t deviceId) const