Searched refs:mSensorInfo (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/sensorservice/
H A DSensorEventConnection.cpp71 for (size_t i = 0; i < mSensorInfo.size(); ++i) {
72 const FlushInfo& flushInfo = mSensorInfo.valueAt(i);
74 mService->getSensorName(mSensorInfo.keyAt(i)).string(),
75 mSensorInfo.keyAt(i),
97 mSensorInfo.indexOfKey(handle) >= 0) {
100 mSensorInfo.add(handle, FlushInfo());
106 if (mSensorInfo.removeItem(handle) >= 0) {
114 return mSensorInfo.indexOfKey(handle) >= 0;
119 return mSensorInfo.size() ? true : false;
124 for (size_t i = 0; i < mSensorInfo
[all...]
H A DSensorEventConnection.h80 // Increment mPendingFlushEventsToSend in mSensorInfo. These flush complete events will be sent
156 KeyedVector<int, FlushInfo> mSensorInfo; member in class:android::SensorService::SensorEventConnection
H A DSensorService.cpp1388 for (size_t i = 0; i < connection->mSensorInfo.size(); ++i) {
1389 const int handle = connection->mSensorInfo.keyAt(i);

Completed in 57 milliseconds