/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/opensles/include/ |
H A D | audiocapturer_adapter.h | 34 SLresult CreateAudioCapturerAdapter
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_ohos_adapter_helper_wrapper.cpp | 163 std::unique_ptr<NWeb::AudioCapturerAdapter> ArkOhosAdapterHelperWrapper::CreateAudioCapturerAdapter… in CreateAudioCapturerAdapter() function in OHOS::ArkWeb::ArkOhosAdapterHelperWrapper 165 ArkWebRefPtr<ArkAudioCapturerAdapter> adapter = ctocpp_->CreateAudioCapturerAdapter(); in CreateAudioCapturerAdapter()
|
H A D | ark_ohos_adapter_helper_wrapper.h | 45 std::unique_ptr<NWeb::AudioCapturerAdapter> CreateAudioCapturerAdapter() override;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | ohos_adapter_helper.h | 84 virtual std::unique_ptr<AudioCapturerAdapter> CreateAudioCapturerAdapter() = 0;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_ohos_adapter_helper_impl.h | 45 ArkWebRefPtr<ArkAudioCapturerAdapter> CreateAudioCapturerAdapter() override;
|
H A D | ark_ohos_adapter_helper_impl.cpp | 142 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 D | ark_ohos_adapter_helper.h | 92 virtual ArkWebRefPtr<ArkAudioCapturerAdapter> CreateAudioCapturerAdapter() = 0;
|
/ohos5.0/base/web/webview/ohos_adapter/ohos_adapter_helper/include/ |
H A D | ohos_adapter_helper_impl.h | 48 std::unique_ptr<AudioCapturerAdapter> CreateAudioCapturerAdapter() override;
|
/ohos5.0/base/web/webview/ohos_adapter/ohos_adapter_helper/src/ |
H A D | ohos_adapter_helper_impl.cpp | 142 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 D | engine_itf.cpp | 85 …CreateAudioCapturerAdapter(audioRecorderId, pAudioSrc, pAudioSnk, OHOS::AudioStandard::STREAM_MUSI… in CreateAudioRecorder()
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter_helper/ |
H A D | ohos_adapter_helper_test.cpp | 133 std::unique_ptr<AudioCapturerAdapter> audioCapter = helper.CreateAudioCapturerAdapter();
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/opensles/src/adapter/ |
H A D | audiocapturer_adapter.cpp | 50 SLresult AudioCapturerAdapter::CreateAudioCapturerAdapter(SLuint32 id, SLDataSource *dataSource, in CreateAudioCapturerAdapter() function in OHOS::AudioStandard::AudioCapturerAdapter
|