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