Home
last modified time | relevance | path

Searched defs:getRawBatteryInfo (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h348 inline std::optional<RawBatteryInfo> getRawBatteryInfo(int32_t batteryId) { in getRawBatteryInfo() function
/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp1010 std::optional<RawBatteryInfo> EventHub::getRawBatteryInfo(int32_t deviceId, int32_t batteryId) { in getRawBatteryInfo() function in android::EventHub
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp929 std::optional<RawBatteryInfo> getRawBatteryInfo(int32_t deviceId, int32_t batteryId) { in getRawBatteryInfo() function in android::FakeEventHub