Home
last modified time | relevance | path

Searched refs:throughput (Results 1 – 3 of 3) sorted by relevance

/system/libhwbinder/vts/performance/
DAndroid.bp66 // build for throughput benchmark test for hwbinder.
/system/bt/stack/l2cap/
Dl2c_fcr.cc300 i, p_ccb->fcrb.throughput[i], p_ccb->fcrb.ack_delay_avg[i], in l2c_fcr_cleanup()
308 throughput_avg += p_ccb->fcrb.throughput[i]; in l2c_fcr_cleanup()
2392 p_ccb->fcrb.throughput[index] += p_buf->len - 8; in l2c_fcr_collect_ack_delay()
2427 p_ccb->fcrb.throughput[index] /= in l2c_fcr_collect_ack_delay()
2436 index, p_ccb->fcrb.throughput[index], p_ccb->fcrb.ack_delay_avg[index], in l2c_fcr_collect_ack_delay()
2455 p_ccb->fcrb.throughput[index] = 0; in l2c_fcr_collect_ack_delay()
Dl2c_int.h232 uint32_t throughput[L2CAP_ERTM_STATS_NUM_AVG]; member