Searched refs:srcDevice (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | ClientDescriptor.cpp | 98 const sp<DeviceDescriptor>& srcDevice, audio_stream_type_t stream, in SourceClientDescriptor() argument 104 mSrcDevice(srcDevice)
|
D | AudioOutputDescriptor.cpp | 755 : AudioOutputDescriptor(source->srcDevice(), clientInterface), in HwAudioOutputDescriptor() 771 mSource->srcDevice()->toAudioPortConfig(dstConfig, srcConfig); in toAudioPortConfig() 776 mSource->srcDevice()->toAudioPort(port); in toAudioPort()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | ClientDescriptor.h | 223 const sp<DeviceDescriptor>& srcDevice, 245 sp<DeviceDescriptor> srcDevice() const { return mSrcDevice; } in srcDevice() function 288 const struct audio_port_config &config, const sp<DeviceDescriptor>& srcDevice, in InternalSourceClientDescriptor() argument 292 portId, uid, attributes, config, srcDevice, AUDIO_STREAM_PATCH, strategy, in InternalSourceClientDescriptor()
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.cpp | 778 const sp<DeviceDescriptor> &srcDevice, const sp<DeviceDescriptor> &sinkDevice, in connectTelephonyTxAudioSource() argument 782 if (srcDevice == nullptr || sinkDevice == nullptr) { in connectTelephonyTxAudioSource() 787 patchBuilder.addSource(srcDevice).addSink(sinkDevice); in connectTelephonyTxAudioSource() 789 srcDevice->toString().c_str(), sinkDevice->toString().c_str()); in connectTelephonyTxAudioSource() 794 srcDevice->toAudioPortConfig(&source); in connectTelephonyTxAudioSource() 796 callTxSourceClientPortId, mUidCached, aa, source, srcDevice, sinkDevice, in connectTelephonyTxAudioSource() 4285 sp<DeviceDescriptor> srcDevice = mAvailableInputDevices.getDeviceFromId(patch->sources[0].id); in createAudioPatch() local 4287 if (srcDevice == nullptr || sinkDevice == nullptr) { in createAudioPatch() 4292 srcDevice->toString().c_str(), sinkDevice->toString().c_str()); in createAudioPatch() 4299 portId, uid, attributes, *source, srcDevice, sinkDevice, in createAudioPatch() [all …]
|