Home
last modified time | relevance | path

Searched refs:EVENT_OVERRUN (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/libnblog/include/media/nblog/
DEvents.h65 EVENT_OVERRUN, // predicted thread overrun event timestamp enumerator
146 MAP_EVENT_TO_TYPE(EVENT_OVERRUN, int64_t);
/frameworks/av/services/audioflinger/
DTypedLogger.h107 x->log<NBLog::EVENT_OVERRUN>(ns); } while (0)
/frameworks/av/media/libnblog/
DMerger.cpp179 case EVENT_OVERRUN: { in processSnapshot()
DReportPerformance.cpp125 } else if (item.first == NBLog::EVENT_OVERRUN) { in dumpRetroString()
DReader.cpp243 case EVENT_OVERRUN: { in dump()
/frameworks/av/media/libaudioclient/include/media/
DAudioRecord.h57 EVENT_OVERRUN = 1, // Buffer overrun occurred. enumerator
/frameworks/av/media/libstagefright/
DAudioSource.cpp42 case AudioRecord::EVENT_OVERRUN: { in AudioRecordCallbackFunction()
/frameworks/wilhelm/src/android/
DAudioRecorder_to_android.cpp376 case android::AudioRecord::EVENT_OVERRUN: in audioRecorder_callback()
/frameworks/av/media/libaudioclient/
DAudioRecord.cpp1151 mCbf(EVENT_OVERRUN, mUserData, NULL); in processAudioBuffer()