Home
last modified time | relevance | path

Searched refs:dealloc (Results 1 – 8 of 8) 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/libhidl/libhidlcache/
DMemoryDealer.cpp74 chunk_t* dealloc(size_t start);
144 chunk_t const* const freed = dealloc(offset); in deallocate()
204 SimpleBestFitAllocator::chunk_t* SimpleBestFitAllocator::dealloc(size_t start) { in dealloc() function in android::hardware::SimpleBestFitAllocator
/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()
408 if (!p_scb->dealloc) { in bta_ag_rfc_close()
Dbta_ag_int.h211 bool dealloc; /* true if service shutting down */ member
Dbta_ag_sdp.cc256 if (p->in_use && !p->dealloc) { in bta_ag_del_records()