Searched defs:p_mem (Results 1 – 5 of 5) sorted by relevance
/external/libnfc-nci/src/gki/ulinux/ |
D | gki_ulinux.c | 1082 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/ |
D | gki_ulinux.c | 1105 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/ |
D | gki_buffer.c | 46 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/ |
D | gki_buffer.c | 46 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/ |
D | ndef_utils.c | 43 static void shiftdown (UINT8 *p_mem, UINT32 len, UINT32 shift_amount) in shiftdown()
|