HomeSort by relevance Sort by last modified time
    Searched refs:mSensorInfo (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/sensorservice/
SensorService.cpp 752 for (size_t i = 0; i < mSensorInfo.size(); ++i) {
753 const FlushInfo& flushInfo = mSensorInfo.valueAt(i);
755 mService->getSensorName(mSensorInfo.keyAt(i)).string(),
764 if (mSensorInfo.indexOfKey(handle) < 0) {
765 mSensorInfo.add(handle, FlushInfo());
773 if (mSensorInfo.removeItem(handle) >= 0) {
781 return mSensorInfo.indexOfKey(handle) >= 0;
786 return mSensorInfo.size() ? true : false;
792 ssize_t index = mSensorInfo.indexOfKey(handle);
794 FlushInfo& flushInfo = mSensorInfo.editValueAt(index)
    [all...]
SensorService.h 84 // Increment mPendingFlushEventsToSend in mSensorInfo. These flush complete events will be
103 KeyedVector<int, FlushInfo> mSensorInfo;

Completed in 173 milliseconds