/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/fuzztest/destroyrender_fuzzer/ |
H A D | destroyrender_fuzzer.cpp | 39 uint32_t renderId = *(reinterpret_cast<const uint32_t*>(data)); in DestroyRenderFuzzTest() local
|
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/fuzztest/createrender_fuzzer/ |
H A D | createrender_fuzzer.cpp | 62 uint32_t renderId; in CreateRenderFuzzTest() local
|
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/fuzztest/renderframe_fuzzer/ |
H A D | renderframe_fuzzer.cpp | 40 uint32_t renderId = *(reinterpret_cast<const uint32_t*>(data)); in RenderFrameFuzzTest() local
|
/ohos5.0/drivers/peripheral/audio/test/fuzztest/audio_hdi_fuzzer/audiooffloadrender_fuzzer/ |
H A D | audiooffloadrender_fuzzer.cpp | 59 uint32_t renderId = 0; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/ |
H A D | audio_adapter_interface_impl.cpp | 97 const AudioSampleAttributes &attrs, int32_t renderId) in CreateRenderImpl() 131 const AudioSampleAttributes &attrs, sptr<IAudioRender> &render, uint32_t &renderId) in CreateRender() 185 const int32_t dhId, uint32_t &renderId) in InsertRenderImpl() 206 void AudioAdapterInterfaceImpl::DeleteRenderImpl(uint32_t renderId) in DeleteRenderImpl() 218 int32_t AudioAdapterInterfaceImpl::DestroyRender(uint32_t renderId) in DestroyRender() 590 const int32_t dhId, const int32_t renderId) in OpenRenderDevice() 635 sptr<IDAudioCallback> extSpkCallback, const int32_t dhId, const int32_t renderId) in CloseRenderDevice()
|
H A D | audio_render_interface_impl.cpp | 38 const AudioSampleAttributes &attrs, const sptr<IDAudioCallback> &callback, uint32_t renderId) in AudioRenderInterfaceImpl()
|
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_render_interface/src/ |
H A D | audio_render_interface_impl_test.cpp | 41 uint32_t renderId = 0; in SetUp() local 648 uint32_t renderId = 0; variable
|
/ohos5.0/drivers/peripheral/audio/hdi_service/primary_impl/vdi_src/ |
H A D | audio_render_vdi.c | 37 uint32_t renderId; member 56 struct IAudioRenderVdi *AudioGetVdiRenderByIdVdi(uint32_t renderId) in AudioGetVdiRenderByIdVdi() 954 uint32_t renderId = AUDIO_VDI_STREAM_NUM_MAX; in GetAvailableRenderId() local 975 …udioRender *AudioCreateRenderByIdVdi(const struct AudioSampleAttributes *attrs, uint32_t *renderId, in AudioCreateRenderByIdVdi() 1030 uint32_t DecreaseRenderUsrCount(uint32_t renderId) in DecreaseRenderUsrCount() 1048 void AudioDestroyRenderByIdVdi(uint32_t renderId) in AudioDestroyRenderByIdVdi()
|
H A D | audio_adapter_vdi.c | 125 struct IAudioRender **render, uint32_t *renderId) in VerifyParamsOfAudioCreateRenderVdi() 143 const struct AudioSampleAttributes *attrs, struct IAudioRender **render, uint32_t *renderId) in AudioCreateRenderVdi() 199 int32_t AudioDestroyRenderVdi(struct IAudioAdapter *adapter, uint32_t renderId) in AudioDestroyRenderVdi()
|
/ohos5.0/drivers/peripheral/audio/test/fuzztest/audio_hdi_fuzzer/audiorender_fuzzer/ |
H A D | audiorender_fuzzer.cpp | 133 uint32_t renderId = 0; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/devicemanager/src/ |
H A D | audio_device_adapter_impl.cpp | 250 sptr<IAudioRender> &audioRender, IAudioDeviceAdapterCallback *renderCb, uint32_t &renderId) in CreateRender() 271 void AudioDeviceAdapterImpl::DestroyRender(sptr<IAudioRender> audioRender, uint32_t &renderId) in DestroyRender()
|
/ohos5.0/drivers/peripheral/audio/test/unittest/common/adapter/ |
H A D | audio_adapter_common_test.cpp | 213 uint32_t renderId = AUDIO_STREAM_NUM_MAX - 1; variable 220 uint32_t renderId = AUDIO_STREAM_NUM_MAX; variable
|
/ohos5.0/drivers/peripheral/audio/hdi_service/primary_impl/src/ |
H A D | audio_adapter.c | 585 uint32_t renderId = MAX_AUDIO_STREAM_NUM; in GetAvailableRenderID() local 608 const struct AudioSampleAttributes *attrs, struct IAudioRender **render, uint32_t *renderId) in AudioAdapterCreateRender() 655 int32_t AudioAdapterDestroyRender(struct IAudioAdapter *adapter, uint32_t renderId) in AudioAdapterDestroyRender()
|
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_adapter_interface/src/ |
H A D | audio_adapter_interface_impl_test.cpp | 84 uint32_t renderId = 0; variable 115 uint32_t renderId = 0; variable 687 uint32_t renderId = 0; variable 709 uint32_t renderId = 0; variable
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/remote/ |
H A D | remote_audio_renderer_sink.cpp | 218 auto renderId = renderIdVector_.begin(); in ClearRender() local 359 uint32_t &renderId) in CreateRender() 535 auto renderId = renderIdVector_.begin(); in Start() local
|
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/src/ |
H A D | hdi_service_common.cpp | 356 struct IAudioAdapter **adapter, struct IAudioRender **render, unsigned *renderId) in AudioCreateRender() 394 struct IAudioAdapter **adapter, struct IAudioRender **render, unsigned *renderId) in AudioOffloadCreateRender() 1043 struct IAudioRender *&render, uint32_t renderId) in ReleaseRenderSource()
|