Home
last modified time | relevance | path

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

/device/google/trout/hal/audiocontrol/2.0/libandroid_audio_controller/
Dandroid_audio_controller.cpp270 constexpr auto wait_time_between_attempts = 1s; in RequestWorker() local
282 std::this_thread::sleep_for(wait_time_between_attempts); in RequestWorker()