Searched refs:existsId (Results 1 – 2 of 2) sorted by relevance
7178 int existsId = 0; in isPending() local7179 for(; existsId < kMaxBufs && mBufMap[existsId] != bufferId; ++existsId); in isPending()7181 return existsId < kMaxBufs; in isPending()
7934 int existsId = 0; in isPending() local7935 for(; existsId < kMaxBufs && mBufMap[existsId] != bufferId; ++existsId); in isPending()7937 return existsId < kMaxBufs; in isPending()