Home
last modified time | relevance | path

Searched refs:SetInputRoute (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/fast/
H A Dfast_audio_capturer_source.cpp58 int32_t SetInputRoute(DeviceType inputDevice, AudioPortPin &inputPortPin);
60 int32_t SetInputRoute(DeviceType inputDevice) override;
462 ret = SetInputRoute(static_cast<DeviceType>(attr_.deviceType)); in Init()
604 int32_t FastAudioCapturerSourceInner::SetInputRoute(DeviceType inputDevice) in SetInputRoute() function in OHOS::AudioStandard::FastAudioCapturerSourceInner
607 return SetInputRoute(inputDevice, inputPortPin); in SetInputRoute()
610 int32_t FastAudioCapturerSourceInner::SetInputRoute(DeviceType inputDevice, AudioPortPin &inputPort… in SetInputRoute() function in OHOS::AudioStandard::FastAudioCapturerSourceInner
700 ret = SetInputRoute(activeDevice, audioSceneInPort); in SetAudioScene()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/primary/
H A Daudio_capturer_source.cpp73 int32_t SetInputRoute(DeviceType inputDevice) override;
117 int32_t SetInputRoute(DeviceType inputDevice, AudioPortPin &inputPortPin);
191 int32_t SetInputRoute(DeviceType inputDevice) override;
892 int32_t AudioCapturerSourceInner::SetInputRoute(DeviceType inputDevice) in SetInputRoute() function in OHOS::AudioStandard::AudioCapturerSourceInner
896 return SetInputRoute(inputDevice, inputPortPin); in SetInputRoute()
899 int32_t AudioCapturerSourceInner::SetInputRoute(DeviceType inputDevice, AudioPortPin &inputPortPin) in SetInputRoute() function in OHOS::AudioStandard::AudioCapturerSourceInner
979 ret = SetInputRoute(activeDevice, audioSceneInPort); in SetAudioScene()
1242 ret = SetInputRoute(DEVICE_TYPE_USB_ARM_HEADSET, inputPortPin); in InitAdapterAndCapture()
1244 ret = SetInputRoute(DEVICE_TYPE_MIC, inputPortPin); in InitAdapterAndCapture()
1480 int32_t AudioCapturerSourceWakeup::SetInputRoute(DeviceType inputDevice) in SetInputRoute() function in OHOS::AudioStandard::AudioCapturerSourceWakeup
[all …]
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/file/
H A Daudio_capturer_file_source.h46 int32_t SetInputRoute(DeviceType deviceType) override;
H A Daudio_capturer_file_source.cpp62 int32_t AudioCapturerFileSource::SetInputRoute(DeviceType inputDevice) in SetInputRoute() function in OHOS::AudioStandard::AudioCapturerFileSource
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/common/
H A Di_audio_capturer_source.h81 virtual int32_t SetInputRoute(DeviceType deviceType) = 0;
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/remote/
H A Dremote_audio_capturer_source.cpp80 int32_t SetInputRoute(DeviceType inputDevice) override;
592 int32_t RemoteAudioCapturerSourceInner::SetInputRoute(DeviceType inputDevice) in SetInputRoute() function in OHOS::AudioStandard::RemoteAudioCapturerSourceInner
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/remote_fast/
H A Dremote_fast_audio_capturer_source.cpp76 int32_t SetInputRoute(DeviceType inputDevice) override;
668 int32_t RemoteFastAudioCapturerSourceInner::SetInputRoute(DeviceType inputDevice) in SetInputRoute() function in OHOS::AudioStandard::RemoteFastAudioCapturerSourceInner
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_server.cpp819 audioCapturerSourceInstance->SetInputRoute(type); in SetIORoutes()
833 audioCapturerSourceInstance->SetInputRoute(type); in SetIORoutes()