Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_system_state.c113 exp_state->max_capture_gain = DEFAULT_MAX_CAPTURE_GAIN; in cras_system_state_init()
195 gain = MIN(gain, state.exp_state->max_capture_gain); in cras_system_set_capture_gain()
334 state.exp_state->max_capture_gain = max; in cras_system_set_capture_gain_limits()
346 return state.exp_state->max_capture_gain; in cras_system_get_max_capture_gain()
Dcras_alsa_io.c803 long min_capture_gain, max_capture_gain; in init_device_settings() local
811 max_capture_gain = in init_device_settings()
817 max_capture_gain = in init_device_settings()
822 max_capture_gain); in init_device_settings()
/external/adhd/cras/src/common/
Dcras_types.h509 int32_t max_capture_gain; member
/external/adhd/cras/client/cras-sys/src/
Dgen.rs1775 pub max_capture_gain: i32, field
1953 &(*(::std::ptr::null::<cras_server_state>())).max_capture_gain as *const _ as usize in bindgen_test_layout_cras_server_state()
1960 stringify!(max_capture_gain) in bindgen_test_layout_cras_server_state()
/external/adhd/cras/src/libcras/
Dcras_client.c2655 max_gain = client->server_state->max_capture_gain; in cras_client_get_system_max_capture_gain()