Home
last modified time | relevance | path

Searched defs:getBatteryCapacity (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DInputMapper.h103 virtual std::optional<int32_t> getBatteryCapacity() { return std::nullopt; } in getBatteryCapacity() function
/frameworks/native/services/inputflinger/tests/fuzzers/
DInputReaderFuzzer.cpp102 std::optional<int32_t> getBatteryCapacity(int32_t deviceId) { in getBatteryCapacity() function in android::FuzzInputReader
DMapperHelpers.h212 std::optional<int32_t> getBatteryCapacity(int32_t deviceId, int32_t batteryId) const override { in getBatteryCapacity() function
/frameworks/native/services/inputflinger/reader/controller/
DPeripheralController.cpp535 std::optional<int32_t> PeripheralController::getBatteryCapacity(int batteryId) { in getBatteryCapacity() function in android::PeripheralController
/frameworks/base/services/core/java/com/android/server/input/
DNativeInputManagerService.java149 int getBatteryCapacity(int deviceId); in getBatteryCapacity() method
391 public native int getBatteryCapacity(int deviceId); in getBatteryCapacity() method in NativeInputManagerService.NativeImpl
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h389 inline std::optional<int32_t> getBatteryCapacity(int32_t batteryId) { in getBatteryCapacity() function
/frameworks/base/core/java/com/android/internal/os/
DPowerProfile.java901 public double getBatteryCapacity() { in getBatteryCapacity() method in PowerProfile
/frameworks/base/core/java/android/os/
DBatteryUsageStats.java230 public double getBatteryCapacity() { in getBatteryCapacity() method in BatteryUsageStats
/frameworks/native/services/inputflinger/tests/
DFakeEventHub.cpp533 std::optional<int32_t> FakeEventHub::getBatteryCapacity(int32_t, int32_t) const { in getBatteryCapacity() function in android::FakeEventHub
DInputReader_test.cpp1210 std::optional<int32_t> getBatteryCapacity(int32_t batteryId) override { in getBatteryCapacity() function in android::FakePeripheralController
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp751 std::optional<int32_t> InputReader::getBatteryCapacity(int32_t deviceId) { in getBatteryCapacity() function in android::InputReader
DEventHub.cpp1679 std::optional<int32_t> EventHub::getBatteryCapacity(int32_t deviceId, int32_t batteryId) const { in getBatteryCapacity() function in android::EventHub