Home
last modified time | relevance | path

Searched refs:publish_id (Results 1 – 7 of 7) sorted by relevance

/hardware/libhardware_legacy/include/hardware_legacy/
Dwifi_nan.h643 u16 publish_id; member
973 u16 publish_id;/* id 0 means new publish, any other id is existing publish */ member
1105 u16 publish_id; member
1624 u16 publish_id; member
1680 u16 publish_id; member
2192 u16 publish_id;/* id is existing publish */ member
2202 u16 publish_id;/* id is existing publish */ member
/hardware/interfaces/wifi/1.0/default/
Dwifi_nan_iface.cpp76 msg.body.publish_response.publish_id).isOk()) { in WifiNanIface()
242 if (!callback->eventPublishTerminated(msg.publish_id, status).isOk()) { in WifiNanIface()
683 legacy_msg.publish_id = sessionId; in stopPublishRequestInternal()
Dhidl_struct_util.cpp1024 legacy_request->publish_id = hidl_request.baseConfigs.sessionId; in convertHidlNanPublishRequestToLegacy()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dnan_ind.cpp207 event->publish_id = pRsp->fwHeader.handle; in getNanPublishTerminated()
1085 event->publish_id = fwRangeReqRecvd.range_id; in getNanRangeRequestReceivedInd()
1141 event->publish_id = range_params.publish_id; in getNanRangeReportInd()
Dnan_req.cpp577 ((pReq->range_response_cfg.publish_id || in putNanPublish()
604 if (pReq->publish_id == 0) { in putNanPublish()
607 pFwReq->fwHeader.handle = pReq->publish_id; in putNanPublish()
736 if (pReq->range_response_cfg.publish_id || pReq->range_response_cfg.ranging_response) { in putNanPublish()
741 (u16)pReq->range_response_cfg.publish_id; in putNanPublish()
787 pFwReq->fwHeader.handle = pReq->publish_id; in putNanPublishCancel()
Dnan_rsp.cpp449 pRsp->body.publish_response.publish_id = \ in getNanResponse()
460 pRsp->body.publish_response.publish_id = \ in getNanResponse()
Dnan_i.h1177 u32 publish_id; member