Searched defs:GKI_getpoolbuf (Results 1 - 2 of 2) sorted by relevance

/system/nfc/src/gki/common/
H A Dgki_buffer.c324 ** Function GKI_getpoolbuf
338 void* GKI_getpoolbuf(uint8_t pool_id) function
355 GKI_TRACE_ERROR_0("GKI_getpoolbuf() fail alloc free queue");
1149 ** GKI_getpoolbuf(). If a pool could not be created, this
/system/nfc/halimpl/bcm2079x/gki/common/
H A Dgki.h402 #define GKI_getpoolbuf(id) GKI_getpoolbuf_debug(id, __func__, __LINE__) macro
405 extern void* GKI_getpoolbuf(uint8_t);

Completed in 919 milliseconds