Searched refs:stats (Results 1 - 20 of 20) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dllstats.cpp109 static wifi_error get_wifi_interface_info(wifi_interface_link_layer_info *stats, argument
119 stats->mode = (wifi_interface_mode)nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_MODE]);
128 len = ((sizeof(stats->mac_addr) <= len) ? sizeof(stats->mac_addr) : len);
129 memcpy(&stats->mac_addr[0], nla_data(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_MAC_ADDR]), len);
136 stats->state = (wifi_connection_state)nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_STATE]);
143 stats->roaming = (wifi_roam_state)nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_ROAMING]);
150 stats->capabilities = nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_CAPABILITIES]);
158 len = ((sizeof(stats->ssid) <= len) ? sizeof(stats
218 get_wifi_wmm_ac_stat(wifi_wmm_ac_stat *stats, struct nlattr **tb_vendor) argument
350 get_wifi_rate_stat(wifi_rate_stat *stats, struct nlattr **tb_vendor) argument
447 get_wifi_peer_info(wifi_peer_info *stats, struct nlattr **tb_vendor) argument
518 get_wifi_iface_stats(wifi_iface_stat *stats, struct nlattr **tb_vendor) argument
681 get_wifi_radio_stats(wifi_radio_stat *stats, struct nlattr **tb_vendor) argument
[all...]
H A Dllstatscommand.h111 virtual wifi_error get_wifi_iface_stats(wifi_iface_stat *stats,
H A Dwifilogger_diag.cpp1400 ALOGE("Failed to write Rx stats into the ring buffer");
1424 ALOGE("%s Unexpected rx stats event length: %d", __FUNCTION__, size);
1489 /* Flush the cached stats as this is the first MPDU. */
1659 ALOGV("Received Tx stats: log_type : %d", logtype);
1669 wh_pktlog_txctl *stats = (wh_pktlog_txctl *)buf;
1671 (struct tx_ppdu_start *)(&stats->u.ppdu_start);
1696 /* This should be the first event for tx-stats: So,
1697 * previous stats are invalid. Flush the old stats and treat
1814 /* Flush the local copy after writing the stats t
[all...]
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
H A DVehicleObjectPool_test.cpp36 stats = PoolStats::instance();
44 ASSERT_EQ(stats->Obtained, stats->Recycled);
45 ASSERT_LE(stats->Created, stats->Recycled);
49 stats->Obtained = 0;
50 stats->Created = 0;
51 stats->Recycled = 0;
55 PoolStats* stats; member in class:android::hardware::automotive::vehicle::V2_0::__anon1018::VehicleObjectPoolTest
66 ASSERT_EQ(3u, stats
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcm_mpool_pub.h237 * bcm_mpm_stats() - Return stats for all pools
241 * stats: OUTPUT Array of pool statistics.
242 * nentries: MOD Max elements in 'stats' array on INPUT. Actual number
243 * of array elements copied to 'stats' on OUTPUT.
247 * other Error getting stats.
250 int bcm_mpm_stats(bcm_mpm_mgr_h mgr, bcm_mp_stats_t *stats, int *nentries);
326 * bcm_mp_stats() - Return stats for this pool
330 * stats: OUTPUT Pool statistics
337 int bcm_mp_stats(bcm_mp_pool_h pool, bcm_mp_stats_t *stats);
H A Dbcmutils.h275 extern int pktpool_stats_dump(pktpool_t *pktp, pktpool_stats_t *stats);
H A Dwlioctl.h1138 #define WL_STA_SCBSTATS 0x4000 /* Per STA debug stats */
3221 /* pkteng rx frame stats */
3486 /* pkteng rx frame stats */
3585 /* block ack related stats */
4832 chanim_stats_t stats[1]; member in struct:__anon166
4835 #define WL_CHANIM_STATS_FIXED_LEN OFFSETOF(wl_chanim_stats_t, stats)
4861 /* structure/defines for selective mgmt frame (smf) stats support */
4864 /* selected mgmt frame (smf) stats element */
5284 bcm_mp_stats_t s[1]; /* Variable array of memory pool stats. */
/hardware/interfaces/wifi/1.0/default/
H A Dwifi_legacy_hal.cpp105 // Callback to be invoked for link layer stats results.
618 LOG(ERROR) << "Invalid iface stats in link layer stats";
621 LOG(ERROR) << "Invalid radio stats in link layer stats";
626 radio.stats = radio_stats_ptr[i];
635 radio.stats.num_tx_levels = 0;
636 radio.stats.tx_time_per_levels = nullptr;
792 WakeReasonStats stats; local
793 stats
[all...]
H A Dwifi_legacy_hal.h49 // The |wifi_radio_stat.tx_time_per_levels| stats is provided as a pointer in
53 wifi_radio_stat stats; member in struct:android::hardware::wifi::V1_0::implementation::legacy_hal::LinkLayerRadioStats
64 // |WLAN_DRIVER_WAKE_REASON_CNT.driver_fw_local_wake_cnt| stats is provided
185 // Link layer stats functions.
H A Dhidl_struct_util.cpp720 hidl_radio_stats.onTimeInMs = legacy_radio_stats.stats.on_time;
721 hidl_radio_stats.txTimeInMs = legacy_radio_stats.stats.tx_time;
722 hidl_radio_stats.rxTimeInMs = legacy_radio_stats.stats.rx_time;
723 hidl_radio_stats.onTimeInMsForScan = legacy_radio_stats.stats.on_time_scan;
/hardware/interfaces/wifi/1.0/
H A DIWifiStaIface.hal44 * If set indicates that the link layer stats APIs are supported.
279 * Enable link layer stats collection.
300 * Disable link layer stats collection.
315 * Retrieve the latest link layer stats.
317 * link layer stats collection hasn't been explicitly enabled.
327 * @return stats Instance of |LinkLayerStats|.
329 getLinkLayerStats() generates (WifiStatus status, StaLinkLayerStats stats);
H A DIWifiChip.hal163 * Host wake reasons stats collection.
651 * API to retrieve the wifi wake up reason stats for debugging.
652 * The driver is expected to start maintaining these stats once the chip
653 * is configured using |configureChip|. These stats must be reset whenever
663 * @return stats Instance of |WifiDebugHostWakeReasonStats|.
666 generates (WifiStatus status, WifiDebugHostWakeReasonStats stats);
/hardware/qcom/msm8994/original-kernel-headers/media/
H A Dmsmb_isp.h621 struct msm_isp_stats_event stats; member in union:msm_isp_event_data::__anon3370
634 struct msm_isp_stats_event stats; member in union:msm_isp_event_data32::__anon3371
/hardware/qcom/msm8x84/kernel-headers/media/
H A Dmsmb_isp.h471 struct msm_isp_stats_event stats; member in union:msm_isp_event_data::__anon4072
/hardware/qcom/msm8x84/original-kernel-headers/media/
H A Dmsmb_isp.h436 struct msm_isp_stats_event stats; member in union:msm_isp_event_data::__anon4169
/hardware/qcom/msm8994/kernel-headers/media/
H A Dmsmb_isp.h640 struct msm_isp_stats_event stats; member in union:msm_isp_event_data::__anon3255
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp331 struct statistics stats; local
338 memset(&stats, 0, sizeof(statistics));
366 memset(&stats, 0, sizeof(statistics));
433 stats.bytes_generated += venc_msg.buf.len;
534 (stats.prev_tv.tv_sec * 1000000 + stats.prev_tv.tv_usec));
536 if (stats.prev_tv.tv_sec) {
537 OMX_U32 num_fbd = omx->handle->fbd - stats.prev_fbd;
539 OMX_U32 bitrate = (stats.bytes_generated * 8/num_fbd) * framerate;
540 DEBUG_PRINT_HIGH("stats
[all...]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp304 struct statistics stats; local
311 memset(&stats, 0, sizeof(statistics));
339 memset(&stats, 0, sizeof(statistics));
406 stats.bytes_generated += venc_msg.buf.len;
499 (stats.prev_tv.tv_sec * 1000000 + stats.prev_tv.tv_usec));
501 if (stats.prev_tv.tv_sec) {
502 OMX_U32 num_fbd = omx->handle->fbd - stats.prev_fbd;
504 OMX_U32 bitrate = (stats.bytes_generated * 8/num_fbd) * framerate;
505 DEBUG_PRINT_HIGH("stats
[all...]
/hardware/qcom/msm8996/kernel-headers/media/
H A Dmsmb_isp.h757 struct msm_isp_stats_event stats; member in union:msm_isp_event_data::__anon3516
/hardware/qcom/msm8996/original-kernel-headers/media/
H A Dmsmb_isp.h730 /* mask with stats stream_idx for get_buf failed */
742 /* mask with stats stream_idx for get_buf failed */
758 struct msm_isp_stats_event stats; member in union:msm_isp_event_data::__anon3667

Completed in 119 milliseconds