Searched refs:mSensorEventBuffer (Results 1 – 2 of 2) sorted by relevance
268 mSensorEventBuffer = new sensors_event_t[minBufferSize]; in onFirstRef()628 ssize_t count = device.poll(mSensorEventBuffer, numEventMax); in threadLoop()636 mSensorEventBuffer[i].flags = 0; in threadLoop()656 if (isWakeUpSensorEvent(mSensorEventBuffer[i])) { in threadLoop()665 recordLastValueLocked(mSensorEventBuffer, count); in threadLoop()669 sensors_event_t const * const event = mSensorEventBuffer; in threadLoop()694 mSensorEventBuffer[count + k] = out; in threadLoop()701 recordLastValueLocked(&mSensorEventBuffer[count], k); in threadLoop()704 sortEventBuffer(mSensorEventBuffer, count); in threadLoop()712 if (mSensorEventBuffer[i].type == SENSOR_TYPE_ROTATION_VECTOR) { in threadLoop()[all …]
295 sensors_event_t *mSensorEventBuffer, *mSensorEventScratch; variable