Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp178 sp<DeviceDescriptor> sinkDevice = 0; in getRouteSinkDevice() local
235 sp<DeviceDescriptor> sinkDevice = getRouteSinkDevice(route); in refreshSupportedDevices() local
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DClientDescriptor.h245 void connect(audio_patch_handle_t patchHandle, const sp<DeviceDescriptor>& sinkDevice) { in connect()
262 sp<DeviceDescriptor> sinkDevice() const { return mSinkDevice; } in sinkDevice() function
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp831 const sp<DeviceDescriptor> &srcDevice, const sp<DeviceDescriptor> &sinkDevice, in connectTelephonyTxAudioSource()
1833 const sp<DeviceDescriptor> &sinkDevice, in getMsdProfiles()
1945 const sp<DeviceDescriptor> sinkDevice = msdIsSource ? in buildMsdPatch() local
5085 sp<DeviceDescriptor> sinkDevice = mAvailableOutputDevices.getDeviceFromId(patch->sinks[0].id); in createAudioPatch() local
5114 const sp<SourceClientDescriptor>& sourceDesc, const sp<DeviceDescriptor> &sinkDevice, in connectAudioSourceToSink()
5341 sp<DeviceDescriptor> sinkDevice = in createAudioPatchInternal() local
5838 sp<DeviceDescriptor> sinkDevice = sinkDevices.itemAt(0); in connectAudioSource() local
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputHardwareManager.java1011 int sinkDevice = mAudioManager.getDevicesForStream(AudioManager.STREAM_MUSIC); in findAudioSinkFromAudioPolicy() local