Home
last modified time | relevance | path

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

/device/generic/car/emulator/audio/driver/
Daudio_hw.c865 const size_t frames_wait = in in_read() local
868 int64_t sleep_time_us = frames_wait * 1000000LL / in_get_sample_rate(&stream->common); in in_read()
/device/linaro/dragonboard/audio/
Daudio_hw.c1087 … const size_t frames_wait = ((uint64_t)frames_available > frames) ? 0 : frames - frames_available; in in_read() local
1089 int64_t sleep_time_us = frames_wait * 1000000LL / in in_read()
/device/google/cuttlefish/guest/hals/audio/
Daudio_hw.c1090 … const size_t frames_wait = ((uint64_t)frames_available > frames) ? 0 : frames - frames_available; in in_read() local
1092 int64_t sleep_time_us = frames_wait * 1000000LL / in in_read()