Searched refs:stats_type (Results 1 – 11 of 11) sorted by relevance
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | nan_rsp.cpp | 505 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 …]
|
D | nancommand.h | 92 void handleNanStatsResponse(NanStatsType stats_type,
|
D | nan_ind.cpp | 916 syncStats.stats_type = NAN_STATS_ID_DE_TIMING_SYNC; in getNanStaParameter()
|
D | nan_req.cpp | 1445 pFwReq->statsReqParams.statsType = pReq->stats_type; in putNanStats()
|
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | nan_rsp.cpp | 539 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 …]
|
D | nancommand.h | 169 void handleNanStatsResponse(NanStatsType stats_type,
|
D | nan_ind.cpp | 967 syncStats.stats_type = NAN_STATS_ID_DE_TIMING_SYNC; in getNanStaParameter()
|
D | nan_req.cpp | 1481 pFwReq->statsReqParams.statsType = pReq->stats_type; in putNanStats()
|
/hardware/google/pixel/pixelstats/ |
D | DisplayStatsReporter.cpp | 325 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/ |
D | DisplayStatsReporter.h | 47 const display_stats_type stats_type);
|
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/ |
D | wifi_nan.h | 1578 NanStatsType stats_type; /* NAN Statistics Request Type */ member 1991 NanStatsType stats_type; member
|