Searched refs:otherGbps (Results 1 – 1 of 1) sorted by relevance
275 const std::vector<sp<IGraphicBufferProducer> >& otherGbps = in gbpsEqual() local277 return simpleVectorsEqual(otherGbps, mGbps); in gbpsEqual()302 const std::vector<sp<IGraphicBufferProducer> >& otherGbps = in gbpsLessThan() local305 if (mGbps.size() != otherGbps.size()) { in gbpsLessThan()306 return mGbps.size() < otherGbps.size(); in gbpsLessThan()310 if (mGbps[i] != otherGbps[i]) { in gbpsLessThan()311 return mGbps[i] < otherGbps[i]; in gbpsLessThan()