Searched refs:curIsOutput (Results 1 – 1 of 1) sorted by relevance
211 bool curIsOutput = audio_is_output_devices(itemAt(i)->mDeviceType); in getDevicesFromType() local213 if ((isOutput == curIsOutput) && ((type & curType) != 0)) { in getDevicesFromType()