Home
last modified time | relevance | path

Searched defs:mapSensor (Results 1 – 5 of 5) sorted by relevance

/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/include/
DInputDevice.h345 inline base::Result<std::pair<InputDeviceSensorType, int32_t>> mapSensor(int32_t absCode) { in mapSensor() function
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h193 base::Result<std::pair<InputDeviceSensorType, int32_t>> mapSensor( in mapSensor() function
/frameworks/native/services/inputflinger/tests/
DFakeEventHub.cpp340 base::Result<std::pair<InputDeviceSensorType, int32_t>> FakeEventHub::mapSensor( in mapSensor() function in android::FakeEventHub
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1279 base::Result<std::pair<InputDeviceSensorType, int32_t>> EventHub::mapSensor(int32_t deviceId, in mapSensor() function in android::EventHub