Searched refs:mapSensor (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/include/input/ |
D | KeyLayoutMap.h | 82 base::Result<std::pair<InputDeviceSensorType, int32_t>> mapSensor(int32_t absCode);
|
/frameworks/native/services/inputflinger/reader/include/ |
D | InputDevice.h | 285 inline base::Result<std::pair<InputDeviceSensorType, int32_t>> mapSensor(int32_t absCode) { in mapSensor() function 286 return mEventHub->mapSensor(mId, absCode); in mapSensor()
|
D | EventHub.h | 283 virtual base::Result<std::pair<InputDeviceSensorType, int32_t>> mapSensor(int32_t deviceId, 463 base::Result<std::pair<InputDeviceSensorType, int32_t>> mapSensor(
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | SensorInputMapper.cpp | 149 auto ret = getDeviceContext().mapSensor(abs); in configure()
|
/frameworks/native/libs/input/ |
D | KeyLayoutMap.cpp | 188 base::Result<std::pair<InputDeviceSensorType, int32_t>> KeyLayoutMap::mapSensor(int32_t absCode) { in mapSensor() function in android::KeyLayoutMap
|
/frameworks/native/services/inputflinger/reader/ |
D | EventHub.cpp | 1040 base::Result<std::pair<InputDeviceSensorType, int32_t>> EventHub::mapSensor(int32_t deviceId, in mapSensor() function in android::EventHub 1046 return device->keyMap.keyLayoutMap->mapSensor(absCode); in mapSensor()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 821 base::Result<std::pair<InputDeviceSensorType, int32_t>> mapSensor(int32_t deviceId, in mapSensor() function in android::FakeEventHub
|