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

  /frameworks/base/wifi/java/android/net/wifi/
WifiLinkLayerStats.java 108 public int tx_time; field in class:WifiLinkLayerStats
150 .append(" tx_time=").append(Integer.toString(this.tx_time))
187 dest.writeInt(tx_time);
200 stats.tx_time = in.readInt();
  /hardware/libhardware_legacy/include/hardware_legacy/
link_layer_stats.h 104 u32 tx_time; // msecs the radio is transmitting (32 bits number accruing over time) member in struct:__anon40565
  /hardware/libhardware/include/hardware/
bluetooth.h 104 uint64_t tx_time; /* in ms */ member in struct:__anon40286
  /external/bluetooth/bluedroid/btif/src/
btif_dm.c 171 uint64_t tx_time; member in struct:__anon5682
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
llstats.cpp 333 stats->tx_time = nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_TX_TIME]);
400 ALOGI(" txTime is %u ", mResultsParams.radio_stat->tx_time);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiServiceImpl.java 803 WifiActivityEnergyInfo.STACK_STATE_STATE_IDLE, stats.tx_time,
804 stats.rx_time, stats.on_time - stats.tx_time - stats.rx_time,
    [all...]
WifiStateMachine.java     [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_ble_api.h 801 typedef void (tBTM_BLE_ENERGY_INFO_CBACK)(tBTM_BLE_TX_TIME_MS tx_time, tBTM_BLE_RX_TIME_MS rx_time,
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h     [all...]
  /frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_WifiNative.cpp 847 setIntField(env, wifiLinkLayerStats, "tx_time", radio_stat.tx_time);
    [all...]
  /frameworks/opt/net/wifi/service/tools/halutil/
halutil.cpp     [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 459 p_energy_info->ctrl_state, p_energy_info->tx_time, p_energy_info->rx_time,
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c     [all...]

Completed in 722 milliseconds