Home
last modified time | relevance | path

Searched refs:EVENT_UNDERRUN (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/media/libnblog/include/media/nblog/
DEvents.h67 EVENT_UNDERRUN, // predicted thread underrun event timestamp enumerator
148 MAP_EVENT_TO_TYPE(EVENT_UNDERRUN, int64_t);
/frameworks/av/media/libnblog/
DMerger.cpp170 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()
DReportPerformance.cpp123 if (item.first == NBLog::EVENT_UNDERRUN) { in dumpRetroString()
DReader.cpp252 case EVENT_UNDERRUN: { in dump()
/frameworks/av/services/audioflinger/
DTypedLogger.h119 x->log<NBLog::EVENT_UNDERRUN>(ns); } while (0)
/frameworks/base/media/jni/soundpool/
DSoundPool.cpp950 } else if (event == AudioTrack::EVENT_UNDERRUN || event == AudioTrack::EVENT_BUFFER_END) { in process()
952 this, mChannelID, (event == AudioTrack::EVENT_UNDERRUN) ? "UNDERRUN" : in process()
/frameworks/av/media/libaudioclient/include/media/
DAudioTrack.h59 EVENT_UNDERRUN = 1, // Buffer underrun occurred. This will not occur for enumerator
/frameworks/wilhelm/src/android/
DAudioPlayer_to_android.cpp1351 case android::AudioTrack::EVENT_UNDERRUN: in audioTrack_callBack_pullFromBuffQueue()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp2501 case AudioTrack::EVENT_UNDERRUN: in CallbackWrapper()
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp2026 mCbf(EVENT_UNDERRUN, mUserData, NULL); in processAudioBuffer()