Searched refs:AUDIODRV_CTL_IOCTL_MUTE_READ (Results 1 - 7 of 7) sorted by relevance
/drivers/peripheral/audio/supportlibs/interfaces/include/ |
H A D | audio_if_lib_render.h | 34 AUDIODRV_CTL_IOCTL_MUTE_READ, // mute enumerator
|
/drivers/peripheral/audio/test/systemtest/supportlibs/common/render/src/ |
H A D | audio_librender_test.cpp | 314 * @tc.desc test InterfaceLibCtlRender ,cmdId is AUDIODRV_CTL_IOCTL_MUTE_WRITE and AUDIODRV_CTL_IOCTL_MUTE_READ.
332 ret = InterfaceLibCtlRender(handle, AUDIODRV_CTL_IOCTL_MUTE_READ, &hwRender->renderParam);
in HWTEST_F() 339 ret = InterfaceLibCtlRender(handle, AUDIODRV_CTL_IOCTL_MUTE_READ, &hwRender->renderParam);
in HWTEST_F() 349 * @tc.desc test InterfaceLibCtlRender ,cmdId is AUDIODRV_CTL_IOCTL_MUTE_WRITE and AUDIODRV_CTL_IOCTL_MUTE_READ.
367 ret = InterfaceLibCtlRender(handle, AUDIODRV_CTL_IOCTL_MUTE_READ, &hwRender->renderParam);
in HWTEST_F() 374 ret = InterfaceLibCtlRender(handle, AUDIODRV_CTL_IOCTL_MUTE_READ, &hwRender->renderParam);
in HWTEST_F() 588 ret = InterfaceLibCtlRender(handlec, AUDIODRV_CTL_IOCTL_MUTE_READ, &hwRender->renderParam);
in HWTEST_F()
|
H A D | audio_alsa_librender_test.cpp | 779 * @tc.desc test InterfaceLibCtlRender ,cmdId is AUDIODRV_CTL_IOCTL_MUTE_WRITE and AUDIODRV_CTL_IOCTL_MUTE_READ.
799 ret = InterfaceLibCtlRender(handle, AUDIODRV_CTL_IOCTL_MUTE_READ, &hwRender->renderParam);
in HWTEST_F() 807 ret = InterfaceLibCtlRender(handle, AUDIODRV_CTL_IOCTL_MUTE_READ, &hwRender->renderParam);
in HWTEST_F()
|
/drivers/peripheral/audio/test/unittest/supportlibs/interface_lib_render/src/ |
H A D | audio_alsa_if_lib_render_test.cpp | 263 int32_t ret = AudioCtlRenderGetMuteStu(handle, AUDIODRV_CTL_IOCTL_MUTE_READ, handleData); in HWTEST_F() 277 ret = AudioCtlRenderGetMuteStu(handle, AUDIODRV_CTL_IOCTL_MUTE_READ, handleData); in HWTEST_F() 305 ret = AudioCtlRenderGetMuteStu(handle, AUDIODRV_CTL_IOCTL_MUTE_READ, handleData); in HWTEST_F() 312 ret = AudioCtlRenderGetMuteStu(handle, AUDIODRV_CTL_IOCTL_MUTE_READ, handleData); in HWTEST_F()
|
/drivers/peripheral/audio/supportlibs/alsa_adapter/src/ |
H A D | alsa_lib_render.c | 277 case AUDIODRV_CTL_IOCTL_MUTE_READ: in AudioInterfaceLibCtlRender() 551 case AUDIODRV_CTL_IOCTL_MUTE_READ: in AudioInterfaceLibModeRender()
|
/drivers/peripheral/audio/supportlibs/adm_adapter/src/ |
H A D | audio_interface_lib_render.c | 738 case AUDIODRV_CTL_IOCTL_MUTE_READ: in AudioInterfaceLibCtlRender() 1226 case AUDIODRV_CTL_IOCTL_MUTE_READ: in AudioInterfaceLibModeRender()
|
/drivers/peripheral/audio/hdi_service/primary_impl/src/ |
H A D | audio_render.c | 519 (*pInterfaceLibModeRender)(impl->devCtlHandle, &impl->renderParam, AUDIODRV_CTL_IOCTL_MUTE_READ); in AudioRenderGetMute()
|
Completed in 9 milliseconds