Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorEventConnection.cpp92 for (size_t i = 0; i < mSensorInfo.size(); ++i) { in dump()
93 const FlushInfo& flushInfo = mSensorInfo.valueAt(i); in dump()
95 mService->getSensorName(mSensorInfo.keyAt(i)).string(), in dump()
96 mSensorInfo.keyAt(i), in dump()
118 mSensorInfo.indexOfKey(handle) >= 0) { in addSensor()
121 mSensorInfo.add(handle, FlushInfo()); in addSensor()
127 if (mSensorInfo.removeItem(handle) >= 0) { in removeSensor()
135 return mSensorInfo.indexOfKey(handle) >= 0; in hasSensor()
140 return mSensorInfo.size() ? true : false; in hasAnySensor()
145 for (size_t i = 0; i < mSensorInfo.size(); ++i) { in hasOneShotSensors()
[all …]
DSensorEventConnection.h172 KeyedVector<int, FlushInfo> mSensorInfo; variable
DSensorService.cpp1649 for (size_t i = 0; i < connection->mSensorInfo.size(); ++i) { in flushSensor()
1650 const int handle = connection->mSensorInfo.keyAt(i); in flushSensor()