Searched refs:existsId (Results 1 – 3 of 3) sorted by relevance
4715 int existsId = 0; in isPending() local4716 for(; existsId < kMaxBufs && mBufMap[existsId] != bufferId; ++existsId); in isPending()4718 return existsId < kMaxBufs; in isPending()
7189 int existsId = 0; in isPending() local7190 for(; existsId < kMaxBufs && mBufMap[existsId] != bufferId; ++existsId); in isPending()7192 return existsId < kMaxBufs; in isPending()
7643 int existsId = 0; in isPending() local7644 for(; existsId < kMaxBufs && mBufMap[existsId] != bufferId; ++existsId); in isPending()7646 return existsId < kMaxBufs; in isPending()