Home | History | Annotate | Download | only in audio_remote_submix

Lines Matching refs:attempts

76 #define READ_ATTEMPT_SLEEP_MS        5 // 5ms between two read attempts when pipe is empty
1128 int attempts = 0;
1167 while ((remaining_frames > 0) && (attempts < MAX_READ_ATTEMPTS)) {
1254 attempts, frames_read, remaining_frames);
1256 attempts++;