Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/
Daudio_hw.h239 int capture_started; member
Daudio_hw.c2738 do_stop = in->capture_started; in in_standby()
2739 in->capture_started = false; in in_standby()
3055 in->capture_started && in->pcm != NULL) { in in_stop()
3058 in->capture_started = false; in in_stop()
3073 !in->capture_started && in->pcm != NULL) { in in_start()
3074 if (!in->capture_started) { in in_start()
3077 in->capture_started = true; in in_start()