Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:trackType

517     char trackType;
522 trackType = 'S'; // static
524 trackType = ' '; // normal
528 trackType = 'P';
531 trackType = '?';
535 result.appendFormat("F%c %3d", trackType, mFastIndex);
537 result.appendFormat("%c pend", trackType);
539 result.appendFormat("%c fail", trackType);
541 result.appendFormat("%c %4d", trackType, mName);