/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_audio_output_change_callback_adapter_wrapper.cpp | 27 void ArkAudioOutputChangeCallbackAdapterWrapper::OnOutputDeviceChange(int32_t reason) in OnOutputDeviceChange() function in OHOS::ArkWeb::ArkAudioOutputChangeCallbackAdapterWrapper 29 ctocpp_->OnOutputDeviceChange(reason); in OnOutputDeviceChange()
|
H A D | ark_audio_output_change_callback_adapter_wrapper.h | 29 void OnOutputDeviceChange(int32_t reason) override;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_audio_output_change_callback_adapter_impl.cpp | 25 void ArkAudioOutputChangeCallbackAdapterImpl::OnOutputDeviceChange(int32_t reason) in OnOutputDeviceChange() function in OHOS::ArkWeb::ArkAudioOutputChangeCallbackAdapterImpl 27 real_->OnOutputDeviceChange(reason); in OnOutputDeviceChange()
|
H A D | ark_audio_output_change_callback_adapter_impl.h | 29 void OnOutputDeviceChange(int32_t reason) override;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_audio_renderer_adapter.h | 64 virtual void OnOutputDeviceChange(int32_t reason) = 0;
|
/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | audio_renderer_adapter.h | 128 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 D | audio_renderer_adapter_impl.h | 48 void OnOutputDeviceChange(const DeviceInfo& deviceInfo, const AudioStreamDeviceChangeReason reason) override;
|
/base/web/webview/ohos_adapter/media_adapter/include/ |
H A D | media_avsession_adapter_impl.h | 43 void OnOutputDeviceChange(const int32_t connectionState,
|
/base/web/webview/test/unittest/audio_adapter_impl_test/ |
H A D | audio_adapter_impl_test.cpp | 264 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 D | audio_renderer_adapter_impl.cpp | 123 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 D | media_avsession_adapter_impl.cpp | 88 void MediaAVSessionCallbackImpl::OnOutputDeviceChange(const int32_t connectionState, in OnOutputDeviceChange() function in OHOS::NWeb::MediaAVSessionCallbackImpl
|