Searched refs:otherGbps (Results 1 – 1 of 1) sorted by relevance
231 const std::vector<sp<IGraphicBufferProducer> >& otherGbps = in gbpsEqual() local234 if (mGbps.size() != otherGbps.size()) { in gbpsEqual()239 if (mGbps[i] != otherGbps[i]) { in gbpsEqual()248 const std::vector<sp<IGraphicBufferProducer> >& otherGbps = in gbpsLessThan() local251 if (mGbps.size() != otherGbps.size()) { in gbpsLessThan()252 return mGbps.size() < otherGbps.size(); in gbpsLessThan()256 if (mGbps[i] != otherGbps[i]) { in gbpsLessThan()257 return mGbps[i] < otherGbps[i]; in gbpsLessThan()