Searched refs:ACQUIRED (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/camera/tests/
H A DProCameraTests.cpp121 ACQUIRED, enumerator in enum:android::camera2::tests::client::ProEvent
245 QueueEvent(ACQUIRED);
541 mListener->SetEventMask(ProEvent_Mask(ACQUIRED) |
550 EXPECT_EQ(ACQUIRED, mListener->ReadEvent());
569 mListener->SetEventMask(ProEvent_Mask(ACQUIRED) |
581 EXPECT_EQ(ACQUIRED, mListener->ReadEvent());
748 mListener->SetEventMask(ProEvent_Mask(ACQUIRED) |
762 EXPECT_EQ(ACQUIRED, mListener->ReadEvent());
/frameworks/native/libs/gui/
H A DBufferQueue.cpp315 case BufferSlot::ACQUIRED:
803 case BufferSlot::ACQUIRED: return "ACQUIRED";
824 prefix, (slot.mBufferState == BufferSlot::ACQUIRED)?">":" ", i, buf.get(),
841 if (mSlots[slot].mBufferState == BufferSlot::ACQUIRED) {
873 if (mSlots[i].mBufferState == BufferSlot::ACQUIRED) {
977 mSlots[buf].mBufferState = BufferSlot::ACQUIRED;
1029 if (mSlots[buf].mBufferState == BufferSlot::ACQUIRED) {
/frameworks/native/include/gui/
H A DBufferQueue.h406 // ACQUIRED (via acquireBuffer) or to FREE (if another buffer is
410 // ACQUIRED indicates that the buffer has been acquired by the
416 ACQUIRED = 3 enumerator in enum:android::BufferQueue::BufferSlot::BufferState
445 // buffer. When the buffer is DEQUEUED or ACQUIRED, the fence has been
454 // consumer. This is set when a buffer in ACQUIRED state is freed.

Completed in 102 milliseconds