Home | History | Annotate | Download | only in audiopolicy

Lines Matching refs:curType

7642         audio_devices_t curType = itemAt(i)->mDeviceType & ~AUDIO_DEVICE_BIT_IN;
7643 if ((isOutput == curIsOutput) && ((type & curType) != 0)) {
7645 type &= ~curType;