Home
last modified time | relevance | path

Searched defs:absCode (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DSensorInputMapper.cpp65 void SensorInputMapper::parseSensorConfiguration(InputDeviceSensorType sensorType, int32_t absCode, in parseSensorConfiguration()
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h310 inline base::Result<std::pair<InputDeviceSensorType, int32_t>> mapSensor(int32_t absCode) { in mapSensor()
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h139 int32_t deviceId, int32_t absCode) const override { in mapSensor()
/frameworks/native/services/inputflinger/tests/
DFakeEventHub.cpp166 void FakeEventHub::addSensorAxis(int32_t deviceId, int32_t absCode, in addSensorAxis()