Home
last modified time | relevance | path

Searched defs:p_mem (Results 1 – 5 of 5) sorted by relevance

/external/libnfc-nci/src/gki/ulinux/
Dgki_ulinux.c1082 void GKI_register_mempool (void *p_mem) in GKI_register_mempool()
1124 void GKI_os_free (void *p_mem) in GKI_os_free()
1267 void GKI_shiftdown (UINT8 *p_mem, UINT32 len, UINT32 shift_amount) in GKI_shiftdown()
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
Dgki_ulinux.c1105 void GKI_register_mempool (void *p_mem) in GKI_register_mempool()
1147 void GKI_os_free (void *p_mem) in GKI_os_free()
1290 void GKI_shiftdown (UINT8 *p_mem, UINT32 len, UINT32 shift_amount) in GKI_shiftdown()
/external/libnfc-nci/src/gki/common/
Dgki_buffer.c46 static void gki_init_free_queue (UINT8 id, UINT16 size, UINT16 total, void *p_mem) in gki_init_free_queue()
113 void* p_mem = GKI_os_malloc((Q->size + BUFFER_PADDING_SIZE) * Q->total); in gki_alloc_free_queue() local
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
Dgki_buffer.c46 static void gki_init_free_queue (UINT8 id, UINT16 size, UINT16 total, void *p_mem) in gki_init_free_queue()
113 void* p_mem = GKI_os_malloc((Q->size + BUFFER_PADDING_SIZE) * Q->total); in gki_alloc_free_queue() local
/external/libnfc-nci/src/nfc/ndef/
Dndef_utils.c43 static void shiftdown (UINT8 *p_mem, UINT32 len, UINT32 shift_amount) in shiftdown()