Home
last modified time | relevance | path

Searched refs:Pause (Results 1 - 25 of 40) sorted by relevance

12

/drivers/peripheral/audio/test/systemtest/hdi_service/common/render/src/
H A Daudio_idl_hdirender_control_test.cpp190 ret = render->Pause(render); in HWTEST_F()
209 ret = render->Pause(render); in HWTEST_F()
211 ret = render->Pause(render); in HWTEST_F()
225 ret = render->Pause(render); in HWTEST_F()
241 ret = render->Pause(render); in HWTEST_F()
245 ret = render->Pause(render); in HWTEST_F()
266 ret = render->Pause(render); in HWTEST_F()
283 ret = render->Pause(renderNull); in HWTEST_F()
339 ret = render->Pause(render); in HWTEST_F()
360 ret = render->Pause(rende in HWTEST_F()
[all...]
/drivers/peripheral/audio/test/systemtest/hdi_service/common/capture/src/
H A Daudio_idl_hdicapture_control_test.cpp192 ret = capture->Pause(capture); in HWTEST_F()
208 ret = capture->Pause(capture); in HWTEST_F()
210 ret = capture->Pause(capture); in HWTEST_F()
227 ret = capture->Pause(captureNull); in HWTEST_F()
241 ret = capture->Pause(capture); in HWTEST_F()
257 ret = capture->Pause(capture); in HWTEST_F()
271 ret = capture->Pause(capture); in HWTEST_F()
289 ret = capture->Pause(capture); in HWTEST_F()
327 ret = capture->Pause(capture); in HWTEST_F()
361 ret = capture->Pause(captur in HWTEST_F()
[all...]
/drivers/peripheral/bluetooth/audio/interfaces/include/
H A Daudio_control.h77 int32_t (*Pause)(AudioHandle handle); member
85 * @see Pause
/drivers/peripheral/distributed_audio/interface/audio/v1_0/
H A Di_audio_control.h27 virtual int32_t Pause() = 0;
/drivers/peripheral/audio/interfaces/2.0/include/
H A Daudio_control.h78 int32_t (*Pause)(AudioHandle handle); member
86 * @see Pause
/drivers/peripheral/audio/interfaces/include/
H A Daudio_control.h77 int32_t (*Pause)(AudioHandle handle); member
85 * @see Pause
/drivers/peripheral/audio/test/unittest/common/capture/
H A Daudio_capture_common_test.cpp336 ASSERT_NE(capture_->Pause, nullptr); in HWTEST_F()
342 ret = capture_->Pause(capture_); in HWTEST_F()
349 ASSERT_NE(capture_->Pause, nullptr); in HWTEST_F()
351 int32_t ret = capture_->Pause(nullptr); in HWTEST_F()
357 ASSERT_NE(capture_->Pause, nullptr); in HWTEST_F()
363 ret = capture_->Pause(capture_); in HWTEST_F()
366 ret = capture_->Pause(capture_); in HWTEST_F()
374 ASSERT_NE(capture_->Pause, nullptr); in HWTEST_F()
382 ret = capture_->Pause(capture_); in HWTEST_F()
/drivers/peripheral/audio/interfaces/sound/v1_0/
H A Diaudio_render_vdi.h66 int32_t (*Pause)(struct IAudioRenderVdi *self); member
H A Diaudio_capture_vdi.h58 int32_t (*Pause)(struct IAudioCaptureVdi *self); member
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/
H A Daudio_capture_ext_impl.h71 int32_t Pause() override;
H A Daudio_capture_interface_impl.h69 int32_t Pause() override;
H A Daudio_render_interface_impl.h82 int32_t Pause() override;
H A Daudio_render_ext_impl.h79 int32_t Pause() override;
/drivers/peripheral/audio/test/benchmarktest/render/
H A Daudio_render_benchmarktest.cpp209 BENCHMARK_F(AudioRenderBenchmarkTest, Pause)(benchmark::State &state) in BENCHMARK_F()
216 ret = render_->Pause(render_); in BENCHMARK_F()
224 BENCHMARK_REGISTER_F(AudioRenderBenchmarkTest, Pause)->
233 ret = render_->Pause(render_); in BENCHMARK_F()
/drivers/peripheral/audio/test/benchmarktest/capture/
H A Daudio_capture_benchmarktest.cpp274 BENCHMARK_F(AudioCaptureBenchmarkTest, Pause)(benchmark::State &state) in BENCHMARK_F()
281 ret = capture_->Pause(capture_); in BENCHMARK_F()
289 BENCHMARK_REGISTER_F(AudioCaptureBenchmarkTest, Pause)->
298 ret = capture_->Pause(capture_); in BENCHMARK_F()
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_test_utils/
H A Daudio_test_utils.h256 int32_t Pause() override
417 int32_t Pause() override
/drivers/peripheral/audio/hdi_service/primary_impl/vdi_src/
H A Daudio_capture_vdi.c649 CHECK_NULL_PTR_RETURN_VALUE(vdiCapture->Pause, HDF_ERR_INVALID_PARAM); in AudioCapturePauseVdi()
651 int32_t ret = vdiCapture->Pause(vdiCapture); in AudioCapturePauseVdi()
653 AUDIO_FUNC_LOGE("audio capture Pause fail, ret=%{public}d", ret); in AudioCapturePauseVdi()
780 capture->Pause = AudioCapturePauseVdi; in AudioInitCaptureInstanceVdi()
H A Daudio_render_vdi.c764 CHECK_NULL_PTR_RETURN_VALUE(vdiRender->Pause, HDF_ERR_INVALID_PARAM); in AudioRenderPauseVdi()
766 int32_t ret = vdiRender->Pause(vdiRender); in AudioRenderPauseVdi()
768 AUDIO_FUNC_LOGE("audio render Pause fail, ret=%{public}d", ret); in AudioRenderPauseVdi()
905 render->Pause = AudioRenderPauseVdi; in AudioInitRenderInstanceVdi()
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Daudio_adapter.cpp35 hwRender->common.control.Pause = FastRenderPause; in GetFastRenderFuncs()
73 hwRender->common.control.Pause = AudioRenderPause; in GetNormalRenderFuncs()
/drivers/peripheral/audio/test/hal_mock/
H A Daudio_render_mock.c377 static int32_t Pause(struct IAudioRenderVdi* render) in Pause() function
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_capture_ext_impl.cpp142 int32_t AudioCaptureExtImpl::Pause() in Pause() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioCaptureExtImpl
144 DHLOGI("Pause capture."); in Pause()
H A Daudio_capture_interface_impl.cpp180 int32_t AudioCaptureInterfaceImpl::Pause() in Pause() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioCaptureInterfaceImpl
182 DHLOGI("Pause capture."); in Pause()
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_capture_extension/src/
H A Daudio_capture_ext_impl_test.cpp108 EXPECT_EQ(HDF_SUCCESS, audioCapturelatencyImpl_->Pause()); in HWTEST_F()
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_render_extension/src/
H A Daudio_render_ext_impl_test.cpp103 EXPECT_EQ(HDF_SUCCESS, audioRenderlatencyImpl_->Pause()); in HWTEST_F()
/drivers/peripheral/audio/test/sample/
H A Didl_capture.c937 if (g_capture == NULL || g_capture->Pause == NULL) { in SetCaptyrePause()
941 ret = g_capture->Pause((void *)g_capture); in SetCaptyrePause()
1205 printf("| 4. Capture Pause |\n"); in PrintMenu2()

Completed in 17 milliseconds

12