Home
last modified time | relevance | path

Searched refs:throughput_start (Results 1 – 8 of 8) sorted by relevance

/external/libppp/src/
Dthroughput.h62 extern void throughput_start(struct pppThroughput *, const char *, int);
Dthroughput.c196 throughput_start(struct pppThroughput *t, const char *name, int rolling) in throughput_start() function
Dipv6cp.c578 throughput_start(&ipv6cp->throughput, "IPV6CP throughput", in ipv6cp_LayerStart()
Dmp.c225 throughput_start(&mp->link.stats.total, "MP throughput", 1); in mp_CheckAutoloadTimer()
Dphysical.c1007 throughput_start(&p->link.stats.total, "physical throughput", in physical_Found()
Dipcp.c820 throughput_start(&ipcp->throughput, "IPCP throughput", in IpcpLayerStart()
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_int.h227 UINT32 throughput_start; member
Dl2c_fcr.c2683 if (timestamp - p_ccb->fcrb.throughput_start > 0 ) in l2c_fcr_collect_ack_delay()
2684 p_ccb->fcrb.throughput[index] /= (timestamp - p_ccb->fcrb.throughput_start); in l2c_fcr_collect_ack_delay()
2686 p_ccb->fcrb.throughput_start = timestamp; in l2c_fcr_collect_ack_delay()