Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_system_state.c110 exp_state->capture_mute_locked = 0; in cras_system_state_init()
273 state.exp_state->capture_mute_locked); in cras_system_notify_capture_mute()
278 if (state.exp_state->capture_mute_locked) in cras_system_set_capture_mute()
287 state.exp_state->capture_mute_locked = !!locked; in cras_system_set_capture_mute_locked()
298 return state.exp_state->capture_mute_locked; in cras_system_get_capture_mute_locked()
/external/adhd/cras/src/common/
Dcras_types.h374 int32_t capture_mute_locked; member