Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorEventConnection.cpp69 for (size_t i = 0; i < mSensorInfo.size(); ++i) { in dump()
70 const FlushInfo& flushInfo = mSensorInfo.valueAt(i); in dump()
72 mService->getSensorName(mSensorInfo.keyAt(i)).string(), in dump()
73 mSensorInfo.keyAt(i), in dump()
95 mSensorInfo.indexOfKey(handle) >= 0) { in addSensor()
98 mSensorInfo.add(handle, FlushInfo()); in addSensor()
104 if (mSensorInfo.removeItem(handle) >= 0) { in removeSensor()
112 return mSensorInfo.indexOfKey(handle) >= 0; in hasSensor()
117 return mSensorInfo.size() ? true : false; in hasAnySensor()
122 for (size_t i = 0; i < mSensorInfo.size(); ++i) { in hasOneShotSensors()
[all …]
DSensorEventConnection.h154 KeyedVector<int, FlushInfo> mSensorInfo; variable
DSensorService.cpp1201 for (size_t i = 0; i < connection->mSensorInfo.size(); ++i) { in flushSensor()
1202 const int handle = connection->mSensorInfo.keyAt(i); in flushSensor()