Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/input/
H A DKeyLayoutMap.h82 base::Result<std::pair<InputDeviceSensorType, int32_t>> mapSensor(int32_t absCode);
/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h280 inline base::Result<std::pair<InputDeviceSensorType, int32_t>> mapSensor(int32_t absCode) { in mapSensor() function
281 return mEventHub->mapSensor(mId, absCode); in mapSensor()
H A DEventHub.h281 virtual base::Result<std::pair<InputDeviceSensorType, int32_t>> mapSensor(int32_t deviceId,
459 base::Result<std::pair<InputDeviceSensorType, int32_t>> mapSensor(
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DSensorInputMapper.cpp148 auto ret = getDeviceContext().mapSensor(abs); in configure()
/aosp12/frameworks/native/libs/input/
H A DKeyLayoutMap.cpp152 base::Result<std::pair<InputDeviceSensorType, int32_t>> KeyLayoutMap::mapSensor(int32_t absCode) { in mapSensor() function in android::KeyLayoutMap
/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp976 base::Result<std::pair<InputDeviceSensorType, int32_t>> EventHub::mapSensor(int32_t deviceId, in mapSensor() function in android::EventHub
982 return device->keyMap.keyLayoutMap->mapSensor(absCode); in mapSensor()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp758 base::Result<std::pair<InputDeviceSensorType, int32_t>> mapSensor(int32_t deviceId, in mapSensor() function in android::FakeEventHub