Searched refs:READ_ATTEMPT_SLEEP_MS (Results 1 - 1 of 1) sorted by relevance

/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp71 // The duration of MAX_READ_ATTEMPTS * READ_ATTEMPT_SLEEP_MS must be stricly inferior to
76 #define READ_ATTEMPT_SLEEP_MS 5 // 5ms between two read attempts when pipe is empty macro
1261 usleep(READ_ATTEMPT_SLEEP_MS * 1000);

Completed in 58 milliseconds