Home
last modified time | relevance | path

Searched refs:getAndFlushBuffersFromSlots (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/gui/include/gui/
DSurface.h647 status_t getAndFlushBuffersFromSlots(const std::vector<int32_t>& slots,
/frameworks/native/libs/gui/
DSurface.cpp2290 status_t Surface::getAndFlushBuffersFromSlots(const std::vector<int32_t>& slots, in getAndFlushBuffersFromSlots() function in android::Surface
2604 status_t res = parent->getAndFlushBuffersFromSlots(slots, &discardedBufs); in onBuffersDiscarded()