Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorService.h405 sensors_event_t *mSensorEventBuffer, *mSensorEventScratch; variable
DSensorService.cpp199 mSensorEventScratch = new sensors_event_t[minBufferSize]; in onFirstRef()
587 activeConnections[i]->sendEvents(mSensorEventBuffer, count, mSensorEventScratch, in threadLoop()