Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/
Daudio_hw.h310 int capture_started; member
Daudio_hw.c4224 do_stop = in->capture_started; in in_standby()
4225 in->capture_started = false; in in_standby()
4726 in->capture_started && in->pcm != NULL) { in in_stop()
4729 in->capture_started = false; in in_stop()
4744 !in->capture_started && in->pcm != NULL) { in in_start()
4745 if (!in->capture_started) { in in_start()
4748 in->capture_started = true; in in_start()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp67 bool capture_started; member
593 instance_data->capture_started = false; in parse_command()
814 instance_data->capture_enabled && !instance_data->capture_started; in snapshot_swapchain_frame()
821 if (instance_data->capture_started) { in snapshot_swapchain_frame()
862 instance_data->capture_started = true; in snapshot_swapchain_frame()
2636 instance_data->capture_started = instance_data->capture_enabled; in overlay_CreateInstance()