Home
last modified time | relevance | path

Searched refs:OnOutputDeviceChange (Results 1 – 25 of 55) sorted by relevance

123

/ohos5.0/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;
/ohos5.0/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;
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiorenderer/callback/
H A Dnapi_audio_renderer_device_change_callback.h32 …void OnOutputDeviceChange(const DeviceInfo &deviceInfo, const AudioStreamDeviceChangeReason reason…
57 …void OnOutputDeviceChange(const DeviceInfo &deviceInfo, const AudioStreamDeviceChangeReason reason…
H A Dnapi_audio_renderer_device_change_callback.cpp107 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 Davcontroller_callback_client.cpp92 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 Davsession_callback_client.cpp176 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 Daudio_adapter_impl_test.cpp270 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 DOHAudioRenderer.h64 …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 Davcontroller_callback_client.h42 void OnOutputDeviceChange(const int32_t connectionState, const OutputDeviceInfo& info) override;
H A Davsession_callback_client.h45 …void OnOutputDeviceChange(const int32_t connectionState, const OutputDeviceInfo& outputDeviceInfo)…
/ohos5.0/foundation/multimedia/av_session/services/session/ipc/proxy/
H A Davcontroller_callback_proxy.h42 …void OnOutputDeviceChange(const int32_t connectionState, const OutputDeviceInfo& outputDeviceInfo)…
H A Davsession_callback_proxy.h40 …void OnOutputDeviceChange(const int32_t connectionState, const OutputDeviceInfo& outputDeviceInfo)…
/ohos5.0/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davsession_info.h233 …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 Dark_audio_renderer_adapter.h67 virtual void OnOutputDeviceChange(int32_t reason) = 0;
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/include/
H A Dnapi_avsession_callback.h68 …void OnOutputDeviceChange(const int32_t connectionState, const OutputDeviceInfo& outputDeviceInfo)…
H A Dnapi_avcontroller_callback.h55 void OnOutputDeviceChange(const int32_t connectionState, const OutputDeviceInfo& info) override;
/ohos5.0/base/web/webview/ohos_adapter/audio_adapter/include/
H A Daudio_renderer_adapter_impl.h48 …void OnOutputDeviceChange(const DeviceInfo& deviceInfo, const AudioStreamDeviceChangeReason reason…
/ohos5.0/base/web/webview/ohos_adapter/media_adapter/include/
H A Dmedia_avsession_adapter_impl.h43 void OnOutputDeviceChange(const int32_t connectionState,
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Daudio_renderer_adapter.h139 virtual void OnOutputDeviceChange(int32_t reason) {} in OnOutputDeviceChange() function
/ohos5.0/base/web/webview/ohos_adapter/audio_adapter/src/
H A Daudio_renderer_adapter_impl.cpp133 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 DOHAVSessionCallbackImpl.h40 void OnOutputDeviceChange(const int32_t connectionState, in OnOutputDeviceChange() function
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/
H A Davsession_callback_proxy_test.cpp260 aVSessionCallbackProxy->OnOutputDeviceChange(connectionState, outputDeviceInfo);
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avcontrollercallbackstub_fuzzer/
H A Davcontroller_callbackclient_fuzzer.cpp52 …void OnOutputDeviceChange(const int32_t connectionState, const OutputDeviceInfo& outputDeviceInfo)… in OnOutputDeviceChange() function in TestAVControllerCallback

123