Home
last modified time | relevance | path

Searched refs:AudioDevDump (Results 1 - 25 of 36) sorted by relevance

12

/drivers/peripheral/bluetooth/audio/interfaces/include/
H A Daudio_control.h114 int32_t (*AudioDevDump)(AudioHandle handle, int32_t range, int32_t fd); member
/drivers/peripheral/distributed_audio/interface/audio/v1_0/
H A Di_audio_control.h35 virtual int32_t AudioDevDump(const int32_t range, const int32_t fd) = 0;
/drivers/peripheral/audio/interfaces/2.0/include/
H A Daudio_control.h115 int32_t (*AudioDevDump)(AudioHandle handle, int32_t range, int32_t fd); member
/drivers/peripheral/audio/interfaces/include/
H A Daudio_control.h114 int32_t (*AudioDevDump)(AudioHandle handle, int32_t range, int32_t fd); member
/drivers/peripheral/audio/test/systemtest/hdi_service/common/capture/src/
H A Daudio_idl_hdicapture_control_test.cpp467 ret = audiopara.capture->AudioDevDump(audiopara.capture, RANGE, fd); in HWTEST_F()
505 ret = audiopara.capture->AudioDevDump(audiopara.capture, OUT_OF_RANGE-1, fd); in HWTEST_F()
532 ret = capture->AudioDevDump(capture, RANGE-1, fd); in HWTEST_F()
534 ret = capture->AudioDevDump(capture, OUT_OF_RANGE, fd); in HWTEST_F()
556 ret = capture->AudioDevDump(captureNull, RANGE, fd); in HWTEST_F()
571 ret = capture->AudioDevDump(capture, RANGE, fd); in HWTEST_F()
/drivers/peripheral/audio/test/systemtest/hdi_service/common/render/src/
H A Daudio_idl_hdirender_control_test.cpp519 ret = audiopara.render->AudioDevDump(audiopara.render, RANGE, fd); in HWTEST_F()
558 ret = audiopara.render->AudioDevDump(audiopara.render, OUT_OF_RANGE-1, fd); in HWTEST_F()
585 int32_t ret = render->AudioDevDump(render, RANGE-1, fd); in HWTEST_F()
587 ret = render->AudioDevDump(render, OUT_OF_RANGE, fd); in HWTEST_F()
609 ret = render->AudioDevDump(renderNull, RANGE, fd); in HWTEST_F()
624 ret = render->AudioDevDump(render, RANGE, fd); in HWTEST_F()
/drivers/peripheral/audio/interfaces/sound/v1_0/
H A Diaudio_render_vdi.h70 int32_t (*AudioDevDump)(struct IAudioRenderVdi *self, int32_t range, int32_t fd); member
H A Diaudio_capture_vdi.h62 int32_t (*AudioDevDump)(struct IAudioCaptureVdi *self, int32_t range, int32_t fd); member
/drivers/peripheral/audio/test/fuzztest/audio_hdi_fuzzer/audiocapture_fuzzer/
H A Daudiocapture_fuzzer.cpp115 capture->AudioDevDump(capture, temp, temp); in CaptureFucSwitch()
/drivers/peripheral/audio/test/fuzztest/audio_hdi_fuzzer/audiorender_fuzzer/
H A Daudiorender_fuzzer.cpp117 render->AudioDevDump(render, temp, temp); in RenderFucSwitch()
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/
H A Daudio_capture_ext_impl.h75 int32_t AudioDevDump(int32_t range, int32_t fd) override;
H A Daudio_capture_interface_impl.h73 int32_t AudioDevDump(int32_t range, int32_t fd) override;
H A Daudio_render_interface_impl.h86 int32_t AudioDevDump(int32_t range, int32_t fd) override;
H A Daudio_render_ext_impl.h83 int32_t AudioDevDump(int32_t range, int32_t fd) override;
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_test_utils/
H A Daudio_test_utils.h276 int32_t AudioDevDump(int32_t range, int32_t fd) override
437 int32_t AudioDevDump(int32_t range, int32_t fd) override
/drivers/peripheral/audio/hdi_service/primary_impl/vdi_src/
H A Daudio_capture_vdi.c721 CHECK_NULL_PTR_RETURN_VALUE(vdiCapture->AudioDevDump, HDF_ERR_INVALID_PARAM); in AudioCaptureAudioDevDumpVdi()
723 int32_t ret = vdiCapture->AudioDevDump(vdiCapture, range, fd); in AudioCaptureAudioDevDumpVdi()
725 AUDIO_FUNC_LOGE("audio capture AudioDevDump fail, ret=%{public}d", ret); in AudioCaptureAudioDevDumpVdi()
784 capture->AudioDevDump = AudioCaptureAudioDevDumpVdi; in AudioInitCaptureInstanceVdi()
/drivers/peripheral/audio/test/benchmarktest/render/
H A Daudio_render_benchmarktest.cpp277 BENCHMARK_F(AudioRenderBenchmarkTest, AudioDevDump)(benchmark::State &state) in BENCHMARK_F()
293 ret = render_->AudioDevDump(render_, range, fd); in BENCHMARK_F()
299 BENCHMARK_REGISTER_F(AudioRenderBenchmarkTest, AudioDevDump)->
/drivers/peripheral/audio/test/benchmarktest/capture/
H A Daudio_capture_benchmarktest.cpp342 BENCHMARK_F(AudioCaptureBenchmarkTest, AudioDevDump)(benchmark::State &state) in BENCHMARK_F()
358 ret = capture_->AudioDevDump(capture_, range, fd); in BENCHMARK_F()
364 BENCHMARK_REGISTER_F(AudioCaptureBenchmarkTest, AudioDevDump)->
/drivers/peripheral/audio/test/unittest/common/capture/
H A Daudio_capture_common_test.cpp447 /* capture AudioDevDump cases */
450 ASSERT_NE(capture_->AudioDevDump, nullptr); in HWTEST_F()
463 int32_t ret = capture_->AudioDevDump(capture_, range, fd); in HWTEST_F()
470 ASSERT_NE(capture_->AudioDevDump, nullptr); in HWTEST_F()
473 int32_t ret = capture_->AudioDevDump(nullptr, range, -1); in HWTEST_F()
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Daudio_adapter.cpp39 hwRender->common.control.AudioDevDump = FastRenderAudioDevDump; in GetFastRenderFuncs()
77 hwRender->common.control.AudioDevDump = AudioRenderAudioDevDump; in GetNormalRenderFuncs()
/drivers/peripheral/audio/test/hal_mock/
H A Daudio_render_mock.c409 static int32_t AudioDevDump(struct IAudioRenderVdi* render, int32_t range, int32_t fd) in AudioDevDump() function
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_capture_ext_impl.cpp166 int32_t AudioCaptureExtImpl::AudioDevDump(int32_t range, int32_t fd) in AudioDevDump() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioCaptureExtImpl
H A Daudio_capture_interface_impl.cpp204 int32_t AudioCaptureInterfaceImpl::AudioDevDump(int32_t range, int32_t fd) in AudioDevDump() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioCaptureInterfaceImpl
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_capture_extension/src/
H A Daudio_capture_ext_impl_test.cpp140 EXPECT_EQ(HDF_SUCCESS, audioCapturelatencyImpl_->AudioDevDump(range, fd)); 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.cpp77 EXPECT_EQ(HDF_SUCCESS, audioRenderlatencyImpl_->AudioDevDump(ashmemLength, fd)); in HWTEST_F()

Completed in 15 milliseconds

12