/ohos5.0/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;
|
/ohos5.0/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;
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiorenderer/callback/ |
H A D | napi_audio_renderer_device_change_callback.h | 32 …void OnOutputDeviceChange(const DeviceInfo &deviceInfo, const AudioStreamDeviceChangeReason reason… 57 …void OnOutputDeviceChange(const DeviceInfo &deviceInfo, const AudioStreamDeviceChangeReason reason…
|
H A D | napi_audio_renderer_device_change_callback.cpp | 107 void NapiAudioRendererDeviceChangeCallback::OnOutputDeviceChange(const DeviceInfo &deviceInfo, in OnOutputDeviceChange() function in OHOS::AudioStandard::NapiAudioRendererDeviceChangeCallback 268 void NapiAudioRendererOutputDeviceChangeWithInfoCallback::OnOutputDeviceChange(const DeviceInfo &de… in OnOutputDeviceChange() function in OHOS::AudioStandard::NapiAudioRendererOutputDeviceChangeWithInfoCallback
|
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/src/ |
H A D | avcontroller_callback_client.cpp | 92 void AVControllerCallbackClient::OnOutputDeviceChange(const int32_t connectionState, const OutputDe… in OnOutputDeviceChange() function in OHOS::AVSession::AVControllerCallbackClient 99 callback->OnOutputDeviceChange(connectionState, info); in OnOutputDeviceChange()
|
H A D | avsession_callback_client.cpp | 176 void AVSessionCallbackClient::OnOutputDeviceChange(const int32_t connectionState, in OnOutputDeviceChange() function in OHOS::AVSession::AVSessionCallbackClient 184 callback->OnOutputDeviceChange(connectionState, outputDeviceInfo); in OnOutputDeviceChange()
|
/ohos5.0/base/web/webview/test/unittest/audio_adapter_impl_test/ |
H A D | audio_adapter_impl_test.cpp | 270 void OnOutputDeviceChange(int32_t reason) override {}; in OnOutputDeviceChange() function in OHOS::NWeb::AudioOutputChangeCallbackMock 1161 callBack->OnOutputDeviceChange(deviceInfo, reason); 1164 callBack->OnOutputDeviceChange(deviceInfo, reason); 1167 callBack->OnOutputDeviceChange(deviceInfo, reason); 1170 callBack->OnOutputDeviceChange(deviceInfo, reason); 1173 callBack->OnOutputDeviceChange(deviceInfo, reason); 1176 callBack->OnOutputDeviceChange(deviceInfo, reason);
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/ |
H A D | OHAudioRenderer.h | 64 …void OnOutputDeviceChange(const DeviceInfo &deviceInfo, const AudioStreamDeviceChangeReason reason… 79 …void OnOutputDeviceChange(const DeviceInfo &deviceInfo, const AudioStreamDeviceChangeReason reason…
|
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/include/ |
H A D | avcontroller_callback_client.h | 42 void OnOutputDeviceChange(const int32_t connectionState, const OutputDeviceInfo& info) override;
|
H A D | avsession_callback_client.h | 45 …void OnOutputDeviceChange(const int32_t connectionState, const OutputDeviceInfo& outputDeviceInfo)…
|
/ohos5.0/foundation/multimedia/av_session/services/session/ipc/proxy/ |
H A D | avcontroller_callback_proxy.h | 42 …void OnOutputDeviceChange(const int32_t connectionState, const OutputDeviceInfo& outputDeviceInfo)…
|
H A D | avsession_callback_proxy.h | 40 …void OnOutputDeviceChange(const int32_t connectionState, const OutputDeviceInfo& outputDeviceInfo)…
|
/ohos5.0/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/ |
H A D | avsession_info.h | 233 …virtual void OnOutputDeviceChange(const int32_t connectionState, const OutputDeviceInfo& outputDev… 356 …virtual void OnOutputDeviceChange(const int32_t connectionState, const OutputDeviceInfo& outputDev…
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_audio_renderer_adapter.h | 67 virtual void OnOutputDeviceChange(int32_t reason) = 0;
|
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/include/ |
H A D | napi_avsession_callback.h | 68 …void OnOutputDeviceChange(const int32_t connectionState, const OutputDeviceInfo& outputDeviceInfo)…
|
H A D | napi_avcontroller_callback.h | 55 void OnOutputDeviceChange(const int32_t connectionState, const OutputDeviceInfo& info) override;
|
/ohos5.0/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…
|
/ohos5.0/base/web/webview/ohos_adapter/media_adapter/include/ |
H A D | media_avsession_adapter_impl.h | 43 void OnOutputDeviceChange(const int32_t connectionState,
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | audio_renderer_adapter.h | 139 virtual void OnOutputDeviceChange(int32_t reason) {} in OnOutputDeviceChange() function
|
/ohos5.0/base/web/webview/ohos_adapter/audio_adapter/src/ |
H A D | audio_renderer_adapter_impl.cpp | 133 void AudioOutputChangeCallbackImpl::OnOutputDeviceChange( in OnOutputDeviceChange() function in OHOS::NWeb::AudioOutputChangeCallbackImpl 141 cb_->OnOutputDeviceChange((int32_t)reasonAdapter); in OnOutputDeviceChange()
|
/ohos5.0/foundation/multimedia/av_session/frameworks/native/ohavsession/include/ |
H A D | OHAVSessionCallbackImpl.h | 40 void OnOutputDeviceChange(const int32_t connectionState, in OnOutputDeviceChange() function
|
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/ |
H A D | avsession_callback_proxy_test.cpp | 260 aVSessionCallbackProxy->OnOutputDeviceChange(connectionState, outputDeviceInfo);
|
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avcontrollercallbackstub_fuzzer/ |
H A D | avcontroller_callbackclient_fuzzer.cpp | 52 …void OnOutputDeviceChange(const int32_t connectionState, const OutputDeviceInfo& outputDeviceInfo)… in OnOutputDeviceChange() function in TestAVControllerCallback
|