Home
last modified time | relevance | path

Searched refs:cras_apm_list_get_active_apm (Results 1 – 7 of 7) sorted by relevance

/external/adhd/cras/src/server/
Dinput_data.c154 apm = cras_apm_list_get_active_apm(stream, data->dev_ptr); in input_data_get_for_stream()
185 cras_apm_list_get_active_apm(stream, data->dev_ptr); in input_data_put_for_stream()
205 apm = cras_apm_list_get_active_apm(stream, data->dev_ptr); in input_data_get_software_gain_scaler()
Dcras_apm_list.h78 struct cras_apm *cras_apm_list_get_active_apm(void *stream_ptr, void *dev_ptr);
186 static inline struct cras_apm *cras_apm_list_get_active_apm(void *stream_ptr, in cras_apm_list_get_active_apm() function
Dcras_apm_list.c203 struct cras_apm *cras_apm_list_get_active_apm(void *stream_ptr, void *dev_ptr) in cras_apm_list_get_active_apm() function
343 apm = cras_apm_list_get_active_apm(list->stream_ptr, dev_ptr); in cras_apm_list_start_apm()
Dcras_rstream.c356 apm = cras_apm_list_get_active_apm((void *)stream, dev_ptr); in cras_rstream_post_processing_format()
/external/adhd/cras/src/tests/
Dapm_list_unittest.cc161 EXPECT_EQ((void*)NULL, cras_apm_list_get_active_apm(stream_ptr, dev_ptr)); in TEST()
164 EXPECT_NE((void*)NULL, cras_apm_list_get_active_apm(stream_ptr, dev_ptr)); in TEST()
165 EXPECT_EQ((void*)NULL, cras_apm_list_get_active_apm(stream_ptr, dev_ptr2)); in TEST()
174 EXPECT_EQ((void*)NULL, cras_apm_list_get_active_apm(stream_ptr, dev_ptr)); in TEST()
175 EXPECT_NE((void*)NULL, cras_apm_list_get_active_apm(stream_ptr, dev_ptr2)); in TEST()
Dinput_data_unittest.cc118 struct cras_apm* cras_apm_list_get_active_apm(void* stream_ptr, void* dev_ptr) { in cras_apm_list_get_active_apm() function
Drstream_unittest.cc421 struct cras_apm* cras_apm_list_get_active_apm(void* stream_ptr, void* dev_ptr) { in cras_apm_list_get_active_apm() function