Home
last modified time | relevance | path

Searched refs:sensorDataIndex (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DSensorInputMapper.cpp66 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()
DSensorInputMapper.h133 int32_t sensorDataIndex, const Axis& axis);
/frameworks/native/libs/input/
DKeyLayoutMap.cpp221 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/
DKeyLayoutMap.h99 int32_t sensorDataIndex; member
/frameworks/native/services/inputflinger/tests/
DFakeEventHub.cpp167 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()
DFakeEventHub.h43 int32_t sensorDataIndex; member
138 int32_t sensorDataIndex);