Searched refs:existsId (Results 1 – 5 of 5) 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()
7400 int existsId = 0; in isPending() local7401 for(; existsId < kMaxBufs && mBufMap[existsId] != bufferId; ++existsId); in isPending()7403 return existsId < kMaxBufs; in isPending()
7999 int existsId = 0; in isPending() local8000 for(; existsId < kMaxBufs && mBufMap[existsId] != bufferId; ++existsId); in isPending()8002 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()