Home
last modified time | relevance | path

Searched refs:sourceDevice (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothLeBroadcastAssistant.java185 BluetoothDevice sourceDevice, in addSource() argument
198 sourceDevice); in addSource()
210 BluetoothDevice sourceDevice) { in buildMetadata() argument
212 mBuilder.setSourceDevice(sourceDevice, sourceAddressType) in buildMetadata()
DBluetoothLeBroadcastMetadataExt.kt79 entries.add(Pair(KEY_BT_ADVERTISER_ADDRESS, this.sourceDevice.address.replace(":", ""))) in <lambda>()
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecLocalDevicePlayback.java592 HdmiDeviceInfo sourceDevice = mService.getHdmiCecNetwork() in handleRoutingInformation() local
597 if (sourceDevice != null in handleRoutingInformation()
598 && sourceDevice.getLogicalAddress() != Constants.ADDR_TV in handleRoutingInformation()
599 && sourceDevice.getPhysicalAddress() == physicalAddress) { in handleRoutingInformation()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h1063 const sp<DeviceDescriptor> &sourceDevice,
DAudioPolicyManager.cpp1832 const sp<DeviceDescriptor> &sourceDevice, in getMsdProfiles() argument
1846 inProfile->supportsDevice(sourceDevice)) { in getMsdProfiles()
1944 const sp<DeviceDescriptor> sourceDevice = msdIsSource ? getMsdAudioInDevice() : device; in buildMsdPatch() local
1947 patchBuilder.addSource(sourceDevice).addSink(sinkDevice); in buildMsdPatch()
1956 if (getMsdProfiles(hwAvSync, inputProfiles, outputProfiles, sourceDevice, sinkDevice, in buildMsdPatch()