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

/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_buffer.c1412 ** p_mem_pool - (input) pointer to an OS memory pool, NULL if not provided
1419 UINT8 GKI_create_pool (UINT16 size, UINT16 count, UINT8 permission, void *p_mem_pool) argument
1445 if (!p_mem_pool)
1446 p_mem_pool = GKI_os_malloc(mem_needed);
1448 if (p_mem_pool)
1451 gki_init_free_queue (xx, size, count, p_mem_pool);
/external/libnfc-nci/src/gki/common/
H A Dgki_buffer.c1412 ** p_mem_pool - (input) pointer to an OS memory pool, NULL if not provided
1419 UINT8 GKI_create_pool (UINT16 size, UINT16 count, UINT8 permission, void *p_mem_pool) argument
1445 if (!p_mem_pool)
1446 p_mem_pool = GKI_os_malloc(mem_needed);
1448 if (p_mem_pool)
1451 gki_init_free_queue (xx, size, count, p_mem_pool);

Completed in 1260 milliseconds