Home
last modified time | relevance | path

Searched refs:dealloc (Results 1 – 8 of 8) sorted by relevance

/system/core/libutils/
DSharedBuffer.cpp50 void SharedBuffer::dealloc(const SharedBuffer* released) in dealloc() function in android::SharedBuffer
122 dealloc(this); in release()
133 dealloc(this); in release()
DSharedBuffer.h51 static void dealloc(const SharedBuffer* released);
DVectorImpl.cpp372 SharedBuffer::dealloc(sb); in release_storage()
/system/bt/hci/include/
Dbt_vendor_lib.h351 mdealloc_cb dealloc; member
/system/bt/bta/ag/
Dbta_ag_act.cc136 p_scb->dealloc = true; in bta_ag_deregister()
160 p_scb->dealloc = true; in bta_ag_start_dereg()
406 if (!p_scb->dealloc) { in bta_ag_rfc_close()
Dbta_ag_int.h211 bool dealloc; /* true if service shutting down */ member
Dbta_ag_sdp.cc258 if (p->in_use && !p->dealloc) { in bta_ag_del_records()
/system/chre/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h670 static void dealloc(void *p, size_t) { delete[] static_cast<uint8_t *>(p); }