Home
last modified time | relevance | path

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

/system/core/libutils/
DSharedBuffer.cpp49 void SharedBuffer::dealloc(const SharedBuffer* released) in dealloc() function in android::SharedBuffer
121 dealloc(this); in release()
132 dealloc(this); in release()
DSharedBuffer.h51 static void dealloc(const SharedBuffer* released);
DVectorImpl.cpp374 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.cc143 p_scb->dealloc = true; in bta_ag_deregister()
167 p_scb->dealloc = true; in bta_ag_start_dereg()
409 if (p_scb->dealloc == false) { in bta_ag_rfc_close()
Dbta_ag_sdp.cc252 if (p->in_use && p->dealloc == false) { in bta_ag_del_records()
Dbta_ag_int.h234 bool dealloc; /* true if service shutting down */ member