Searched refs:srcDevice (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | ClientDescriptor.cpp | 93 const sp<DeviceDescriptor>& srcDevice, audio_stream_type_t stream, in SourceClientDescriptor() argument 98 {} /* Sources do not support secondary outputs*/, nullptr), mSrcDevice(srcDevice)
|
D | AudioOutputDescriptor.cpp | 632 : AudioOutputDescriptor(source->srcDevice(), clientInterface), in HwAudioOutputDescriptor() 648 mSource->srcDevice()->toAudioPortConfig(dstConfig, srcConfig); in toAudioPortConfig() 654 mSource->srcDevice()->toAudioPort(port); in toAudioPort()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | ClientDescriptor.h | 192 const sp<DeviceDescriptor>& srcDevice, 201 sp<DeviceDescriptor> srcDevice() const { return mSrcDevice; } in srcDevice() function
|
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
D | WifiP2pManager.java | 700 byte[] responseData, WifiP2pDevice srcDevice); in onServiceAvailable() argument 721 String registrationType, WifiP2pDevice srcDevice); in onDnsSdServiceAvailable() argument 743 WifiP2pDevice srcDevice); in onDnsSdTxtRecordAvailable() argument 763 WifiP2pDevice srcDevice); in onUpnpServiceAvailable() argument
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.cpp | 3658 sp<DeviceDescriptor> srcDevice = in createAudioPatchInternal() local 3660 if (srcDevice == 0) { in createAudioPatchInternal() 3668 srcDevice->toAudioPortConfig(&sourcePortConfig, &patch->sources[0]); in createAudioPatchInternal() 3691 if (!srcDevice->hasSameHwModuleAs(sinkDevice) || in createAudioPatchInternal() 3692 (srcDevice->getModuleVersionMajor() < 3) || in createAudioPatchInternal() 3693 !srcDevice->getModule()->supportsPatch(srcDevice, sinkDevice) || in createAudioPatchInternal() 3695 srcDevice->getAudioPort()->getGains().size() == 0)) { in createAudioPatchInternal() 4068 sp<DeviceDescriptor> srcDevice = in startAudioSource() local 4072 if (srcDevice == 0) { in startAudioSource() 4080 new SourceClientDescriptor(*portId, uid, *attributes, *source, srcDevice, in startAudioSource() [all …]
|