Home
last modified time | relevance | path

Searched defs:sinkDevice (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DClientDescriptor.h229 void connect(audio_patch_handle_t patchHandle, const sp<DeviceDescriptor>& sinkDevice) { in connect()
246 sp<DeviceDescriptor> sinkDevice() const { return mSinkDevice; } in sinkDevice() function
289 const sp<DeviceDescriptor>& sinkDevice, in InternalSourceClientDescriptor()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp168 sp<DeviceDescriptor> sinkDevice = 0; in getRouteSinkDevice() local
225 sp<DeviceDescriptor> sinkDevice = getRouteSinkDevice(route); in refreshSupportedDevices() local
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp778 const sp<DeviceDescriptor> &srcDevice, const sp<DeviceDescriptor> &sinkDevice, in connectTelephonyTxAudioSource()
1614 const sp<DeviceDescriptor> &sinkDevice, in getMsdProfiles()
1704 const sp<DeviceDescriptor> sinkDevice = msdIsSource ? in buildMsdPatch() local
4286 sp<DeviceDescriptor> sinkDevice = mAvailableOutputDevices.getDeviceFromId(patch->sinks[0].id); in createAudioPatch() local
4313 const sp<SourceClientDescriptor>& sourceDesc, const sp<DeviceDescriptor> &sinkDevice, in connectAudioSourceToSink()
4538 sp<DeviceDescriptor> sinkDevice = in createAudioPatchInternal() local
5026 sp<DeviceDescriptor> sinkDevice = sinkDevices.itemAt(0); in connectAudioSource() local
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputHardwareManager.java875 int sinkDevice = mAudioManager.getDevicesForStream(AudioManager.STREAM_MUSIC); in findAudioSinkFromAudioPolicy() local