Home | History | Annotate | Download | only in libmedia

Lines Matching refs:tryCounter

1606     int32_t tryCounter = kMaxTries;
1659 } while (((status == DEAD_OBJECT) || (status == NOT_ENOUGH_DATA)) && (tryCounter-- > 0));
1777 int32_t tryCounter = kMaxTries;
1786 } while (tryCounter-- > 0);
1787 if (tryCounter < 0) {