Home
last modified time | relevance | path

Searched defs:deviceChangeAction (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audiodevicechange_fuzzer/
H A Daudiodevicechange_fuzzer.cpp34 DeviceChangeAction deviceChangeAction; in AudioDeviceChangeFuzzTest() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiomanager/callback/
H A Dnapi_audio_rounting_available_devicechange_callback.h45 DeviceChangeAction deviceChangeAction; member
H A Dnapi_audio_manager_callbacks.h58 DeviceChangeAction deviceChangeAction; member
H A Dnapi_audio_rounting_available_devicechange_callback.cpp98 const AudioDeviceUsage usage, const DeviceChangeAction &deviceChangeAction) in OnAvailableDeviceChange()
H A Dnapi_audio_manager_callbacks.cpp134 void NapiAudioManagerCallback::OnDeviceChange(const DeviceChangeAction &deviceChangeAction) in OnDeviceChange()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/client/src/
H A Daudio_policy_manager_listener_stub.cpp81 DeviceChangeAction deviceChangeAction = {}; in OnRemoteRequest() local
110 const DeviceChangeAction &deviceChangeAction) in OnAvailableDeviceChange()
H A Daudio_policy_client_stub_impl.cpp192 DeviceChangeAction deviceChangeAction; in OnDeviceChange() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/manager_test/include/
H A Daudio_manager_unit_test.h54 const DeviceChangeAction &deviceChangeAction) override {} in OnAvailableDeviceChange()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/policy_test/include/
H A Daudio_policy_unit_test.h31 virtual void OnDeviceChange(const DeviceChangeAction &deviceChangeAction) {} in OnDeviceChange()
/ohos5.0/foundation/multimedia/av_session/services/session/adapter/
H A Daudio_adapter.cpp110 void AudioAdapter::OnDeviceChange(const DeviceChangeAction& deviceChangeAction) in OnDeviceChange()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_policy_manager_listener_proxy.cpp81 const DeviceChangeAction &deviceChangeAction) in OnAvailableDeviceChange()
H A Daudio_policy_client_proxy.cpp113 void AudioPolicyClientProxy::OnDeviceChange(const DeviceChangeAction &deviceChangeAction) in OnDeviceChange()
H A Daudio_policy_server_handler.cpp595 DeviceChangeAction deviceChangeAction = eventContextObj->deviceChangeAction; in HandleDeviceChangedCallback() local
/ohos5.0/base/telephony/call_manager/services/audio/src/
H A Daudio_proxy.cpp254 void AudioDeviceChangeCallback::OnDeviceChange(const AudioStandard::DeviceChangeAction &deviceChang… in OnDeviceChange()
/ohos5.0/base/web/webview/ohos_adapter/audio_adapter/src/
H A Daudio_system_manager_adapter_impl.cpp136 …anagerDeviceChangeCallbackAdapterImpl::OnDeviceChange(const DeviceChangeAction& deviceChangeAction) in OnDeviceChange()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/
H A DOHAudioRoutingManager.cpp398 void OHAudioDeviceChangedCallback::OnDeviceChange(const DeviceChangeAction &deviceChangeAction) in OnDeviceChange()
/ohos5.0/base/web/webview/test/unittest/audio_adapter_impl_test/
H A Daudio_adapter_impl_test.cpp1093 DeviceChangeAction deviceChangeAction = { .type = DeviceChangeType::CONNECT, variable
/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.cpp733 …dapter::GetInstance().AddDeviceChangeListener([this] (const DeviceChangeAction& deviceChangeAction… in InitAudio()
3166 void AVSessionService::NotifyDeviceChange(const DeviceChangeAction& deviceChangeAction) in NotifyDeviceChange()
3195 void AVSessionService::HandleDeviceChange(const DeviceChangeAction& deviceChangeAction) in HandleDeviceChange()