Searched refs:AudioOutputRenderStop (Results 1 - 5 of 5) sorted by relevance
/drivers/peripheral/audio/supportlibs/interfaces/include/ |
H A D | audio_if_lib_render.h | 64 int32_t AudioOutputRenderStop(const struct DevHandle *handle,
|
/drivers/peripheral/audio/supportlibs/alsa_adapter/src/ |
H A D | alsa_lib_render.c | 417 int32_t AudioOutputRenderStop( in AudioOutputRenderStop() function 499 ret = AudioOutputRenderStop(handle, cmdId, handleData); in AudioInterfaceLibOutputRender()
|
/drivers/peripheral/audio/test/unittest/supportlibs/interface_lib_render/src/ |
H A D | audio_alsa_if_lib_render_test.cpp | 491 int32_t ret = AudioOutputRenderStop(handle, AUDIO_DRV_PCM_IOCTRL_STOP, handleData); in HWTEST_F() 504 ret = AudioOutputRenderStop(handle, AUDIO_DRV_PCM_IOCTRL_STOP, handleData); in HWTEST_F()
|
H A D | audio_adm_if_lib_render_test.cpp | 67 int32_t AudioOutputRenderStop(const struct DevHandle *handle,
|
/drivers/peripheral/audio/supportlibs/adm_adapter/src/ |
H A D | audio_interface_lib_render.c | 1019 int32_t AudioOutputRenderStop(const struct DevHandle *handle, in AudioOutputRenderStop() function 1182 return AudioOutputRenderStop(handle, cmdId, handleData); in AudioInterfaceLibOutputRender()
|
Completed in 5 milliseconds