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

  /hardware/ril/mock-ril/src/cpp/
node_buffer.h 52 struct Blob_;
69 struct Blob_* blob() const { return blob_; }
93 size_t off_; // offset inside blob_
94 size_t length_; // length inside blob_
95 struct Blob_ *blob_; member in class:Buffer
node_buffer.cpp 85 struct Blob_ {
90 typedef struct Blob_ Blob;
137 blob_ = parent->blob();
138 blob_ref(blob_);
148 //fprintf(stderr, "free ascii slice (%d refs left)\n", blob_->refs);
149 blob_unref(blob_);
159 Blob *blob_;
242 blob_ = blob_new(length);
246 blob_ref(blob_);
255 blob_ = parent->blob_
    [all...]

Completed in 33 milliseconds