HomeSort by relevance Sort by last modified time
    Searched defs:obtainBuffer (Results 1 - 3 of 3) sorted by null

  /frameworks/base/media/libmedia/
AudioRecord.cpp 105 // it is looping on buffer empty condition in obtainBuffer().
458 status_t AudioRecord::obtainBuffer(Buffer* audioBuffer, int32_t waitCount)
488 LOGW( "obtainBuffer timed out (is the CPU pegged?) "
493 LOGW("obtainBuffer() dead IAudioRecord: creating a new one");
580 // obtainBuffer() we give a chance to recover once for a read timeout
583 status_t err = obtainBuffer(&audioBuffer, ((2 * MAX_RUN_TIMEOUT_MS) / WAIT_PERIOD_MS));
632 // Calling obtainBuffer() with a wait count of 1
635 status_t err = obtainBuffer(&audioBuffer, 1);
AudioTrack.cpp 123 // it is looping on buffer full condition in obtainBuffer().
414 // in AudioTrack::obtainBuffer()
771 status_t AudioTrack::obtainBuffer(Buffer* audioBuffer, int32_t waitCount)
802 LOGW("obtainBuffer() track %p invalidated, creating a new one", this);
813 LOGW( "obtainBuffer timed out (is the CPU pegged?) %p "
819 LOGW("obtainBuffer() dead IAudioTrack: creating a new one");
849 LOGW("obtainBuffer() track %p disabled, restarting", this);
909 // Calling obtainBuffer() with a negative wait count causes
911 status_t err = obtainBuffer(&audioBuffer, -1);
1001 // Calling obtainBuffer() with a wait count of
    [all...]
  /frameworks/base/services/audioflinger/
AudioFlinger.cpp     [all...]

Completed in 16 milliseconds