Home
last modified time | relevance | path

Searched refs:sinkDevice (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp147 sp<DeviceDescriptor> sinkDevice = 0; in getRouteSinkDevice() local
149 sinkDevice = mDeclaredDevices.getDeviceFromTagName(route->getSink()->getTagName()); in getRouteSinkDevice()
151 return sinkDevice; in getRouteSinkDevice()
204 sp<DeviceDescriptor> sinkDevice = getRouteSinkDevice(route); in refreshSupportedDevices() local
205 if (sinkDevice == 0) { in refreshSupportedDevices()
209 sinkDevices.add(sinkDevice); in refreshSupportedDevices()
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputHardwareManager.java797 int sinkDevice = mAudioManager.getDevicesForStream(AudioManager.STREAM_MUSIC); in findAudioSinkFromAudioPolicy() local
799 if ((port.type() & sinkDevice) != 0 && in findAudioSinkFromAudioPolicy()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp3404 audio_devices_t sinkDevice = getDeviceForStrategy(strategy, true); in connectAudioSource() local
3406 mAvailableOutputDevices.getDevice(sinkDevice, String8("")); in connectAudioSource()
3419 SortedVector<audio_io_handle_t> outputs = getOutputsForDevice(sinkDevice, mOutputs); in connectAudioSource()
3423 ALOGV("%s no output for device %08x", __FUNCTION__, sinkDevice); in connectAudioSource()
3428 ALOGV("%s output for device %08x is duplicated", __FUNCTION__, sinkDevice); in connectAudioSource()
3457 status = startSource(outputDesc, stream, sinkDevice, NULL, &delayMs); in connectAudioSource()