Home
last modified time | relevance | path

Searched refs:mapSensor (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/include/input/
DKeyLayoutMap.h81 base::Result<std::pair<InputDeviceSensorType, int32_t>> mapSensor(int32_t absCode) const;
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h343 inline base::Result<std::pair<InputDeviceSensorType, int32_t>> mapSensor(int32_t absCode) { in mapSensor() function
344 return mEventHub->mapSensor(mId, absCode); in mapSensor()
DEventHub.h317 virtual base::Result<std::pair<InputDeviceSensorType, int32_t>> mapSensor(
533 base::Result<std::pair<InputDeviceSensorType, int32_t>> mapSensor(
/frameworks/native/services/inputflinger/tests/
DInterfaceMocks.h109 MOCK_METHOD((base::Result<std::pair<InputDeviceSensorType, int32_t>>), mapSensor,
DFakeEventHub.h181 base::Result<std::pair<InputDeviceSensorType, int32_t>> mapSensor(
DFakeEventHub.cpp344 base::Result<std::pair<InputDeviceSensorType, int32_t>> FakeEventHub::mapSensor( in mapSensor() function in android::FakeEventHub
/frameworks/native/services/inputflinger/reader/mapper/
DSensorInputMapper.cpp145 auto ret = getDeviceContext().mapSensor(abs); in reconfigure()
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h156 base::Result<std::pair<InputDeviceSensorType, int32_t>> mapSensor( in mapSensor() function
/frameworks/native/libs/input/
DKeyLayoutMap.cpp212 base::Result<std::pair<InputDeviceSensorType, int32_t>> KeyLayoutMap::mapSensor( in mapSensor() function in android::KeyLayoutMap
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1257 base::Result<std::pair<InputDeviceSensorType, int32_t>> EventHub::mapSensor(int32_t deviceId, in mapSensor() function in android::EventHub
1263 return device->keyMap.keyLayoutMap->mapSensor(absCode); in mapSensor()