Home
last modified time | relevance | path

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

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