/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | nan_rsp.cpp | 451 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 …]
|
D | nan.cpp | 812 (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 …]
|
D | nan_req.cpp | 688 (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.0/default/ |
D | HdmiCecMock.cpp | 77 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()
|
D | HdmiCec.h | 75 cecMessage.body.resize(length); in eventCallback() 77 cecMessage.body[i] = static_cast<uint8_t>(event->cec.body[i]); in eventCallback()
|
D | HdmiCec.cpp | 312 .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/interfaces/wifi/1.3/default/ |
D | hidl_struct_util.cpp | 1379 legacy_request->key_info.body.pmk_info.pmk_len = in convertHidlNanPublishRequestToLegacy() 1381 if (legacy_request->key_info.body.pmk_info.pmk_len != in convertHidlNanPublishRequestToLegacy() 1387 memcpy(legacy_request->key_info.body.pmk_info.pmk, in convertHidlNanPublishRequestToLegacy() 1389 legacy_request->key_info.body.pmk_info.pmk_len); in convertHidlNanPublishRequestToLegacy() 1395 legacy_request->key_info.body.passphrase_info.passphrase_len = in convertHidlNanPublishRequestToLegacy() 1397 if (legacy_request->key_info.body.passphrase_info.passphrase_len < in convertHidlNanPublishRequestToLegacy() 1403 if (legacy_request->key_info.body.passphrase_info.passphrase_len > in convertHidlNanPublishRequestToLegacy() 1409 memcpy(legacy_request->key_info.body.passphrase_info.passphrase, in convertHidlNanPublishRequestToLegacy() 1411 legacy_request->key_info.body.passphrase_info.passphrase_len); in convertHidlNanPublishRequestToLegacy() 1531 legacy_request->key_info.body.pmk_info.pmk_len = in convertHidlNanSubscribeRequestToLegacy() [all …]
|
D | wifi_nan_iface.cpp | 89 msg.body.publish_response.publish_id) in WifiNanIface() 123 msg.body.subscribe_response.subscribe_id) in WifiNanIface() 155 msg.body.nan_capabilities, &hidl_struct)) { in WifiNanIface() 200 msg.body.data_request_response.ndp_instance_id) in WifiNanIface()
|
/hardware/interfaces/tv/cec/2.0/default/ |
D | HdmiCec.h | 82 cecMessage.body.resize(length); in eventCallback() 84 cecMessage.body[i] = static_cast<uint8_t>(event->cec.body[i]); in eventCallback()
|
D | HdmiCec.cpp | 327 .length = message.body.size(), in sendMessage() 329 for (size_t i = 0; i < message.body.size(); ++i) { in sendMessage() 330 legacyMessage.body[i] = static_cast<unsigned char>(message.body[i]); in sendMessage()
|
/hardware/qcom/sm8150/display/hdmi_cec/ |
D | qhdmi_cec.cpp | 221 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/ |
D | qhdmi_cec.cpp | 225 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/sdm845/display/hdmi_cec/ |
D | qhdmi_cec.cpp | 221 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/msm8909w_3100/hdmi_cec/ |
D | qhdmi_cec.cpp | 233 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/ |
D | qhdmi_cec.cpp | 233 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/ |
D | qhdmi_cec.cpp | 221 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/ |
D | eapol.h | 37 unsigned char body[1]; /* Body (optional) */
|
/hardware/interfaces/tv/cec/1.0/ |
D | types.hal | 209 * The maximum size of body is 15 (MaxLength::MESSAGE_BODY) as specified in 211 vec<uint8_t> body;
|
/hardware/libhardware/include/hardware/ |
D | hdmi_cec.h | 241 unsigned char body[CEC_MESSAGE_BODY_MAX_LENGTH]; member
|
/hardware/interfaces/tests/foo/1.0/ |
D | IFooCallback.hal | 33 // how long a method's body took to execute, regardless of whether the
|
/hardware/interfaces/audio/6.0/ |
D | types.hal | 137 * 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 */
|
/hardware/interfaces/audio/5.0/ |
D | types.hal | 137 * 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 */
|
/hardware/interfaces/audio/4.0/ |
D | types.hal | 193 * Enum to identify locations of microphones in regards to the body of the 248 /** Location of the microphone in regard to the body of the device */
|
/hardware/interfaces/sensors/1.0/ |
D | types.hal | 369 * 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/interfaces/tv/cec/2.0/ |
D | types.hal | 171 * The maximum size of body is 14 (MaxLength::MESSAGE_BODY) as specified in 174 vec<uint8_t> body;
|