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

/system/core/include/utils/
H A DSharedBuffer.h58 static inline SharedBuffer* bufferFromData(void* data);
61 static inline const SharedBuffer* bufferFromData(const void* data);
117 SharedBuffer* SharedBuffer::bufferFromData(void* data) { function in class:android::SharedBuffer
121 const SharedBuffer* SharedBuffer::bufferFromData(const void* data) { function in class:android::SharedBuffer
126 return data ? bufferFromData(data)->mSize : 0;
/system/core/libpixelflinger/codeflinger/tinyutils/
H A DSharedBuffer.h62 static inline SharedBuffer* bufferFromData(void* data);
65 static inline const SharedBuffer* bufferFromData(const void* data);
124 SharedBuffer* SharedBuffer::bufferFromData(void* data) function in class:android::tinyutils::SharedBuffer
129 const SharedBuffer* SharedBuffer::bufferFromData(const void* data) function in class:android::tinyutils::SharedBuffer

Completed in 1363 milliseconds