Searched refs:blob (Results 1 - 2 of 2) sorted by relevance

/hardware/ril/mock-ril/src/cpp/
H A Dnode_buffer.cpp95 Blob * blob = (Blob*) malloc(sizeof(Blob)); local
96 if (!blob) return NULL;
98 blob->data = (char*) malloc(length);
99 if (!blob->data) {
101 free(blob);
106 blob->length = length;
107 blob->refs = 0;
109 return blob;
113 static inline void blob_ref(Blob *blob) { argument
114 blob
118 blob_unref(Blob *blob) argument
[all...]
H A Dnode_buffer.h69 struct Blob_* blob() const { return blob_; } function in class:Buffer

Completed in 67 milliseconds