Searched defs:GKI_getbuf (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/gki/common/
H A Dgki_buffer.c354 ** Function GKI_getbuf
368 void *GKI_getbuf (UINT16 size) function
502 return (GKI_getbuf(p_cb->freeq[pool_id].size));
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki.h375 #define GKI_PUBLIC_POOL 0 /* General pool accessible to GKI_getbuf() */
376 #define GKI_RESTRICTED_POOL 1 /* Inaccessible pool to GKI_getbuf() */
422 #define GKI_getbuf(size) GKI_getbuf_debug(size, __FUNCTION__, __LINE__) macro
425 GKI_API extern void *GKI_getbuf (UINT16);
/external/libnfc-nci/src/gki/common/
H A Dgki.h378 #define GKI_PUBLIC_POOL 0 /* General pool accessible to GKI_getbuf() */
379 #define GKI_RESTRICTED_POOL 1 /* Inaccessible pool to GKI_getbuf() */
424 #define GKI_getbuf(size) GKI_getbuf_debug(size, __FUNCTION__, __LINE__) macro
427 GKI_API extern void *GKI_getbuf (UINT16);

Completed in 666 milliseconds