Home
last modified time | relevance | path

Searched refs:getRawBatteryInfo (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h348 inline std::optional<RawBatteryInfo> getRawBatteryInfo(int32_t batteryId) { in getRawBatteryInfo() function
349 return mEventHub->getRawBatteryInfo(mId, batteryId); in getRawBatteryInfo()
DEventHub.h286 virtual std::optional<RawBatteryInfo> getRawBatteryInfo(int32_t deviceId,
463 std::optional<RawBatteryInfo> getRawBatteryInfo(int32_t deviceId,
/frameworks/native/services/inputflinger/reader/controller/
DPeripheralController.cpp348 std::optional<RawBatteryInfo> rawInfo = getDeviceContext().getRawBatteryInfo(rawId); in configureBattries()
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1010 std::optional<RawBatteryInfo> EventHub::getRawBatteryInfo(int32_t deviceId, int32_t batteryId) { in getRawBatteryInfo() function in android::EventHub
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp913 std::optional<RawBatteryInfo> getRawBatteryInfo(int32_t deviceId, int32_t batteryId) { in getRawBatteryInfo() function in android::FakeEventHub