Home
last modified time | relevance | path

Searched refs:supportResume (Results 1 – 15 of 15) sorted by relevance

/drivers/peripheral/audio/interfaces/include/
Daudio_control.h127 … int32_t (*IsSupportsPauseAndResume)(AudioHandle handle, bool *supportPause, bool *supportResume);
/drivers/peripheral/audio/hdi_service/primary_impl/vendor_include/include/
Di_audio_control.h127 … int32_t (*IsSupportsPauseAndResume)(AudioHandle handle, bool *supportPause, bool *supportResume);
/drivers/peripheral/audio/interfaces/2.0/include/
Daudio_control.h128 … int32_t (*IsSupportsPauseAndResume)(AudioHandle handle, bool *supportPause, bool *supportResume);
/drivers/peripheral/audio/interfaces/sound/v1_0/
Diaudio_capture_vdi.h62 …*IsSupportsPauseAndResume)(struct IAudioCaptureVdi *self, bool *supportPause, bool *supportResume);
Diaudio_render_vdi.h71 …(*IsSupportsPauseAndResume)(struct IAudioRenderVdi *self, bool *supportPause, bool *supportResume);
/drivers/peripheral/audio/test/unittest/common/render/
Daudio_render_common_test.cpp867 bool supportResume = false; variable
868 int32_t ret = render_->IsSupportsPauseAndResume(nullptr, &supportPause, &supportResume);
871 ret = render_->IsSupportsPauseAndResume(render_, nullptr, &supportResume);
881 bool supportResume = false; variable
882 int32_t ret = render_->IsSupportsPauseAndResume(render_, &supportPause, &supportResume);
/drivers/peripheral/audio/test/unittest/common/capture/
Daudio_capture_common_test.cpp886 bool supportResume = false; variable
888 int32_t ret = capture_->IsSupportsPauseAndResume(capture_, &supportPause, &supportResume);
896 bool supportResume = false; variable
898 int32_t ret = capture_->IsSupportsPauseAndResume(nullptr, &supportPause, &supportResume);
901 ret = capture_->IsSupportsPauseAndResume(capture_, nullptr, &supportResume);
/drivers/peripheral/audio/hdi_service/primary_impl/vdi_src/
Daudio_capture_vdi.c680 …IsSupportsPauseAndResumeVdi(struct IAudioCapture *capture, bool *supportPause, bool *supportResume) in AudioCaptureIsSupportsPauseAndResumeVdi() argument
684 CHECK_NULL_PTR_RETURN_VALUE(supportResume, HDF_ERR_INVALID_PARAM); in AudioCaptureIsSupportsPauseAndResumeVdi()
691 int32_t ret = vdiCapture->IsSupportsPauseAndResume(vdiCapture, supportPause, supportResume); in AudioCaptureIsSupportsPauseAndResumeVdi()
Daudio_render_vdi.c789 …erIsSupportsPauseAndResumeVdi(struct IAudioRender *render, bool *supportPause, bool *supportResume) in AudioRenderIsSupportsPauseAndResumeVdi() argument
793 CHECK_NULL_PTR_RETURN_VALUE(supportResume, HDF_ERR_INVALID_PARAM); in AudioRenderIsSupportsPauseAndResumeVdi()
800 return vdiRender->IsSupportsPauseAndResume(vdiRender, supportPause, supportResume); in AudioRenderIsSupportsPauseAndResumeVdi()
/drivers/peripheral/audio/hdi_service/primary_impl/vendor_src/
Daudio_capture_vendor.c682 …ureIsSupportsPauseAndResume(struct IAudioCapture *capture, bool *supportPause, bool *supportResume) in AudioHwiCaptureIsSupportsPauseAndResume() argument
686 CHECK_NULL_PTR_RETURN_VALUE(supportResume, HDF_ERR_INVALID_PARAM); in AudioHwiCaptureIsSupportsPauseAndResume()
693 …nt32_t ret = hwiCapture->control.IsSupportsPauseAndResume(hwiCapture, supportPause, supportResume); in AudioHwiCaptureIsSupportsPauseAndResume()
Daudio_render_vendor.c761 …enderIsSupportsPauseAndResume(struct IAudioRender *render, bool *supportPause, bool *supportResume) in AudioHwiRenderIsSupportsPauseAndResume() argument
765 CHECK_NULL_PTR_RETURN_VALUE(supportResume, HDF_ERR_INVALID_PARAM); in AudioHwiRenderIsSupportsPauseAndResume()
772 return hwiRender->control.IsSupportsPauseAndResume(hwiRender, supportPause, supportResume); in AudioHwiRenderIsSupportsPauseAndResume()
/drivers/peripheral/audio/test/benchmarktest/capture/
Daudio_capture_benchmarktest.cpp675 bool supportResume = false; in BENCHMARK_F() local
678 ret = capture_->IsSupportsPauseAndResume(capture_, &supportPause, &supportResume); in BENCHMARK_F()
/drivers/peripheral/audio/test/benchmarktest/render/
Daudio_render_benchmarktest.cpp774 bool supportResume = false; in BENCHMARK_F() local
777 ret = render_->IsSupportsPauseAndResume(render_, &supportPause, &supportResume); in BENCHMARK_F()
/drivers/interface/audio/v1_0/
DIAudioCapture.idl375 …* @param supportResume Indicates the state whether the vendor supports resuming. Value <b>true</b>…
380 IsSupportsPauseAndResume([out] boolean supportPause, [out] boolean supportResume);
DIAudioRender.idl459 …* @param supportResume Indicates the state whether the vendor supports resuming. Value <b>true</b>…
464 IsSupportsPauseAndResume([out] boolean supportPause, [out] boolean supportResume);