Searched refs:sourceDevice (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | LocalBluetoothLeBroadcastAssistant.java | 185 BluetoothDevice sourceDevice, in addSource() argument 198 sourceDevice); in addSource() 210 BluetoothDevice sourceDevice) { in buildMetadata() argument 212 mBuilder.setSourceDevice(sourceDevice, sourceAddressType) in buildMetadata()
|
D | BluetoothLeBroadcastMetadataExt.kt | 79 entries.add(Pair(KEY_BT_ADVERTISER_ADDRESS, this.sourceDevice.address.replace(":", ""))) in <lambda>()
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiCecLocalDevicePlayback.java | 592 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/ |
D | AudioPolicyManager.h | 1063 const sp<DeviceDescriptor> &sourceDevice,
|
D | AudioPolicyManager.cpp | 1832 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()
|