Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorEventConnection.cpp84 for (size_t i = 0; i < mSensorInfo.size(); ++i) { in dump()
85 const FlushInfo& flushInfo = mSensorInfo.valueAt(i); in dump()
87 mService->getSensorName(mSensorInfo.keyAt(i)).string(), in dump()
88 mSensorInfo.keyAt(i), in dump()
110 mSensorInfo.indexOfKey(handle) >= 0) { in addSensor()
113 mSensorInfo.add(handle, FlushInfo()); in addSensor()
119 if (mSensorInfo.removeItem(handle) >= 0) { in removeSensor()
127 return mSensorInfo.indexOfKey(handle) >= 0; in hasSensor()
132 return mSensorInfo.size() ? true : false; in hasAnySensor()
137 for (size_t i = 0; i < mSensorInfo.size(); ++i) { in hasOneShotSensors()
[all …]
DSensorEventConnection.h160 KeyedVector<int, FlushInfo> mSensorInfo; variable
DSensorService.cpp1514 for (size_t i = 0; i < connection->mSensorInfo.size(); ++i) { in flushSensor()
1515 const int handle = connection->mSensorInfo.keyAt(i); in flushSensor()