[go: nahoru, domu]

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.cpp513 status_t BufferQueueConsumer::getReleasedBuffers(uint64_t *outSlotMask) { argument
516 if (outSlotMask == NULL) {
517 BQ_LOGE("getReleasedBuffers: outSlotMask may not be NULL");
547 *outSlotMask = mask;

Completed in 38 milliseconds