Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorEventConnection.cpp235 std::unique_ptr<sensors_event_t[]> sanitizedBuffer; in sendEvents() local
305 sanitizedBuffer.reset(new sensors_event_t[numEvents]); in sendEvents()
306 scratch = sanitizedBuffer.get(); in sendEvents()