Searched refs:existsId (Results 1 – 1 of 1) sorted by relevance
7182 int existsId = 0; in isPending() local7183 for(; existsId < kMaxBufs && mBufMap[existsId] != bufferId; ++existsId); in isPending()7185 return existsId < kMaxBufs; in isPending()