Home | History | Annotate | Download | only in audio_remote_submix

Lines Matching refs:attempts

75 #define READ_ATTEMPT_SLEEP_MS        5 // 5ms between two read attempts when pipe is empty
1073 int attempts = 0;
1112 while ((remaining_frames > 0) && (attempts < MAX_READ_ATTEMPTS)) {
1199 attempts, frames_read, remaining_frames);
1201 attempts++;