Searched refs:waitForFence (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/gui/
H A DBufferItemConsumer.h72 // If waitForFence is true, and the acquired BufferItem has a valid fence object,
74 status_t acquireBuffer(BufferItem *item, bool waitForFence = true);
/frameworks/native/libs/gui/
H A DBufferItemConsumer.cpp50 status_t BufferItemConsumer::acquireBuffer(BufferItem *item, bool waitForFence) { argument
65 if (waitForFence && item->mFence.get()) {

Completed in 59 milliseconds