Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DSensorInputMapper_test.cpp76 void setupSensor(int32_t absCode, InputDeviceSensorType type, int32_t sensorDataIndex) { in setupSensor()
H A DFakeEventHub.cpp164 void FakeEventHub::addSensorAxis(int32_t deviceId, int32_t absCode, in addSensorAxis()
/aosp_15_r20/frameworks/native/services/inputflinger/reader/mapper/
H A DSensorInputMapper.cpp65 void SensorInputMapper::parseSensorConfiguration(InputDeviceSensorType sensorType, int32_t absCode, in parseSensorConfiguration()
/aosp_15_r20/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h342 inline base::Result<std::pair<InputDeviceSensorType, int32_t>> mapSensor(int32_t absCode) { in mapSensor()
/aosp_15_r20/frameworks/native/services/inputflinger/tests/fuzzers/
H A DMapperHelpers.h166 int32_t deviceId, int32_t absCode) const override { in mapSensor()