Home
last modified time | relevance | path

Searched refs:dataVec (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DSensorInputMapper.cpp70 sensor.dataVec[sensorDataIndex] = absCode; in parseSensorConfiguration()
73 it->second.dataVec[sensorDataIndex] = absCode; in parseSensorConfiguration()
100 int32_t rawAxis = sensor.dataVec[i]; in dump()
322 int32_t abs = sensor.dataVec[i]; in flushSensor()
384 int32_t abs = sensor.dataVec[i]; in sync()
DSensorInputMapper.h101 std::array<int32_t, SENSOR_VEC_LEN> dataVec; member