Home
last modified time | relevance | path

Searched defs:renderId (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/fuzztest/destroyrender_fuzzer/
H A Ddestroyrender_fuzzer.cpp39 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 Dcreaterender_fuzzer.cpp62 uint32_t renderId; in CreateRenderFuzzTest() local
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/fuzztest/renderframe_fuzzer/
H A Drenderframe_fuzzer.cpp40 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 Daudiooffloadrender_fuzzer.cpp59 uint32_t renderId = 0; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_adapter_interface_impl.cpp97 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 Daudio_render_interface_impl.cpp38 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 Daudio_render_interface_impl_test.cpp41 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 Daudio_render_vdi.c37 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 Daudio_adapter_vdi.c125 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 Daudiorender_fuzzer.cpp133 uint32_t renderId = 0; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/devicemanager/src/
H A Daudio_device_adapter_impl.cpp250 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 Daudio_adapter_common_test.cpp213 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 Daudio_adapter.c585 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 Daudio_adapter_interface_impl_test.cpp84 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 Dremote_audio_renderer_sink.cpp218 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 Dhdi_service_common.cpp356 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()