Searched refs:mFlushesPending (Results 1 – 2 of 2) sorted by relevance
254 std::list<struct Flush> mFlushesPending[NUM_COMMS_SENSORS_PLUS_1]; member
1020 … for (auto iter = mFlushesPending[i].cbegin(); iter != mFlushesPending[i].cend(); ++iter) { in restoreSensorState()1341 struct Flush& flush = mFlushesPending[primary].front(); in processBuf()1359 mFlushesPending[primary].pop_front(); in processBuf()1703 std::list<Flush>& flushList = mFlushesPending[primary]; in queueFlushInternal()