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

/system/core/libpixelflinger/tinyutils/
H A DSharedBuffer.h2 * SharedBuffer.h
19 class SharedBuffer class in namespace:android
31 static SharedBuffer* alloc(size_t size);
33 /*! free the memory associated with the SharedBuffer.
34 * Fails if there are any users associated with this SharedBuffer.
38 static ssize_t dealloc(const SharedBuffer* released);
40 //! get the SharedBuffer from the data pointer
41 static inline const SharedBuffer* sharedBuffer(const void* data);
52 //! get back a SharedBuffer object from its data
53 static inline SharedBuffer* bufferFromDat
87 inline SharedBuffer() { } function in class:android::SharedBuffer
[all...]

Completed in 62 milliseconds