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

  /frameworks/base/wifi/java/android/net/wifi/
WifiLinkLayerStats.java 102 public int tx_time; field in class:WifiLinkLayerStats
144 .append(" tx_time=").append(Integer.toString(this.tx_time))
181 dest.writeInt(tx_time);
194 stats.tx_time = in.readInt();
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
link_layer_stats.cpp 77 ALOGE("tx_time: = %d", ((wifi_radio_stat *)data)->tx_time);
  /hardware/libhardware_legacy/include/hardware_legacy/
link_layer_stats.h 89 u32 tx_time; // msecs the radio is transmitting (32 bits number accruing over time) member in struct:__anon24966
  /hardware/libhardware/include/hardware/
bluetooth.h 104 uint64_t tx_time; /* in ms */ member in struct:__anon24644
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiServiceImpl.java 752 final long rxIdleTime = stats.on_time - stats.tx_time - stats.rx_time;
753 final long energyUsed = (long)((stats.tx_time * txCurrent +
756 if (VDBG || rxIdleTime < 0 || stats.on_time < 0 || stats.tx_time < 0 ||
764 sb.append(" tx_time=" + stats.tx_time);
773 WifiActivityEnergyInfo.STACK_STATE_STATE_IDLE, stats.tx_time,
    [all...]
WifiStateMachine.java     [all...]
  /system/bt/btif/src/
btif_dm.c 160 uint64_t tx_time; member in struct:__anon69167
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
llstats.cpp 693 stats->tx_time = nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_TX_TIME]);
    [all...]
  /system/bt/stack/hcic/
hciblecmds.c 932 BOOLEAN btsnd_hcic_ble_set_data_length(UINT16 conn_handle, UINT16 tx_octets, UINT16 tx_time)
950 UINT16_TO_STREAM(pp, tx_time);
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java     [all...]
  /system/bt/stack/include/
hcimsgs.h     [all...]
btm_ble_api.h 857 typedef void (tBTM_BLE_ENERGY_INFO_CBACK)(tBTM_BLE_TX_TIME_MS tx_time, tBTM_BLE_RX_TIME_MS rx_time,
    [all...]
  /system/bt/bta/include/
bta_api.h     [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 458 p_energy_info->ctrl_state, p_energy_info->tx_time, p_energy_info->rx_time,
    [all...]
  /system/bt/bta/dm/
bta_dm_act.c     [all...]
  /frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_WifiNative.cpp     [all...]

Completed in 1234 milliseconds