Searched refs:statsType (Results 1 – 4 of 4) sorted by relevance
156 std::string statsType; in processStats() local157 if (stats.findString(KEY_STATS_TYPE, &statsType) != ECODataStatus::OK) { in processStats()162 if (statsType.compare(VALUE_STATS_TYPE_SESSION) == 0) { in processStats()164 } else if (statsType.compare(VALUE_STATS_TYPE_FRAME) == 0) { in processStats()
609 u32 statsType:8; member626 u8 statsType; member
506 (NanStatsType)pFwRsp->statsRspParams.statsType; in getNanResponse()
1272 pFwReq->statsReqParams.statsType = pReq->stats_type; in putNanStats()