Home
last modified time | relevance | path

Searched refs:cras_rstream_dev_detach (Results 1 – 6 of 6) sorted by relevance

/external/adhd/cras/src/tests/
Drstream_stub.cc59 void cras_rstream_dev_detach(struct cras_rstream* rstream, in cras_rstream_dev_detach() function
Ddev_stream_unittest.cc1154 void cras_rstream_dev_detach(struct cras_rstream* rstream, in cras_rstream_dev_detach() function
Daudio_thread_unittest.cc1157 void cras_rstream_dev_detach(struct cras_rstream* rstream, in cras_rstream_dev_detach() function
/external/adhd/cras/src/server/
Dcras_rstream.h261 void cras_rstream_dev_detach(struct cras_rstream *rstream, unsigned int dev_id);
Dcras_rstream.c443 void cras_rstream_dev_detach(struct cras_rstream *rstream, unsigned int dev_id) in cras_rstream_dev_detach() function
Ddev_stream.c149 cras_rstream_dev_detach(dev_stream->stream, dev_stream->dev_id); in dev_stream_destroy()