Searched refs:EVENT_UNDERRUN (Results 1 – 8 of 8) sorted by relevance
67 EVENT_UNDERRUN, // predicted thread underrun event timestamp enumerator148 MAP_EVENT_TO_TYPE(EVENT_UNDERRUN, int64_t);
170 case EVENT_UNDERRUN: { in processSnapshot()173 data.snapshots.emplace_front(EVENT_UNDERRUN, ts); in processSnapshot()182 data.snapshots.emplace_front(EVENT_UNDERRUN, ts); in processSnapshot()
123 if (item.first == NBLog::EVENT_UNDERRUN) { in dumpRetroString()
261 case EVENT_UNDERRUN: { in dump()
118 x->log<NBLog::EVENT_UNDERRUN>(ns); } while (0)
71 EVENT_UNDERRUN = 1, // Buffer underrun occurred. This will not occur for enumerator
71 EVENT_UNDERRUN = 1, enumerator
279 mCallback(AudioTrack::EVENT_UNDERRUN, mData, nullptr); in onUnderrun()