Home
last modified time | relevance | path

Searched refs:OnOutputDeviceChange (Results 1 - 11 of 11) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_audio_output_change_callback_adapter_wrapper.cpp27 void ArkAudioOutputChangeCallbackAdapterWrapper::OnOutputDeviceChange(int32_t reason) in OnOutputDeviceChange() function in OHOS::ArkWeb::ArkAudioOutputChangeCallbackAdapterWrapper
29 ctocpp_->OnOutputDeviceChange(reason); in OnOutputDeviceChange()
H A Dark_audio_output_change_callback_adapter_wrapper.h29 void OnOutputDeviceChange(int32_t reason) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_audio_output_change_callback_adapter_impl.cpp25 void ArkAudioOutputChangeCallbackAdapterImpl::OnOutputDeviceChange(int32_t reason) in OnOutputDeviceChange() function in OHOS::ArkWeb::ArkAudioOutputChangeCallbackAdapterImpl
27 real_->OnOutputDeviceChange(reason); in OnOutputDeviceChange()
H A Dark_audio_output_change_callback_adapter_impl.h29 void OnOutputDeviceChange(int32_t reason) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_audio_renderer_adapter.h64 virtual void OnOutputDeviceChange(int32_t reason) = 0;
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Daudio_renderer_adapter.h128 virtual void OnOutputDeviceChange(int32_t reason) {} in OnOutputDeviceChange() function in OHOS::NWeb::AudioAdapterSampleFormat::AudioAdapterSamplingRate::AudioAdapterChannel::AudioAdapterEncodingType::AudioAdapterContentType::AudioAdapterStreamUsage::AudioAdapterDeviceChangeReason::AudioOutputChangeCallbackAdapter
/base/web/webview/ohos_adapter/audio_adapter/include/
H A Daudio_renderer_adapter_impl.h48 void OnOutputDeviceChange(const DeviceInfo& deviceInfo, const AudioStreamDeviceChangeReason reason) override;
/base/web/webview/ohos_adapter/media_adapter/include/
H A Dmedia_avsession_adapter_impl.h43 void OnOutputDeviceChange(const int32_t connectionState,
/base/web/webview/test/unittest/audio_adapter_impl_test/
H A Daudio_adapter_impl_test.cpp264 void OnOutputDeviceChange(int32_t reason) override {};
1155 callBack->OnOutputDeviceChange(deviceInfo, reason); in HWTEST_F()
1158 callBack->OnOutputDeviceChange(deviceInfo, reason); in HWTEST_F()
1161 callBack->OnOutputDeviceChange(deviceInfo, reason); in HWTEST_F()
1164 callBack->OnOutputDeviceChange(deviceInfo, reason); in HWTEST_F()
1167 callBack->OnOutputDeviceChange(deviceInfo, reason); in HWTEST_F()
1170 callBack->OnOutputDeviceChange(deviceInfo, reason); in HWTEST_F()
/base/web/webview/ohos_adapter/audio_adapter/src/
H A Daudio_renderer_adapter_impl.cpp123 void AudioOutputChangeCallbackImpl::OnOutputDeviceChange( in OnOutputDeviceChange() function in OHOS::NWeb::AudioOutputChangeCallbackImpl
130 WVLOG_I("OnOutputDeviceChange reason: %{public}d", (int32_t)reasonAdapter); in OnOutputDeviceChange()
131 cb_->OnOutputDeviceChange((int32_t)reasonAdapter); in OnOutputDeviceChange()
/base/web/webview/ohos_adapter/media_adapter/src/
H A Dmedia_avsession_adapter_impl.cpp88 void MediaAVSessionCallbackImpl::OnOutputDeviceChange(const int32_t connectionState, in OnOutputDeviceChange() function in OHOS::NWeb::MediaAVSessionCallbackImpl

Completed in 6 milliseconds