Home
last modified time | relevance | path

Searched refs:MAX_SLEEP_RETRY (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/audio/msm8909/audiod/
DAudioDaemon.cpp43 #define MAX_SLEEP_RETRY 100 macro
230 while (audioInitDone == false && sleepRetry < MAX_SLEEP_RETRY) { in threadLoop()
/hardware/qcom/audio/msm8909/hal/audio_extn/
Daudio_extn.c37 #define MAX_SLEEP_RETRY 100 macro
841 while (!wifi_init_complete && sleep_retry < MAX_SLEEP_RETRY) { in audio_extn_read_xml()