Home
last modified time | relevance | path

Searched refs:stats_type (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnan_rsp.cpp505 pRsp->body.stats_response.stats_type = \ in getNanResponse()
508 pRsp->body.stats_response.stats_type); in getNanResponse()
522 handleNanStatsResponse(pRsp->body.stats_response.stats_type, in getNanResponse()
640 (rsp_data.body.stats_response.stats_type == NAN_STATS_ID_DE_TIMING_SYNC)) { in handleNanResponse()
667 void NanCommand::handleNanStatsResponse(NanStatsType stats_type, in handleNanStatsResponse() argument
672 if (stats_type == NAN_STATS_ID_DE_PUBLISH) { in handleNanStatsResponse()
676 __func__, stats_type, message_len, sizeof(NanPublishStats)); in handleNanStatsResponse()
709 } else if (stats_type == NAN_STATS_ID_DE_SUBSCRIBE) { in handleNanStatsResponse()
713 __func__, stats_type, message_len, sizeof(NanSubscribeStats)); in handleNanStatsResponse()
752 } else if (stats_type == NAN_STATS_ID_DE_DW) { in handleNanStatsResponse()
[all …]
Dnancommand.h92 void handleNanStatsResponse(NanStatsType stats_type,
Dnan_ind.cpp916 syncStats.stats_type = NAN_STATS_ID_DE_TIMING_SYNC; in getNanStaParameter()
Dnan_req.cpp1445 pFwReq->statsReqParams.statsType = pReq->stats_type; in putNanStats()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan_rsp.cpp539 pRsp->body.stats_response.stats_type = \ in getNanResponse()
542 pRsp->body.stats_response.stats_type); in getNanResponse()
556 handleNanStatsResponse(pRsp->body.stats_response.stats_type, in getNanResponse()
681 (rsp_data.body.stats_response.stats_type == NAN_STATS_ID_DE_TIMING_SYNC)) { in handleNanResponse()
708 void NanCommand::handleNanStatsResponse(NanStatsType stats_type, in handleNanStatsResponse() argument
713 if (stats_type == NAN_STATS_ID_DE_PUBLISH) { in handleNanStatsResponse()
717 __func__, stats_type, message_len, sizeof(NanPublishStats)); in handleNanStatsResponse()
750 } else if (stats_type == NAN_STATS_ID_DE_SUBSCRIBE) { in handleNanStatsResponse()
754 __func__, stats_type, message_len, sizeof(NanSubscribeStats)); in handleNanStatsResponse()
793 } else if (stats_type == NAN_STATS_ID_DE_DW) { in handleNanStatsResponse()
[all …]
Dnancommand.h169 void handleNanStatsResponse(NanStatsType stats_type,
Dnan_ind.cpp967 syncStats.stats_type = NAN_STATS_ID_DE_TIMING_SYNC; in getNanStaParameter()
Dnan_req.cpp1481 pFwReq->statsReqParams.statsType = pReq->stats_type; in putNanStats()
/hardware/google/pixel/pixelstats/
DDisplayStatsReporter.cpp325 const display_stats_type stats_type) { in logDisplayStats() argument
326 switch (stats_type) { in logDisplayStats()
337 ALOGE("Unsupport display state type(%d)", stats_type); in logDisplayStats()
/hardware/google/pixel/pixelstats/include/pixelstats/
DDisplayStatsReporter.h47 const display_stats_type stats_type);
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_nan.h1578 NanStatsType stats_type; /* NAN Statistics Request Type */ member
1991 NanStatsType stats_type; member