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

  /frameworks/native/include/gui/
BufferSlot.h 80 // ACQUIRED (via acquireBuffer) or to FREE (if another buffer is
84 // ACQUIRED indicates that the buffer has been acquired by the
90 ACQUIRED = 3
121 // buffer. When the buffer is DEQUEUED or ACQUIRED, the fence has been
130 // consumer. This is set when a buffer in ACQUIRED state is freed.
  /frameworks/av/camera/tests/
ProCameraTests.cpp 121 ACQUIRED,
243 // Lock has been acquired. Write operations now available.
245 QueueEvent(ACQUIRED);
541 mListener->SetEventMask(ProEvent_Mask(ACQUIRED) |
550 EXPECT_EQ(ACQUIRED, mListener->ReadEvent());
569 mListener->SetEventMask(ProEvent_Mask(ACQUIRED) |
574 // then we can be test that the lock wont immediately be acquired
581 EXPECT_EQ(ACQUIRED, mListener->ReadEvent());
748 mListener->SetEventMask(ProEvent_Mask(ACQUIRED) |
762 EXPECT_EQ(ACQUIRED, mListener->ReadEvent())
    [all...]

Completed in 54 milliseconds