Searched defs:FREE (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/gui/
H A DBufferSlot.h36 mBufferState(BufferSlot::FREE),
53 // can be. All slots are initially FREE.
55 // FREE indicates that the buffer is available to be dequeued
62 FREE = 0, enumerator in enum:android::BufferSlot::BufferState
70 // QUEUED (via queueBuffer) or back to FREE (via cancelBuffer).
80 // ACQUIRED (via acquireBuffer) or to FREE (if another buffer is
88 // The slot is "owned" by the consumer. It transitions to FREE
116 // previous owner of the buffer is finished. When the buffer is FREE,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_util.h148 #define FREE(ptr) \ macro

Completed in 818 milliseconds