Home
last modified time | relevance | path

Searched refs:AudioRenderTurnStandbyMode (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/audio_v1_0/c_target/audio/v1_0/
H A Daudio_render_service.c.txt207 static int32_t AudioRenderTurnStandbyMode(struct IAudioRender *self)
278 service->interface.TurnStandbyMode = AudioRenderTurnStandbyMode;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/audio_v2_0/c_target/audio/v2_0/
H A Daudio_render_service.c.txt207 static int32_t AudioRenderTurnStandbyMode(struct IAudioRender *self)
278 service->interface.TurnStandbyMode = AudioRenderTurnStandbyMode;
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/
H A Daudio_internal.h394 int32_t AudioRenderTurnStandbyMode(AudioHandle handle);
/ohos5.0/drivers/peripheral/audio/hal/hdi_passthrough/include/
H A Daudio_internal.h489 int32_t AudioRenderTurnStandbyMode(AudioHandle handle);
/ohos5.0/drivers/peripheral/audio/hdi_service/primary_impl/include/
H A Daudio_internal.h504 int32_t AudioRenderTurnStandbyMode(struct IAudioRender *handle);
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Daudio_adapter.cpp76 hwRender->common.control.TurnStandbyMode = AudioRenderTurnStandbyMode; in GetNormalRenderFuncs()
H A Daudio_render.cpp521 int32_t AudioRenderTurnStandbyMode(AudioHandle handle) in AudioRenderTurnStandbyMode() function
/ohos5.0/drivers/peripheral/audio/hdi_service/primary_impl/src/
H A Daudio_adapter.c50 hwRender->common.TurnStandbyMode = AudioRenderTurnStandbyMode; in AudioHwRenderInit()
H A Daudio_render.c1127 int32_t AudioRenderTurnStandbyMode(struct IAudioRender *handle) in AudioRenderTurnStandbyMode() function