Home | History | Annotate | Download | only in audio_remote_submix

Lines Matching defs:attempts

75 #define READ_ATTEMPT_SLEEP_MS        5 // 5ms between two read attempts when pipe is empty
994 int attempts = 0;
1028 while ((remaining_frames > 0) && (attempts < MAX_READ_ATTEMPTS)) {
1115 attempts, frames_read, remaining_frames);
1117 attempts++;