Home
last modified time | relevance | path

Searched refs:CreateAudioCapturerAdapter (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/opensles/include/
H A Daudiocapturer_adapter.h34 SLresult CreateAudioCapturerAdapter
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_ohos_adapter_helper_wrapper.cpp163 std::unique_ptr<NWeb::AudioCapturerAdapter> ArkOhosAdapterHelperWrapper::CreateAudioCapturerAdapter in CreateAudioCapturerAdapter() function in OHOS::ArkWeb::ArkOhosAdapterHelperWrapper
165 ArkWebRefPtr<ArkAudioCapturerAdapter> adapter = ctocpp_->CreateAudioCapturerAdapter(); in CreateAudioCapturerAdapter()
H A Dark_ohos_adapter_helper_wrapper.h45 std::unique_ptr<NWeb::AudioCapturerAdapter> CreateAudioCapturerAdapter() override;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dohos_adapter_helper.h84 virtual std::unique_ptr<AudioCapturerAdapter> CreateAudioCapturerAdapter() = 0;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_ohos_adapter_helper_impl.h45 ArkWebRefPtr<ArkAudioCapturerAdapter> CreateAudioCapturerAdapter() override;
H A Dark_ohos_adapter_helper_impl.cpp142 ArkWebRefPtr<ArkAudioCapturerAdapter> ArkOhosAdapterHelperImpl::CreateAudioCapturerAdapter() in CreateAudioCapturerAdapter() function in OHOS::ArkWeb::ArkOhosAdapterHelperImpl
144 std::unique_ptr<NWeb::AudioCapturerAdapter> adapter = real_.CreateAudioCapturerAdapter(); in CreateAudioCapturerAdapter()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_ohos_adapter_helper.h92 virtual ArkWebRefPtr<ArkAudioCapturerAdapter> CreateAudioCapturerAdapter() = 0;
/ohos5.0/base/web/webview/ohos_adapter/ohos_adapter_helper/include/
H A Dohos_adapter_helper_impl.h48 std::unique_ptr<AudioCapturerAdapter> CreateAudioCapturerAdapter() override;
/ohos5.0/base/web/webview/ohos_adapter/ohos_adapter_helper/src/
H A Dohos_adapter_helper_impl.cpp142 std::unique_ptr<AudioCapturerAdapter> OhosAdapterHelperImpl::CreateAudioCapturerAdapter() in CreateAudioCapturerAdapter() function in OHOS::NWeb::OhosAdapterHelperImpl
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/opensles/src/itf/
H A Dengine_itf.cpp85CreateAudioCapturerAdapter(audioRecorderId, pAudioSrc, pAudioSnk, OHOS::AudioStandard::STREAM_MUSI… in CreateAudioRecorder()
/ohos5.0/base/web/webview/test/unittest/ohos_adapter_helper/
H A Dohos_adapter_helper_test.cpp133 std::unique_ptr<AudioCapturerAdapter> audioCapter = helper.CreateAudioCapturerAdapter();
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/opensles/src/adapter/
H A Daudiocapturer_adapter.cpp50 SLresult AudioCapturerAdapter::CreateAudioCapturerAdapter(SLuint32 id, SLDataSource *dataSource, in CreateAudioCapturerAdapter() function in OHOS::AudioStandard::AudioCapturerAdapter