Searched refs:sensorDataIndex (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/services/inputflinger/reader/mapper/ |
D | SensorInputMapper.cpp | 66 int32_t sensorDataIndex, const Axis& axis) { in parseSensorConfiguration() argument 70 sensor.dataVec[sensorDataIndex] = absCode; in parseSensorConfiguration() 73 it->second.dataVec[sensorDataIndex] = absCode; in parseSensorConfiguration() 148 int32_t sensorDataIndex = (*ret).second; in reconfigure() local 150 parseSensorConfiguration(sensorType, abs, sensorDataIndex, axis); in reconfigure()
|
D | SensorInputMapper.h | 133 int32_t sensorDataIndex, const Axis& axis);
|
/frameworks/native/libs/input/ |
D | KeyLayoutMap.cpp | 221 ftl::enum_string(sensor.sensorType).c_str(), sensor.sensorDataIndex); in mapSensor() 222 return std::make_pair(sensor.sensorType, sensor.sensorDataIndex); in mapSensor() 628 int32_t sensorDataIndex = indexOpt.value(); in parseSensor() local 631 ftl::enum_string(sensorType).c_str(), sensorDataIndex); in parseSensor() 635 sensor.sensorDataIndex = sensorDataIndex; in parseSensor()
|
/frameworks/native/include/input/ |
D | KeyLayoutMap.h | 99 int32_t sensorDataIndex; member
|
/frameworks/native/services/inputflinger/tests/ |
D | FakeEventHub.cpp | 167 InputDeviceSensorType sensorType, int32_t sensorDataIndex) { in addSensorAxis() argument 170 info.sensorDataIndex = sensorDataIndex; in addSensorAxis() 355 return std::make_pair(info.sensorType, info.sensorDataIndex); in mapSensor()
|
D | FakeEventHub.h | 43 int32_t sensorDataIndex; member 138 int32_t sensorDataIndex);
|