Home
last modified time | relevance | path

Searched refs:cur_cnt (Results 1 – 7 of 7) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/gki/common/
Dgki_buffer.c71 p_cb->freeq[id].cur_cnt = 0; in gki_init_free_queue()
170 p_cb->freeq[tt].cur_cnt = 0; in gki_buffer_init()
404 if(Q->cur_cnt < Q->total) in GKI_getbuf_debug()
429 if(++Q->cur_cnt > Q->max_cnt) in GKI_getbuf_debug()
430 Q->max_cnt = Q->cur_cnt; in GKI_getbuf_debug()
440 …, %x, %x (%d of %d used) %d", (UINT8*)p_hdr + BUFFER_HDR_SIZE, p_hdr, Q->cur_cnt, Q->total, p_cb->… in GKI_getbuf_debug()
521 if(Q->cur_cnt < Q->total) in GKI_getpoolbuf_debug()
541 if(++Q->cur_cnt > Q->max_cnt) in GKI_getpoolbuf_debug()
542 Q->max_cnt = Q->cur_cnt; in GKI_getpoolbuf_debug()
554 …, %x, %x (%d of %d used) %d", (UINT8*)p_hdr + BUFFER_HDR_SIZE, p_hdr, Q->cur_cnt, Q->total, p_cb->… in GKI_getpoolbuf_debug()
[all …]
Dgki_debug.c63 i, p->size, p->cur_cnt, p->max_cnt, p->total); in GKI_PrintBufferUsage()
68 i, p->size, p->cur_cnt, p->max_cnt, p->total); in GKI_PrintBufferUsage()
70 cur[i] = p->cur_cnt; in GKI_PrintBufferUsage()
93 … gki_cb.com.freeq[i].cur_cnt, gki_cb.com.freeq[i].max_cnt, gki_cb.com.freeq[i].total); in GKI_PrintBuffer()
185 … gki_cb.com.freeq[pool].cur_cnt, gki_cb.com.freeq[pool].max_cnt, gki_cb.com.freeq[pool].total); in gki_print_buffer_statistics()
Dgki_common.h86 UINT16 cur_cnt; /* number of buffers currently allocated */ member
/external/libnfc-nci/src/gki/common/
Dgki_buffer.c71 p_cb->freeq[id].cur_cnt = 0; in gki_init_free_queue()
170 p_cb->freeq[tt].cur_cnt = 0; in gki_buffer_init()
404 if(Q->cur_cnt < Q->total) in GKI_getbuf_debug()
429 if(++Q->cur_cnt > Q->max_cnt) in GKI_getbuf_debug()
430 Q->max_cnt = Q->cur_cnt; in GKI_getbuf_debug()
440 …, %x, %x (%d of %d used) %d", (UINT8*)p_hdr + BUFFER_HDR_SIZE, p_hdr, Q->cur_cnt, Q->total, p_cb->… in GKI_getbuf_debug()
521 if(Q->cur_cnt < Q->total) in GKI_getpoolbuf_debug()
541 if(++Q->cur_cnt > Q->max_cnt) in GKI_getpoolbuf_debug()
542 Q->max_cnt = Q->cur_cnt; in GKI_getpoolbuf_debug()
554 …, %x, %x (%d of %d used) %d", (UINT8*)p_hdr + BUFFER_HDR_SIZE, p_hdr, Q->cur_cnt, Q->total, p_cb->… in GKI_getpoolbuf_debug()
[all …]
Dgki_debug.c63 i, p->size, p->cur_cnt, p->max_cnt, p->total); in GKI_PrintBufferUsage()
68 i, p->size, p->cur_cnt, p->max_cnt, p->total); in GKI_PrintBufferUsage()
70 cur[i] = p->cur_cnt; in GKI_PrintBufferUsage()
93 … gki_cb.com.freeq[i].cur_cnt, gki_cb.com.freeq[i].max_cnt, gki_cb.com.freeq[i].total); in GKI_PrintBuffer()
185 … gki_cb.com.freeq[pool].cur_cnt, gki_cb.com.freeq[pool].max_cnt, gki_cb.com.freeq[pool].total); in gki_print_buffer_statistics()
Dgki_common.h86 UINT16 cur_cnt; /* number of buffers currently allocated */ member
/external/autotest/client/common_lib/cros/bluetooth/
Dbluetooth_sdp_socket.py266 total_cnt, cur_cnt = struct.unpack_from(SDP_BODY_CNT_FORMAT, response)
269 for i in range(cur_cnt):