Home
last modified time | relevance | path

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

/system/libhwbinder/vts/performance/
DAndroid.bp76 // build for throughput benchmark test for hwbinder.
/system/bt/stack/l2cap/
Dl2c_fcr.cc298 i, p_ccb->fcrb.throughput[i], p_ccb->fcrb.ack_delay_avg[i], in l2c_fcr_cleanup()
306 throughput_avg += p_ccb->fcrb.throughput[i]; in l2c_fcr_cleanup()
2396 p_ccb->fcrb.throughput[index] += p_buf->len - 8; in l2c_fcr_collect_ack_delay()
2431 p_ccb->fcrb.throughput[index] /= in l2c_fcr_collect_ack_delay()
2440 index, p_ccb->fcrb.throughput[index], p_ccb->fcrb.ack_delay_avg[index], in l2c_fcr_collect_ack_delay()
2459 p_ccb->fcrb.throughput[index] = 0; in l2c_fcr_collect_ack_delay()
Dl2c_int.h232 uint32_t throughput[L2CAP_ERTM_STATS_NUM_AVG]; member