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

  /frameworks/base/wifi/java/android/net/wifi/
WifiLinkLayerStats.java 104 public int tx_time; field in class:WifiLinkLayerStats
150 .append(" tx_time=").append(Integer.toString(this.tx_time))
186 dest.writeInt(tx_time);
200 stats.tx_time = in.readInt();
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
link_layer_stats.cpp 33 uint32_t tx_time; member in struct:__anon41997
97 ALOGE("tx_time: = %d", radio_stat->tx_time);
125 external_stat_ptr->tx_time = internal_stat_ptr->tx_time;
  /external/syslinux/gpxe/src/drivers/net/ath5k/
ath5k_reset.c 174 u16 tx_time; local
186 tx_time = net80211_duration(sc->dev, 14, rate);
188 ath5k_hw_reg_write(ah, tx_time, reg);
198 ath5k_hw_reg_write(ah, tx_time,
  /hardware/libhardware_legacy/include/hardware_legacy/
link_layer_stats.h 92 u32 tx_time; // msecs the radio is transmitting (32 bits number accruing over time) member in struct:__anon43371
  /hardware/libhardware/include/hardware/
bluetooth.h 107 uint64_t tx_time; /* in ms */ member in struct:__anon42910
  /system/bt/btif/src/
btif_dm.cc 161 uint64_t tx_time; member in struct:__anon113371
    [all...]

Completed in 282 milliseconds