Home
last modified time | relevance | path

Searched refs:body (Results 1 – 22 of 22) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dnan_rsp.cpp449 pRsp->body.publish_response.publish_id = \ in getNanResponse()
460 pRsp->body.publish_response.publish_id = \ in getNanResponse()
471 pRsp->body.subscribe_response.subscribe_id = \ in getNanResponse()
482 pRsp->body.subscribe_response.subscribe_id = \ in getNanResponse()
503 pRsp->body.stats_response.stats_type = \ in getNanResponse()
506 pRsp->body.stats_response.stats_type); in getNanResponse()
519 sizeof(pRsp->body.stats_response.data)) { in getNanResponse()
520 handleNanStatsResponse(pRsp->body.stats_response.stats_type, in getNanResponse()
522 &pRsp->body.stats_response, in getNanResponse()
572 pRsp->body.nan_capabilities.max_concurrent_nan_clusters = \ in getNanResponse()
[all …]
Dnan.cpp799 (msg->key_info.body.pmk_info.pmk_len == 0) && in nan_data_request_initiator()
800 (msg->key_info.body.passphrase_info.passphrase_len == 0)) { in nan_data_request_initiator()
883 msg->key_info.body.pmk_info.pmk_len == NAN_PMK_INFO_LEN) { in nan_data_request_initiator()
885 (char *)msg->key_info.body.pmk_info.pmk, in nan_data_request_initiator()
886 msg->key_info.body.pmk_info.pmk_len)) in nan_data_request_initiator()
890 msg->key_info.body.passphrase_info.passphrase_len >= in nan_data_request_initiator()
892 msg->key_info.body.passphrase_info.passphrase_len <= in nan_data_request_initiator()
895 (char *)msg->key_info.body.passphrase_info.passphrase, in nan_data_request_initiator()
896 msg->key_info.body.passphrase_info.passphrase_len)) in nan_data_request_initiator()
937 (msg->key_info.body.pmk_info.pmk_len == 0) && in nan_data_indication_response()
[all …]
Dnan_req.cpp583 (pReq->key_info.body.pmk_info.pmk_len == NAN_PMK_INFO_LEN)) in putNanPublish()
586 (pReq->key_info.body.passphrase_info.passphrase_len >= in putNanPublish()
588 (pReq->key_info.body.passphrase_info.passphrase_len <= in putNanPublish()
591 pReq->key_info.body.passphrase_info.passphrase_len; in putNanPublish()
660 (pReq->key_info.body.pmk_info.pmk_len == NAN_PMK_INFO_LEN)) { in putNanPublish()
662 pReq->key_info.body.pmk_info.pmk_len, in putNanPublish()
663 (const u8*)&pReq->key_info.body.pmk_info.pmk[0], tlvs); in putNanPublish()
665 (pReq->key_info.body.passphrase_info.passphrase_len >= in putNanPublish()
667 (pReq->key_info.body.passphrase_info.passphrase_len <= in putNanPublish()
670 pReq->key_info.body.passphrase_info.passphrase_len, in putNanPublish()
[all …]
/hardware/interfaces/wifi/1.0/default/
Dhidl_struct_util.cpp1081 legacy_request->key_info.body.pmk_info.pmk_len = in convertHidlNanPublishRequestToLegacy()
1083 if (legacy_request->key_info.body.pmk_info.pmk_len > NAN_PMK_INFO_LEN) { in convertHidlNanPublishRequestToLegacy()
1087 memcpy(legacy_request->key_info.body.pmk_info.pmk, in convertHidlNanPublishRequestToLegacy()
1089 legacy_request->key_info.body.pmk_info.pmk_len); in convertHidlNanPublishRequestToLegacy()
1094 legacy_request->key_info.body.passphrase_info.passphrase_len = in convertHidlNanPublishRequestToLegacy()
1096 if (legacy_request->key_info.body.passphrase_info.passphrase_len in convertHidlNanPublishRequestToLegacy()
1101 if (legacy_request->key_info.body.passphrase_info.passphrase_len in convertHidlNanPublishRequestToLegacy()
1106 memcpy(legacy_request->key_info.body.passphrase_info.passphrase, in convertHidlNanPublishRequestToLegacy()
1108 legacy_request->key_info.body.passphrase_info.passphrase_len); in convertHidlNanPublishRequestToLegacy()
1198 legacy_request->key_info.body.pmk_info.pmk_len = in convertHidlNanSubscribeRequestToLegacy()
[all …]
Dwifi_nan_iface.cpp76 msg.body.publish_response.publish_id).isOk()) { in WifiNanIface()
101 msg.body.subscribe_response.subscribe_id).isOk()) { in WifiNanIface()
126 msg.body.nan_capabilities, &hidl_struct)) { in WifiNanIface()
157 msg.body.data_request_response.ndp_instance_id).isOk()) { in WifiNanIface()
/hardware/interfaces/tv/cec/1.0/default/
DHdmiCec.h75 cecMessage.body.resize(length); in eventCallback()
77 cecMessage.body[i] = static_cast<uint8_t>(event->cec.body[i]); in eventCallback()
DHdmiCec.cpp313 .length = message.body.size(), in sendMessage()
315 for (size_t i = 0; i < message.body.size(); ++i) { in sendMessage()
316 legacyMessage.body[i] = static_cast<unsigned char>(message.body[i]); in sendMessage()
/hardware/qcom/display/msm8998/hdmi_cec/
Dqhdmi_cec.cpp221 hex_to_string((char*)msg->body, msg->length, dump); in cec_send_message()
235 write_msg[CEC_OFFSET_OPCODE] = msg->body[0]; in cec_send_message()
237 memcpy(&write_msg[CEC_OFFSET_OPERAND], &msg->body[1], in cec_send_message()
299 memcpy(event.cec.body, &msg[CEC_OFFSET_OPCODE], event.cec.length); in cec_receive_message()
300 hex_to_string((char *) event.cec.body, event.cec.length, dump); in cec_receive_message()
/hardware/qcom/display/msm8996/hdmi_cec/
Dqhdmi_cec.cpp221 hex_to_string((char*)msg->body, msg->length, dump); in cec_send_message()
235 write_msg[CEC_OFFSET_OPCODE] = msg->body[0]; in cec_send_message()
237 memcpy(&write_msg[CEC_OFFSET_OPERAND], &msg->body[1], in cec_send_message()
299 memcpy(event.cec.body, &msg[CEC_OFFSET_OPCODE], event.cec.length); in cec_receive_message()
300 hex_to_string((char *) event.cec.body, event.cec.length, dump); in cec_receive_message()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
Deapol.h37 unsigned char body[1]; /* Body (optional) */
D802.11.h820 #define BCN_PRB_SSID(body) ((char*)(body) + DOT11_BCN_PRB_LEN) argument
/hardware/interfaces/tv/cec/1.0/
Dtypes.hal207 * The maximum size of body is 15 (MaxLength::MESSAGE_BODY) as specified in
209 vec<uint8_t> body;
/hardware/libhardware/include/hardware/
Dhdmi_cec.h241 unsigned char body[CEC_MESSAGE_BODY_MAX_LENGTH]; member
/hardware/intel/common/libmix/mix_audio/docs/reference/MixAudio/html/
Dstyle.css77 body selector
/hardware/interfaces/tests/foo/1.0/
DIFooCallback.hal33 // how long a method's body took to execute, regardless of whether the
/hardware/interfaces/sensors/1.0/
Dtypes.hal369 * known to not be on the body, the status field of the first event must be
694 * is removed from the body and each time it's put back onto the body.
695 * It must be low-latency and be able to detect the on-body to off-body
697 * and 3-second latency to determine the off-body to on-body transition
701 * 0.0 for off-body
702 * 1.0 for on-body
/hardware/libhardware_legacy/include/hardware_legacy/
Dwifi_nan.h291 } body; member
1670 } body; member
/hardware/interfaces/keymaster/3.0/
Dtypes.hal99 * if device is still on-body (requires secure on-body
/hardware/interfaces/contexthub/1.0/
Dtypes.hal158 vec<uint8_t> msg; // Message body
/hardware/intel/bootstub/
DLICENSE243 the limitation as if written in the body of this License.
/hardware/intel/common/libva/doc/
DDoxyfile368 # documentation blocks found inside the body of a function.
728 # Setting the INLINE_SOURCES tag to YES will include the body
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dwlioctl.h5103 uint8 body[1]; member