Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DDeviceDescriptor.cpp211 bool curIsOutput = audio_is_output_devices(itemAt(i)->mDeviceType); in getDevicesFromType() local
213 if ((isOutput == curIsOutput) && ((type & curType) != 0)) { in getDevicesFromType()