Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DInputMapper.h77 virtual std::optional<int32_t> getBatteryCapacity() { return std::nullopt; } in getBatteryCapacity() function
/aosp12/frameworks/native/services/inputflinger/reader/controller/
H A DPeripheralController.cpp474 std::optional<int32_t> PeripheralController::getBatteryCapacity(int batteryId) { in getBatteryCapacity() function in android::PeripheralController
/aosp12/frameworks/base/core/java/android/hardware/input/
H A DIInputManager.aidl103 int getBatteryCapacity(int deviceId); in getBatteryCapacity() method
H A DInputManager.java1274 public int getBatteryCapacity(int deviceId) { in getBatteryCapacity() method in InputManager
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DPowerProfile.java622 public double getBatteryCapacity() { in getBatteryCapacity() method in PowerProfile
/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h352 inline std::optional<int32_t> getBatteryCapacity(int32_t batteryId) { in getBatteryCapacity() function
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputDevice.cpp531 std::optional<int32_t> InputDevice::getBatteryCapacity() { in getBatteryCapacity() function in android::InputDevice
H A DInputReader.cpp680 std::optional<int32_t> InputReader::getBatteryCapacity(int32_t deviceId) { in getBatteryCapacity() function in android::InputReader
H A DEventHub.cpp1405 std::optional<int32_t> EventHub::getBatteryCapacity(int32_t deviceId, int32_t batteryId) const { in getBatteryCapacity() function in android::EventHub
/aosp12/frameworks/base/core/java/android/os/
H A DBatteryUsageStats.java215 public double getBatteryCapacity() { in getBatteryCapacity() method in BatteryUsageStats
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp919 std::optional<int32_t> getBatteryCapacity(int32_t, int32_t) const override { in getBatteryCapacity() function in android::FakeEventHub
2037 std::optional<int32_t> getBatteryCapacity(int32_t batteryId) override { in getBatteryCapacity() function in android::FakePeripheralController
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java2258 public int getBatteryCapacity(int deviceId) { in getBatteryCapacity() method in InputManagerService