Home
last modified time | relevance | path

Searched defs:OnOutputDeviceChange (Results 1 – 6 of 6) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
Dark_audio_output_change_callback_adapter_wrapper.cpp27 void ArkAudioOutputChangeCallbackAdapterWrapper::OnOutputDeviceChange(int32_t reason) in OnOutputDeviceChange() function in OHOS::ArkWeb::ArkAudioOutputChangeCallbackAdapterWrapper
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
Dark_audio_output_change_callback_adapter_impl.cpp25 void ArkAudioOutputChangeCallbackAdapterImpl::OnOutputDeviceChange(int32_t reason) in OnOutputDeviceChange() function in OHOS::ArkWeb::ArkAudioOutputChangeCallbackAdapterImpl
/base/web/webview/ohos_interface/include/ohos_adapter/
Daudio_renderer_adapter.h139 virtual void OnOutputDeviceChange(int32_t reason) {} in OnOutputDeviceChange() function
/base/web/webview/ohos_adapter/audio_adapter/src/
Daudio_renderer_adapter_impl.cpp133 void AudioOutputChangeCallbackImpl::OnOutputDeviceChange( in OnOutputDeviceChange() function in OHOS::NWeb::AudioOutputChangeCallbackImpl
/base/web/webview/ohos_adapter/media_adapter/src/
Dmedia_avsession_adapter_impl.cpp102 void MediaAVSessionCallbackImpl::OnOutputDeviceChange(const int32_t connectionState, in OnOutputDeviceChange() function in OHOS::NWeb::MediaAVSessionCallbackImpl
/base/web/webview/test/unittest/audio_adapter_impl_test/
Daudio_adapter_impl_test.cpp270 void OnOutputDeviceChange(int32_t reason) override {}; in OnOutputDeviceChange() function in OHOS::NWeb::AudioOutputChangeCallbackMock