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

  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
bt_coc_test_utils.py 120 data_rate = (1.000 * total_num_bytes) / test_time
124 total_num_bytes, test_time, data_rate, (data_rate * 8)))
125 return data_rate
  /tools/test/connectivity/acts/tests/google/ble/conn_oriented_chan/
BleCoc2ConnTest.py 112 data_rate = do_multi_connection_throughput(
115 if data_rate <= 0:
120 "sec", data_rate)
BleCocTest.py 93 data_rate = do_multi_connection_throughput(
96 if data_rate <= 0:
100 data_rate)
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1610/Include/Library/
SerdesLib.h 114 int serdes_get_four_point_eye_diagram(UINT32 macro, UINT32 lane,UINT32 eyemode, UINT32 data_rate);
  /bionic/libc/kernel/uapi/linux/
synclink.h 146 unsigned long data_rate; member in struct:_MGSL_PARAMS
  /external/kernel-headers/original/uapi/linux/
synclink.h 165 unsigned long data_rate; /* bits per second */ member in struct:_MGSL_PARAMS
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
synclink.h 164 unsigned long data_rate; /* bits per second */ member in struct:_MGSL_PARAMS
  /external/flatbuffers/tests/
py_test.py     [all...]
  /system/bt/stack/l2cap/
l2c_link.cc 795 tL2CAP_CHNL_DATA_RATE data_rate = p_ccb->tx_data_rate + p_ccb->rx_data_rate; local
796 p_ccb->buff_quota = L2CAP_CBB_DEFAULT_DATA_RATE_BUFF_QUOTA * data_rate;
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
stress_iio.c 505 static unsigned char data_rate[] = {5, 10, 15, 50, 100, 200}; variable

Completed in 650 milliseconds