Lines Matching defs:out
1621 ANativeWindowBuffer* out;
1623 status_t err = dequeueBuffer(&out, &fenceFd);
1626 sp<GraphicBuffer> backBuffer(GraphicBuffer::getSelf(out));
1637 // figure out if we can copy the frontbuffer back
1742 status_t Surface::getAndFlushRemovedBuffers(std::vector<sp<GraphicBuffer>>* out) {
1743 if (out == nullptr) {
1744 ALOGE("%s: out must not be null!", __FUNCTION__);
1749 *out = mRemovedBuffers;