Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1634 audio_devices_t newDeviceType; in startSource() local
1637 newDeviceType = AUDIO_DEVICE_OUT_REMOTE_SUBMIX; in startSource()
1639 newDeviceType = policyMix->mDeviceType; in startSource()
1641 sp device = mAvailableOutputDevices.getDevice(newDeviceType, String8(address), in startSource()
1643 ALOG_ASSERT(device, "%s: no device found t=%u, a=%s", __func__, newDeviceType, address); in startSource()