Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DSensorInputMapper.cpp74 sensor.dataVec[sensorDataIndex] = absCode; in parseSensorConfiguration()
77 it->second.dataVec[sensorDataIndex] = absCode; in parseSensorConfiguration()
104 int32_t rawAxis = sensor.dataVec[i]; in dump()
324 int32_t abs = sensor.dataVec[i]; in flushSensor()
385 int32_t abs = sensor.dataVec[i]; in sync()
DSensorInputMapper.h94 std::array<int32_t, SENSOR_VEC_LEN> dataVec; member