Searched defs:free (Results 1 - 7 of 7) sorted by relevance

/system/bt/osi/include/
H A Dallocator.h30 free_fn free; member in struct:__anon740
/system/chre/apps/chqts/src/shared/
H A Ddumb_allocator.cc56 bool DumbAllocatorBase::free(void *pointer) { function in class:nanoapp_testing::DumbAllocatorBase
H A Ddumb_allocator.h34 bool free(void *ptr);
81 * If contains(ptr) is true, free the allocation and return true.
86 bool free(void *ptr) { function in class:nanoapp_testing::DumbAllocator
87 return DumbAllocatorBase::free(ptr);
/system/nfc/src/nfc/nci/
H A Dnci_hrcv.c41 ** Returns TRUE-caller of this function to free the GKI buffer p_msg
47 bool free = true; local
65 free = false;
91 return free;
/system/nfc/src/nfa/include/
H A Dnfa_snep_api.h174 uint8_t* p_buff; /* buffer to free */
195 tNFA_SNEP_FREE free; /* NFA_SNEP_FREE_BUFF_EVT */ member in union:__anon2153
348 ** through registered p_cback. Application may free the buffer
370 ** through p_cback. Application may free the buffer after
408 ** may free the buffer after receiving these events.
/system/nfc/src/nfc/nfc/
H A Dnfc_ncif.cc346 ** Returns TRUE if need to free buffer
351 bool free = true; local
364 return free;
372 free = false;
392 free = nci_proc_core_rsp(p_msg);
444 return (free);
/system/core/logcat/
H A Dlogcat.cpp1087 strdup(optctx.optarg), free); local
1183 strdup(optctx.optarg), free); local
1377 free); local
1553 free(buf);
1862 free(context);

Completed in 256 milliseconds