Searched refs:p_cur_used (Results 1 - 6 of 6) sorted by relevance
/external/bluetooth/bluedroid/gki/common/ |
H A D | gki_debug.c | 46 void GKI_PrintBufferUsage(UINT8 *p_num_pools, UINT16 *p_cur_used) argument 75 if (p_cur_used) 76 memcpy(p_cur_used, cur, num*2);
|
H A D | gki.h | 219 GKI_API extern void GKI_PrintBufferUsage(UINT8 *p_num_pools, UINT16 *p_cur_used);
|
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
H A D | gki_debug.c | 45 void GKI_PrintBufferUsage(UINT8 *p_num_pools, UINT16 *p_cur_used) argument 74 if (p_cur_used) 75 memcpy(p_cur_used, cur, num*2);
|
H A D | gki.h | 503 GKI_API extern void GKI_PrintBufferUsage(UINT8 *p_num_pools, UINT16 *p_cur_used);
|
/external/libnfc-nci/src/gki/common/ |
H A D | gki_debug.c | 45 void GKI_PrintBufferUsage(UINT8 *p_num_pools, UINT16 *p_cur_used) argument 74 if (p_cur_used) 75 memcpy(p_cur_used, cur, num*2);
|
H A D | gki.h | 505 GKI_API extern void GKI_PrintBufferUsage(UINT8 *p_num_pools, UINT16 *p_cur_used);
|
Completed in 288 milliseconds