Home
last modified time | relevance | path

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

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