Home | History | Annotate | Download | only in libmedia

Lines Matching refs:obtainBuffer

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 1
1004 status_t err = obtainBuffer(&audioBuffer, 1);
1125 // If stepServer() has been called once, switch to normal obtainBuffer() timeout period
1168 // we switch to normal obtainBuffer() timeout period