Searched refs:otherGbps (Results 1 – 1 of 1) sorted by relevance
442 const std::vector<sp<IGraphicBufferProducer> >& otherGbps = in gbpsEqual() local444 return simpleVectorsEqual(otherGbps, mGbps); in gbpsEqual()469 const std::vector<sp<IGraphicBufferProducer> >& otherGbps = in gbpsLessThan() local472 if (mGbps.size() != otherGbps.size()) { in gbpsLessThan()473 return mGbps.size() < otherGbps.size(); in gbpsLessThan()477 if (mGbps[i] != otherGbps[i]) { in gbpsLessThan()478 return mGbps[i] < otherGbps[i]; in gbpsLessThan()