Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:tryCounter

1406     int32_t tryCounter = kMaxTries;
1412 } while ((status == NOT_ENOUGH_DATA) && (tryCounter-- > 0));