Home
last modified time | relevance | path

Searched refs:activeInputDevice (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/include/
H A Daudio_manager_proxy.h35 DeviceType activeInputDevice, BluetoothOffloadState a2dpOffloadFlag) override;
H A Daudio_manager_base.h60 DeviceType activeInputDevice, BluetoothOffloadState a2dpOffloadFlag) = 0;
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Daudio_server.h63 DeviceType activeInputDevice, BluetoothOffloadState a2dpOffloadFlag) override;
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_manager_stub.cpp280 DeviceType activeInputDevice = (static_cast<DeviceType>(data.ReadInt32())); in HandleSetAudioScene() local
282 …int32_t result = SetAudioScene(audioScene, activeOutputDevices, activeInputDevice, a2dpOffloadFlag… in HandleSetAudioScene()
H A Daudio_server.cpp733 DeviceType activeInputDevice, BluetoothOffloadState a2dpOffloadFlag) in SetAudioScene() argument
748 if (activeInputDevice == DEVICE_TYPE_USB_ARM_HEADSET) { in SetAudioScene()
757 audioCapturerSourceInstance->SetAudioScene(audioScene, activeInputDevice); in SetAudioScene()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_manager_proxy.cpp98 DeviceType activeInputDevice, BluetoothOffloadState a2dpOffloadFlag) in SetAudioScene() argument
116 data.WriteInt32(static_cast<int32_t>(activeInputDevice)); in SetAudioScene()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/
H A Daudio_policy_service.h695 …referredDeviceUpdated(const AudioDeviceDescriptor& deviceDescriptor, DeviceType activeInputDevice);
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp1883 DeviceType activeInputDevice) in OnPreferredDeviceUpdated() argument
1886 OnPreferredInputDeviceUpdated(activeInputDevice, LOCAL_NETWORK_ID); in OnPreferredDeviceUpdated()