Home
last modified time | relevance | path

Searched defs:getTouchpadHardwareProperties (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DInputMapper.cpp139 std::optional<HardwareProperties> InputMapper::getTouchpadHardwareProperties() { in getTouchpadHardwareProperties() function in android::InputMapper
DTouchpadInputMapper.cpp520 std::optional<HardwareProperties> TouchpadInputMapper::getTouchpadHardwareProperties() { in getTouchpadHardwareProperties() function in android::TouchpadInputMapper
/frameworks/native/services/inputflinger/tests/fuzzers/
DInputReaderFuzzer.cpp122 std::optional<HardwareProperties> getTouchpadHardwareProperties(int32_t deviceId) { in getTouchpadHardwareProperties() function in android::FuzzInputReader
/frameworks/base/services/core/java/com/android/server/input/
DNativeInputManagerService.java241 TouchpadHardwareProperties getTouchpadHardwareProperties(int deviceId); in getTouchpadHardwareProperties() method
594 public native TouchpadHardwareProperties getTouchpadHardwareProperties(int deviceId); in getTouchpadHardwareProperties() method in NativeInputManagerService.NativeImpl
DInputManagerService.java1903 public TouchpadHardwareProperties getTouchpadHardwareProperties(int deviceId) { in getTouchpadHardwareProperties() method in InputManagerService
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp730 std::optional<HardwareProperties> InputDevice::getTouchpadHardwareProperties() { in getTouchpadHardwareProperties() function in android::InputDevice
DInputReader.cpp835 std::optional<HardwareProperties> InputReader::getTouchpadHardwareProperties(int32_t deviceId) { in getTouchpadHardwareProperties() function in android::InputReader
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp3418 {"getTouchpadHardwareProperties", in getTouchpadHardwareProperties() method