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

/frameworks/native/include/gui/
H A DBufferQueueConsumer.h91 // getReleasedBuffers sets the value pointed to by outSlotMask to a bit mask
96 virtual status_t getReleasedBuffers(uint64_t* outSlotMask);
/frameworks/native/libs/gui/
H A DBufferQueueConsumer.cpp383 status_t BufferQueueConsumer::getReleasedBuffers(uint64_t *outSlotMask) { argument
386 if (outSlotMask == NULL) {
387 BQ_LOGE("getReleasedBuffers: outSlotMask may not be NULL");
417 *outSlotMask = mask;

Completed in 30 milliseconds