Home
last modified time | relevance | path

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

12

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dnan_rsp.cpp451 pRsp->body.publish_response.publish_id = \ in getNanResponse()
462 pRsp->body.publish_response.publish_id = \ in getNanResponse()
473 pRsp->body.subscribe_response.subscribe_id = \ in getNanResponse()
484 pRsp->body.subscribe_response.subscribe_id = \ in getNanResponse()
505 pRsp->body.stats_response.stats_type = \ in getNanResponse()
508 pRsp->body.stats_response.stats_type); in getNanResponse()
521 sizeof(pRsp->body.stats_response.data)) { in getNanResponse()
522 handleNanStatsResponse(pRsp->body.stats_response.stats_type, in getNanResponse()
524 &pRsp->body.stats_response, in getNanResponse()
574 pRsp->body.nan_capabilities.max_concurrent_nan_clusters = \ in getNanResponse()
[all …]
Dnan.cpp812 (msg->key_info.body.pmk_info.pmk_len == 0) && in nan_data_request_initiator()
813 (msg->key_info.body.passphrase_info.passphrase_len == 0)) { in nan_data_request_initiator()
896 msg->key_info.body.pmk_info.pmk_len == NAN_PMK_INFO_LEN) { in nan_data_request_initiator()
898 (char *)msg->key_info.body.pmk_info.pmk, in nan_data_request_initiator()
899 msg->key_info.body.pmk_info.pmk_len)) in nan_data_request_initiator()
902 msg->key_info.body.passphrase_info.passphrase_len >= in nan_data_request_initiator()
904 msg->key_info.body.passphrase_info.passphrase_len <= in nan_data_request_initiator()
907 (char *)msg->key_info.body.passphrase_info.passphrase, in nan_data_request_initiator()
908 msg->key_info.body.passphrase_info.passphrase_len)) in nan_data_request_initiator()
947 (msg->key_info.body.pmk_info.pmk_len == 0) && in nan_data_indication_response()
[all …]
Dnan_req.cpp688 (pReq->key_info.body.pmk_info.pmk_len == NAN_PMK_INFO_LEN)) in putNanPublish()
691 (pReq->key_info.body.passphrase_info.passphrase_len >= in putNanPublish()
693 (pReq->key_info.body.passphrase_info.passphrase_len <= in putNanPublish()
696 pReq->key_info.body.passphrase_info.passphrase_len; in putNanPublish()
766 (pReq->key_info.body.pmk_info.pmk_len == NAN_PMK_INFO_LEN)) { in putNanPublish()
768 pReq->key_info.body.pmk_info.pmk_len, in putNanPublish()
769 (const u8*)&pReq->key_info.body.pmk_info.pmk[0], tlvs); in putNanPublish()
771 (pReq->key_info.body.passphrase_info.passphrase_len >= in putNanPublish()
773 (pReq->key_info.body.passphrase_info.passphrase_len <= in putNanPublish()
776 pReq->key_info.body.passphrase_info.passphrase_len, in putNanPublish()
[all …]
/hardware/interfaces/tv/cec/1.1/default/
DHdmiCecMock.cpp48 cecMessage.body = message.body; in onCecMessage_1_1()
107 cecMessage.body = message.body; in sendMessage()
174 if (message.body.size() == 0) { in sendMessage_1_1()
229 size_t length = std::min(static_cast<size_t>(message.body.size()), in sendMessageToFifo()
232 msgBuf[i + 1] = static_cast<unsigned char>(message.body[i]); in sendMessageToFifo()
290 message.body.resize(length); in handleCecMessage()
293 message.body[i] = static_cast<uint8_t>(msgBuf[i + 1]); in handleCecMessage()
294 ALOGD("[halimp] msg body %x", message.body[i]); in handleCecMessage()
/hardware/interfaces/tv/cec/1.0/default/
DHdmiCecMock.cpp77 if (message.body.size() == 0) { in sendMessage()
178 size_t length = std::min(static_cast<size_t>(message.body.size()), in sendMessageToFifo()
181 msgBuf[i + 1] = static_cast<unsigned char>(message.body[i]); in sendMessageToFifo()
239 message.body.resize(length); in handleCecMessage()
242 message.body[i] = static_cast<uint8_t>(msgBuf[i + 1]); in handleCecMessage()
243 ALOGD("[halimp] msg body %x", message.body[i]); in handleCecMessage()
DHdmiCec.h75 cecMessage.body.resize(length); in eventCallback()
77 cecMessage.body[i] = static_cast<uint8_t>(event->cec.body[i]); in eventCallback()
DHdmiCec.cpp312 .length = message.body.size(), in sendMessage()
314 for (size_t i = 0; i < message.body.size(); ++i) { in sendMessage()
315 legacyMessage.body[i] = static_cast<unsigned char>(message.body[i]); in sendMessage()
/hardware/qcom/sdm845/display/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 size_t copy_size = event.cec.length > sizeof(event.cec.body) ? in cec_receive_message()
300 sizeof(event.cec.body) : event.cec.length; in cec_receive_message()
301 memcpy(event.cec.body, &msg[CEC_OFFSET_OPCODE],copy_size); in cec_receive_message()
302 hex_to_string((char *) event.cec.body, copy_size, dump); in cec_receive_message()
/hardware/qcom/display/msm8998/hdmi_cec/
Dqhdmi_cec.cpp225 hex_to_string((char*)msg->body, msg->length, dump); in cec_send_message()
239 write_msg[CEC_OFFSET_OPCODE] = msg->body[0]; in cec_send_message()
241 memcpy(&write_msg[CEC_OFFSET_OPERAND], &msg->body[1], in cec_send_message()
303 size_t copy_size = event.cec.length > sizeof(event.cec.body) ? in cec_receive_message()
304 sizeof(event.cec.body) : event.cec.length; in cec_receive_message()
305 memcpy(event.cec.body, &msg[CEC_OFFSET_OPCODE],copy_size); in cec_receive_message()
306 hex_to_string((char *) event.cec.body, copy_size, dump); in cec_receive_message()
/hardware/qcom/sm8150/display/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 size_t copy_size = event.cec.length > sizeof(event.cec.body) ? in cec_receive_message()
300 sizeof(event.cec.body) : event.cec.length; in cec_receive_message()
301 memcpy(event.cec.body, &msg[CEC_OFFSET_OPCODE],copy_size); in cec_receive_message()
302 hex_to_string((char *) event.cec.body, copy_size, dump); in cec_receive_message()
/hardware/qcom/sm7250/display/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 size_t copy_size = event.cec.length > sizeof(event.cec.body) ? in cec_receive_message()
300 sizeof(event.cec.body) : event.cec.length; in cec_receive_message()
301 memcpy(event.cec.body, &msg[CEC_OFFSET_OPCODE],copy_size); in cec_receive_message()
302 hex_to_string((char *) event.cec.body, copy_size, dump); in cec_receive_message()
/hardware/interfaces/tv/cec/1.1/
Dtypes.hal42 * The maximum size of body is 15 (MaxLength::MESSAGE_BODY) as specified in
44 vec<uint8_t> body;
/hardware/interfaces/wifi/1.5/default/
Dhidl_struct_util.cpp1654 legacy_request->key_info.body.pmk_info.pmk_len = in convertHidlNanPublishRequestToLegacy()
1656 if (legacy_request->key_info.body.pmk_info.pmk_len != in convertHidlNanPublishRequestToLegacy()
1662 memcpy(legacy_request->key_info.body.pmk_info.pmk, in convertHidlNanPublishRequestToLegacy()
1664 legacy_request->key_info.body.pmk_info.pmk_len); in convertHidlNanPublishRequestToLegacy()
1670 legacy_request->key_info.body.passphrase_info.passphrase_len = in convertHidlNanPublishRequestToLegacy()
1672 if (legacy_request->key_info.body.passphrase_info.passphrase_len < in convertHidlNanPublishRequestToLegacy()
1678 if (legacy_request->key_info.body.passphrase_info.passphrase_len > in convertHidlNanPublishRequestToLegacy()
1684 memcpy(legacy_request->key_info.body.passphrase_info.passphrase, in convertHidlNanPublishRequestToLegacy()
1686 legacy_request->key_info.body.passphrase_info.passphrase_len); in convertHidlNanPublishRequestToLegacy()
1806 legacy_request->key_info.body.pmk_info.pmk_len = in convertHidlNanSubscribeRequestToLegacy()
[all …]
Dwifi_nan_iface.cpp98 msg.body.publish_response.publish_id) in WifiNanIface()
132 msg.body.subscribe_response.subscribe_id) in WifiNanIface()
164 msg.body.nan_capabilities, &hidl_struct)) { in WifiNanIface()
209 msg.body.data_request_response.ndp_instance_id) in WifiNanIface()
/hardware/qcom/display/msm8909w_3100/hdmi_cec/
Dqhdmi_cec.cpp233 hex_to_string((char*)msg->body, msg->length, dump); in cec_send_message()
247 write_msg[CEC_OFFSET_OPCODE] = msg->body[0]; in cec_send_message()
249 memcpy(&write_msg[CEC_OFFSET_OPERAND], &msg->body[1], in cec_send_message()
310 size_t copy_size = event.cec.length > sizeof(event.cec.body) ? in cec_receive_message()
311 sizeof(event.cec.body) : event.cec.length; in cec_receive_message()
312 memcpy(event.cec.body, &msg[CEC_OFFSET_OPCODE],copy_size); in cec_receive_message()
313 hex_to_string((char *) event.cec.body, copy_size, dump); in cec_receive_message()
/hardware/qcom/display/msm8909/hdmi_cec/
Dqhdmi_cec.cpp233 hex_to_string((char*)msg->body, msg->length, dump); in cec_send_message()
247 write_msg[CEC_OFFSET_OPCODE] = msg->body[0]; in cec_send_message()
249 memcpy(&write_msg[CEC_OFFSET_OPERAND], &msg->body[1], in cec_send_message()
310 size_t copy_size = event.cec.length > sizeof(event.cec.body) ? in cec_receive_message()
311 sizeof(event.cec.body) : event.cec.length; in cec_receive_message()
312 memcpy(event.cec.body, &msg[CEC_OFFSET_OPCODE],copy_size); in cec_receive_message()
313 hex_to_string((char *) event.cec.body, copy_size, 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/wifi_hal/
Dnan.cpp507 if (key_info->body.passphrase_info.passphrase_len < NAN_SECURITY_MIN_PASSPHRASE_LEN || in passphrase_to_pmk()
508 key_info->body.passphrase_info.passphrase_len > NAN_SECURITY_MAX_PASSPHRASE_LEN) { in passphrase_to_pmk()
515 result = PKCS5_PBKDF2_HMAC((const char *) key_info->body.passphrase_info.passphrase, in passphrase_to_pmk()
516 key_info->body.passphrase_info.passphrase_len, salt, sizeof(salt), in passphrase_to_pmk()
814 if (mParams->key_info.body.pmk_info.pmk_len) { in createPublishRequest()
816 mParams->key_info.body.pmk_info.pmk_len); in createPublishRequest()
822 (void *)mParams->key_info.body.pmk_info.pmk, in createPublishRequest()
823 mParams->key_info.body.pmk_info.pmk_len); in createPublishRequest()
832 … if (mParams->key_info.body.passphrase_info.passphrase_len < NAN_SECURITY_MIN_PASSPHRASE_LEN || in createPublishRequest()
833 … mParams->key_info.body.passphrase_info.passphrase_len > NAN_SECURITY_MAX_PASSPHRASE_LEN) { in createPublishRequest()
[all …]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
Deapol.h37 unsigned char body[1]; /* Body (optional) */
/hardware/interfaces/tv/cec/1.0/vts/functional/
DVtsHalTvCecV1_0TargetTest.cpp132 message.body.resize(1); in TEST_P()
133 message.body[0] = 131; in TEST_P()
/hardware/interfaces/tv/cec/1.1/vts/functional/
DVtsHalTvCecV1_1TargetTest.cpp147 message.body.resize(1); in TEST_P()
148 message.body[0] = 131; in TEST_P()
/hardware/interfaces/tv/cec/1.0/
Dtypes.hal209 * The maximum size of body is 15 (MaxLength::MESSAGE_BODY) as specified in
211 vec<uint8_t> body;
/hardware/libhardware/include/hardware/
Dhdmi_cec.h241 unsigned char body[CEC_MESSAGE_BODY_MAX_LENGTH]; member
/hardware/interfaces/tests/foo/1.0/
DIFooCallback.hal33 // how long a method's body took to execute, regardless of whether the
/hardware/interfaces/audio/5.0/
Dtypes.hal137 * Enum to identify locations of microphones in regards to the body of the
192 /** Location of the microphone in regard to the body of the device */

12