HomeSort by relevance Sort by last modified time
    Searched defs:GKI_getbuf (Results 1 - 2 of 2) sorted by null

  /system/nfc/src/gki/common/
gki_buffer.c 237 ** Function GKI_getbuf
251 void* GKI_getbuf(uint16_t size)
285 GKI_TRACE_ERROR_0("GKI_getbuf() out of buffer");
292 GKI_TRACE_ERROR_0("GKI_getbuf() fail alloc free queue");
315 GKI_TRACE_ERROR_0("GKI_getbuf() unable to allocate buffer!!!!!");
381 return (GKI_getbuf(p_cb->freeq[pool_id].size));
    [all...]
  /system/nfc/halimpl/bcm2079x/gki/common/
gki.h 347 /* General pool accessible to GKI_getbuf() */
349 #define GKI_RESTRICTED_POOL 1 /* Inaccessible pool to GKI_getbuf() */
395 #define GKI_getbuf(size) GKI_getbuf_debug(size, __func__, __LINE__)
398 extern void* GKI_getbuf(uint16_t);

Completed in 293 milliseconds