Searched refs:auimpl_engine_open (Results 1 – 3 of 3) sorted by relevance
485 int auimpl_engine_open(audio_stream_t *, int);
1300 if ((rv = auimpl_engine_open(sp, flags | ENGINE_OUTPUT)) != 0) in auclnt_open()1306 if ((rv = auimpl_engine_open(sp, flags | ENGINE_INPUT)) != 0) in auclnt_open()
363 auimpl_engine_open(audio_stream_t *sp, int flags) in auimpl_engine_open() function