Searched refs:EVENT_UNDERRUN (Results 1 – 10 of 10) 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()
252 case EVENT_UNDERRUN: { in dump()
119 x->log<NBLog::EVENT_UNDERRUN>(ns); } while (0)
950 } else if (event == AudioTrack::EVENT_UNDERRUN || event == AudioTrack::EVENT_BUFFER_END) { in process()952 this, mChannelID, (event == AudioTrack::EVENT_UNDERRUN) ? "UNDERRUN" : in process()
59 EVENT_UNDERRUN = 1, // Buffer underrun occurred. This will not occur for enumerator
1351 case android::AudioTrack::EVENT_UNDERRUN: in audioTrack_callBack_pullFromBuffQueue()
2501 case AudioTrack::EVENT_UNDERRUN: in CallbackWrapper()
2026 mCbf(EVENT_UNDERRUN, mUserData, NULL); in processAudioBuffer()