Home
last modified time | relevance | path

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

/system/core/libutils/
DSharedBuffer.h51 static void dealloc(const SharedBuffer* released);
DSharedBuffer.cpp47 void SharedBuffer::dealloc(const SharedBuffer* released) in dealloc() function in android::SharedBuffer
DVectorImpl.cpp374 SharedBuffer::dealloc(sb); in release_storage()
/system/bt/hci/include/
Dbt_vendor_lib.h346 mdealloc_cb dealloc; member
/system/bt/bta/ag/
Dbta_ag_act.c159 p_scb->dealloc = TRUE; in bta_ag_deregister()
184 p_scb->dealloc = TRUE; in bta_ag_start_dereg()
454 if (p_scb->dealloc == FALSE) in bta_ag_rfc_close()
Dbta_ag_sdp.c268 if (p->in_use && p->dealloc == FALSE) in bta_ag_del_records()
Dbta_ag_int.h267 BOOLEAN dealloc; /* TRUE if service shutting down */ member