Home
last modified time | relevance | path

Searched refs:IsSupportsDrain (Results 1 - 14 of 14) sorted by relevance

/drivers/peripheral/audio/interfaces/2.0/include/
H A Daudio_render.h177 * @see IsSupportsDrain
179 int32_t (*IsSupportsDrain)(struct AudioRender *render, bool *support); member
/drivers/peripheral/audio/interfaces/include/
H A Daudio_render.h175 * @see IsSupportsDrain
177 int32_t (*IsSupportsDrain)(struct AudioRender *render, bool *support); member
/drivers/peripheral/audio/interfaces/sound/v1_0/
H A Diaudio_render_vdi.h41 int32_t (*IsSupportsDrain)(struct IAudioRenderVdi *self, bool *support); member
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/
H A Daudio_render_interface_impl.h58 int32_t IsSupportsDrain(bool &support) override;
H A Daudio_render_ext_impl.h55 int32_t IsSupportsDrain(bool &support) override;
/drivers/peripheral/audio/test/benchmarktest/render/
H A Daudio_render_benchmarktest.cpp702 BENCHMARK_F(AudioRenderBenchmarkTest, IsSupportsDrain)(benchmark::State &state) in BENCHMARK_F()
709 ret = render_->IsSupportsDrain(render_, &support); in BENCHMARK_F()
714 BENCHMARK_REGISTER_F(AudioRenderBenchmarkTest, IsSupportsDrain)->
/drivers/peripheral/audio/test/hal_mock/
H A Daudio_render_mock.c123 static int32_t IsSupportsDrain(struct IAudioRenderVdi* render, bool *support) in IsSupportsDrain() function
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_render_extension/src/
H A Daudio_render_ext_impl_test.cpp113 EXPECT_EQ(HDF_SUCCESS, audioRenderlatencyImpl_->IsSupportsDrain(support)); in HWTEST_F()
/drivers/peripheral/audio/test/unittest/common/render/
H A Daudio_render_common_test.cpp822 int32_t ret = render_->IsSupportsDrain(nullptr, &support); in HWTEST_F()
824 ret = render_->IsSupportsDrain(render_, nullptr); in HWTEST_F()
831 int32_t ret = render_->IsSupportsDrain(render_, &support); in HWTEST_F()
/drivers/peripheral/audio/hdi_service/primary_impl/vdi_src/
H A Daudio_render_vdi.c270 CHECK_NULL_PTR_RETURN_VALUE(vdiRender->IsSupportsDrain, HDF_ERR_INVALID_PARAM); in AudioRenderIsSupportsDrainVdi()
272 int32_t ret = vdiRender->IsSupportsDrain(vdiRender, support); in AudioRenderIsSupportsDrainVdi()
274 AUDIO_FUNC_LOGE("audio render IsSupportsDrain fail, ret=%{public}d", ret); in AudioRenderIsSupportsDrainVdi()
881 render->IsSupportsDrain = AudioRenderIsSupportsDrainVdi; in AudioInitRenderInstanceVdi()
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_render_ext_impl.cpp181 int32_t AudioRenderExtImpl::IsSupportsDrain(bool &support) in IsSupportsDrain() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioRenderExtImpl
H A Daudio_render_interface_impl.cpp188 int32_t AudioRenderInterfaceImpl::IsSupportsDrain(bool &support) in IsSupportsDrain() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioRenderInterfaceImpl
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_test_utils/
H A Daudio_test_utils.h136 int32_t IsSupportsDrain(bool &support) override
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_render_interface/src/
H A Daudio_render_interface_impl_test.cpp212 * @tc.desc: Verify the IsSupportsDrain function.
221 EXPECT_EQ(HDF_SUCCESS, audioRenderInterfaceImpl_->IsSupportsDrain(support)); in HWTEST_F()

Completed in 13 milliseconds