Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h344 inline const std::vector<int32_t> getRawBatteryIds() { in getRawBatteryIds() function
/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp999 const std::vector<int32_t> EventHub::getRawBatteryIds(int32_t deviceId) { in getRawBatteryIds() function in android::EventHub
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp927 const std::vector<int32_t> getRawBatteryIds(int32_t deviceId) { return {}; } in getRawBatteryIds() function in android::FakeEventHub