Searched refs:mClapWindows (Results 1 – 2 of 2) sorted by relevance
74 if (mClapWindows.pop(nextClapWindowTimeMs)){ in tap()247 for (auto t : kClapWindows) mClapWindows.push(t); in scheduleSongEvents()
72 LockFreeQueue<int64_t, kMaxQueueItems> mClapWindows; variable