Loading libs/gui/Surface.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1231,7 +1231,7 @@ int Surface::detachNextBuffer(sp<GraphicBuffer>* outBuffer, for (int i = 0; i < NUM_BUFFER_SLOTS; i++) { for (int i = 0; i < NUM_BUFFER_SLOTS; i++) { if (mSlots[i].buffer != NULL && if (mSlots[i].buffer != NULL && mSlots[i].buffer->handle == buffer->handle) { mSlots[i].buffer->getId() == buffer->getId()) { if (mReportRemovedBuffers) { if (mReportRemovedBuffers) { mRemovedBuffers.push_back(mSlots[i].buffer); mRemovedBuffers.push_back(mSlots[i].buffer); } } Loading Loading
libs/gui/Surface.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1231,7 +1231,7 @@ int Surface::detachNextBuffer(sp<GraphicBuffer>* outBuffer, for (int i = 0; i < NUM_BUFFER_SLOTS; i++) { for (int i = 0; i < NUM_BUFFER_SLOTS; i++) { if (mSlots[i].buffer != NULL && if (mSlots[i].buffer != NULL && mSlots[i].buffer->handle == buffer->handle) { mSlots[i].buffer->getId() == buffer->getId()) { if (mReportRemovedBuffers) { if (mReportRemovedBuffers) { mRemovedBuffers.push_back(mSlots[i].buffer); mRemovedBuffers.push_back(mSlots[i].buffer); } } Loading