HomeSort by relevance Sort by last modified time
    Searched full:radio_stat (Results 1 - 5 of 5) sorted by null

  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
link_layer_stats.cpp 86 wifi_radio_stat *radio_stat = local
88 if (!radio_stat) {
92 if (radio_stat->num_channels > 11) {
93 ALOGE("Incorrect number of channels = %d", radio_stat->num_channels);
95 ALOGE("radio: = %d", radio_stat->radio);
96 ALOGE("on_time: = %d", radio_stat->on_time);
97 ALOGE("tx_time: = %d", radio_stat->tx_time);
98 ALOGE("rx_time: = %d", radio_stat->rx_time);
99 ALOGE("on_time_scan: = %d", radio_stat->on_time_scan);
100 ALOGE("on_time_nbd: = %d", radio_stat->on_time_nbd)
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
llstats.cpp 721 ALOGE("%s: radio_stat: tx_time_per_levels malloc Failed", __func__);
    [all...]
llstatscommand.h 65 wifi_radio_stat *radio_stat; member in struct:__anon34300
  /frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_WifiNative.cpp 959 wifi_radio_stat radio_stat; // L release has support for only one radio member in namespace:android
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
link_layer_stats.h 230 int num_radios, wifi_radio_stat *radio_stat);

Completed in 110 milliseconds