Searched refs:mSensorInfo (Results 1 – 2 of 2) sorted by relevance
1050 for (size_t i = 0; i < connection->mSensorInfo.size(); ++i) { in flushSensor()1051 const int handle = connection->mSensorInfo.keyAt(i); in flushSensor()1392 for (size_t i = 0; i < mSensorInfo.size(); ++i) { in dump()1393 const FlushInfo& flushInfo = mSensorInfo.valueAt(i); in dump()1395 mService->getSensorName(mSensorInfo.keyAt(i)).string(), in dump()1396 mSensorInfo.keyAt(i), in dump()1419 if (mSensorInfo.indexOfKey(handle) < 0) { in addSensor()1420 mSensorInfo.add(handle, FlushInfo()); in addSensor()1428 if (mSensorInfo.removeItem(handle) >= 0) { in removeSensor()1436 return mSensorInfo.indexOfKey(handle) >= 0; in hasSensor()[all …]
221 KeyedVector<int, FlushInfo> mSensorInfo; variable