HomeSort by relevance Sort by last modified time
    Searched refs:L2CAP_ERTM_STATS_NUM_AVG (Results 1 - 2 of 2) sorted by null

  /system/bt/stack/l2cap/
l2c_int.h 224 #define L2CAP_ERTM_STATS_NUM_AVG 10
229 uint32_t throughput[L2CAP_ERTM_STATS_NUM_AVG];
230 uint32_t ack_delay_avg[L2CAP_ERTM_STATS_NUM_AVG];
231 uint32_t ack_delay_min[L2CAP_ERTM_STATS_NUM_AVG];
232 uint32_t ack_delay_max[L2CAP_ERTM_STATS_NUM_AVG];
233 uint32_t ack_q_count_avg[L2CAP_ERTM_STATS_NUM_AVG];
234 uint32_t ack_q_count_min[L2CAP_ERTM_STATS_NUM_AVG];
235 uint32_t ack_q_count_max[L2CAP_ERTM_STATS_NUM_AVG];
    [all...]
l2c_fcr.cc 288 for (i = 0; i < L2CAP_ERTM_STATS_NUM_AVG; i++) {
311 throughput_avg /= (L2CAP_ERTM_STATS_NUM_AVG - 1);
312 ack_delay_avg /= (L2CAP_ERTM_STATS_NUM_AVG - 1);
313 ack_q_count_avg /= (L2CAP_ERTM_STATS_NUM_AVG - 1);
    [all...]

Completed in 564 milliseconds