Searched refs:FlushInfo (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/sensorservice/
H A DSensorEventConnection.h144 struct FlushInfo { struct in class:android::SensorService::SensorEventConnection
153 FlushInfo() : mPendingFlushEventsToSend(0), mFirstFlushPending(false) {} function in struct:android::SensorService::SensorEventConnection::FlushInfo
156 KeyedVector<int, FlushInfo> mSensorInfo;
H A DSensorEventConnection.cpp72 const FlushInfo& flushInfo = mSensorInfo.valueAt(i);
100 mSensorInfo.add(handle, FlushInfo());
143 FlushInfo& flushInfo = mSensorInfo.editValueAt(index);
203 FlushInfo& flushInfo = mSensorInfo.editValueAt(index);
236 FlushInfo& flushInfo = mSensorInfo.editValueAt(index);
397 FlushInfo& flushInfo = mSensorInfo.editValueAt(i);
480 FlushInfo& flushInfo = mSensorInfo.editValueFor(scratch[j].meta_data.sensor);

Completed in 1253 milliseconds