Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h422 inline std::optional<RawBatteryInfo> getRawBatteryInfo(int32_t batteryId) { in getRawBatteryInfo() function
423 return mEventHub->getRawBatteryInfo(mId, batteryId); in getRawBatteryInfo()
DEventHub.h322 virtual std::optional<RawBatteryInfo> getRawBatteryInfo(int32_t deviceId,
537 std::optional<RawBatteryInfo> getRawBatteryInfo(int32_t deviceId,
/frameworks/native/services/inputflinger/tests/
DInterfaceMocks.h112 MOCK_METHOD(std::optional<RawBatteryInfo>, getRawBatteryInfo,
DFakeEventHub.h212 std::optional<RawBatteryInfo> getRawBatteryInfo(int32_t deviceId,
DFakeEventHub.cpp577 std::optional<RawBatteryInfo> FakeEventHub::getRawBatteryInfo(int32_t deviceId, in getRawBatteryInfo() function in android::FakeEventHub
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h163 std::optional<RawBatteryInfo> getRawBatteryInfo(int32_t deviceId, in getRawBatteryInfo() function
/frameworks/native/services/inputflinger/reader/controller/
DPeripheralController.cpp386 std::optional<RawBatteryInfo> rawInfo = getDeviceContext().getRawBatteryInfo(rawId); in configureBattries()
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp797 const auto batteryInfo = mEventHub->getRawBatteryInfo(*eventHubId, batteryIds.front()); in getBatteryDevicePath()
DEventHub.cpp1291 std::optional<RawBatteryInfo> EventHub::getRawBatteryInfo(int32_t deviceId, in getRawBatteryInfo() function in android::EventHub