Searched refs:check_input_parameters (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/audio/hal/ |
D | audio_hw.c | 1295 static int check_input_parameters(uint32_t sample_rate, in check_input_parameters() function 1336 if (check_input_parameters(sample_rate, format, channel_count) != 0) in get_input_buffer_size() 2679 if (check_input_parameters(config->sample_rate, config->format, channel_count) != 0) in adev_open_input_stream()
|
/hardware/qcom/audio/msm8909/hal/ |
D | audio_hw.c | 1559 static int check_input_parameters(uint32_t sample_rate, in check_input_parameters() function 1603 if (check_input_parameters(sample_rate, format, channel_count) != 0) in get_input_buffer_size() 3184 if (check_input_parameters(config->sample_rate, config->format, channel_count) != 0) in adev_open_input_stream()
|