Home
last modified time | relevance | path

Searched refs:cras_fmt_conv_destroy (Results 1 – 8 of 8) sorted by relevance

/external/adhd/cras/src/tests/
Dfmt_conv_unittest.cc99 cras_fmt_conv_destroy(&c); in TEST()
158 cras_fmt_conv_destroy(&c); in TEST()
206 cras_fmt_conv_destroy(&c); in TEST()
254 cras_fmt_conv_destroy(&c); in TEST()
302 cras_fmt_conv_destroy(&c); in TEST()
358 cras_fmt_conv_destroy(&c); in TEST()
415 cras_fmt_conv_destroy(&c); in TEST()
428 cras_fmt_conv_destroy(&c); in TEST()
443 cras_fmt_conv_destroy(&c); in TEST()
458 cras_fmt_conv_destroy(&c); in TEST()
[all …]
Ddev_stream_unittest.cc1209 void cras_fmt_conv_destroy(struct cras_fmt_conv* conv) {} in cras_fmt_conv_destroy() function
Daudio_thread_unittest.cc1146 void cras_fmt_conv_destroy(struct cras_fmt_conv** conv) {} in cras_fmt_conv_destroy() function
Diodev_list_unittest.cc2279 void cras_fmt_conv_destroy(struct cras_fmt_conv* conv) {} in cras_fmt_conv_destroy() function
/external/adhd/cras/src/server/
Dcras_fmt_conv.c336 cras_fmt_conv_destroy(&conv); in cras_fmt_conv_create()
342 cras_fmt_conv_destroy(&conv); in cras_fmt_conv_create()
434 cras_fmt_conv_destroy(&conv); in cras_fmt_conv_create()
490 cras_fmt_conv_destroy(&conv); in cras_fmt_conv_create()
510 cras_fmt_conv_destroy(&conv); in cras_fmt_conv_create()
521 cras_fmt_conv_destroy(&conv); in cras_fmt_conv_create()
531 void cras_fmt_conv_destroy(struct cras_fmt_conv **convp) in cras_fmt_conv_destroy() function
Dcras_fmt_conv.h26 void cras_fmt_conv_destroy(struct cras_fmt_conv **conv);
Daudio_thread.c1168 cras_fmt_conv_destroy((struct cras_fmt_conv **)&rsp); in audio_thread_config_global_remix()
1311 cras_fmt_conv_destroy(&thread->remix_converter); in audio_thread_destroy()
Ddev_stream.c152 cras_fmt_conv_destroy(&dev_stream->conv); in dev_stream_destroy()