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

/system/bt/osi/src/
H A Dbuffer.cc31 size_t refcount; member in struct:buffer_t
43 buffer->refcount = 1;
62 ret->refcount = SIZE_MAX;
65 ++buf->root->refcount;
75 if (--buffer->root->refcount == 0) osi_free(buffer->root);
77 } else if (--buffer->refcount == 0) {
78 // We're a root node. Roots are only deleted when their refcount goes to 0.
/system/core/sdcard/
H A Dfuse.h105 __u32 refcount; member in struct:node

Completed in 44 milliseconds