HomeSort by relevance Sort by last modified time
    Searched defs:slotMask (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/omx/
GraphicBufferSource.cpp 632 uint32_t slotMask;
633 if (mBufferQueue->getReleasedBuffers(&slotMask) != NO_ERROR) {
635 slotMask = 0xffffffff;
638 ALOGV("onBuffersReleased: 0x%08x", slotMask);
641 if ((slotMask & 0x01) != 0) {
644 slotMask >>= 1;
  /frameworks/native/libs/gui/
IGraphicBufferConsumer.cpp 262 virtual status_t getReleasedBuffers(uint32_t* slotMask) {
269 *slotMask = reply.readInt32();
413 uint32_t slotMask;
414 status_t result = getReleasedBuffers(&slotMask);
415 reply->writeInt32(slotMask);

Completed in 58 milliseconds