/external/sonivox/jet_tools/JetCreator/ |
D | midifile.py | 305 if event.msg_type in self.events: 314 if event.msg_type in (NOTE_ON, NOTE_OFF): 324 …if event.msg_type in (NOTE_ON, NOTE_OFF, POLY_KEY_PRESSURE, CONTROL_CHANGE, CHANNEL_PRESSURE, PITC… 335 def ReadFromStream (stream, seq, ticks, msg_type): argument 336 if msg_type == SYSEX: 337 return SysExEvent.ReadFromStream(stream, seq, ticks, msg_type) 338 elif msg_type == END_SYSEX: 339 return SysExContEvent.ReadFromStream(stream, seq, ticks, msg_type) 340 elif msg_type == META_EVENT: 341 return MetaEvent.ReadFromStream(stream, seq, ticks, msg_type) [all …]
|
/external/wpa_supplicant_8/src/radius/ |
D | radius_client.c | 100 RadiusType msg_type; member 265 RadiusType msg_type, in radius_client_register() argument 276 if (msg_type == RADIUS_ACCT) { in radius_client_register() 299 int s, RadiusType msg_type) in radius_client_handle_send_error() argument 312 if (msg_type == RADIUS_ACCT || msg_type == RADIUS_ACCT_INTERIM) in radius_client_handle_send_error() 329 if (entry->msg_type == RADIUS_ACCT || in radius_client_retransmit() 330 entry->msg_type == RADIUS_ACCT_INTERIM) { in radius_client_retransmit() 357 radius_client_handle_send_error(radius, s, entry->msg_type); in radius_client_retransmit() 407 if (entry->msg_type == RADIUS_ACCT || in radius_client_timer() 408 entry->msg_type == RADIUS_ACCT_INTERIM) in radius_client_timer() [all …]
|
D | radius_client.h | 238 RadiusType msg_type, 246 RadiusType msg_type, const u8 *addr);
|
/external/tcpdump/ |
D | print-olsr.c | 92 u_int8_t msg_type; member 217 u_int msg_type, msg_len, msg_tlen, hello_len, prefix; in olsr_print() local 254 msg_type = ptr.msg->msg_type; in olsr_print() 258 if (msg_type == 0 || msg_len == 0) { in olsr_print() 264 tok2str(olsr_msg_values, "Unknown", msg_type), in olsr_print() 265 msg_type, ipaddr_string(ptr.msg->originator), in olsr_print() 275 switch (msg_type) { in olsr_print() 310 if (msg_type == OLSR_HELLO_MSG) { in olsr_print() 332 if (msg_type == OLSR_TC_MSG) { in olsr_print()
|
D | print-ldp.c | 503 u_short pdu_len,msg_len,msg_type,msg_tlen; in ldp_msg_print() local 545 msg_type=LDP_MASK_MSG_TYPE(EXTRACT_16BITS(ldp_msg_header->type)); in ldp_msg_print() 551 msg_type), in ldp_msg_print() 552 msg_type, in ldp_msg_print() 568 switch(msg_type) { in ldp_msg_print()
|
D | print-lspping.c | 69 u_int8_t msg_type; member 509 tok2str(lspping_msg_type_values, "unknown (%u)",lspping_com_header->msg_type), in lspping_print() 521 tok2str(lspping_msg_type_values, "unknown",lspping_com_header->msg_type), in lspping_print() 522 lspping_com_header->msg_type, in lspping_print()
|
D | print-rsvp.c | 54 u_int8_t msg_type; member 1675 tok2str(rsvp_msg_type_values, "unknown (%u)",rsvp_com_header->msg_type), in rsvp_print() 1686 tok2str(rsvp_msg_type_values, "unknown, type: %u",rsvp_com_header->msg_type), in rsvp_print() 1687 rsvp_com_header->msg_type, in rsvp_print() 1702 switch(rsvp_com_header->msg_type) { in rsvp_print() 1722 tok2str(rsvp_msg_type_values, "unknown, type: %u",rsvp_com_header->msg_type), in rsvp_print() 1723 rsvp_com_header->msg_type, in rsvp_print()
|
D | print-lmp.c | 53 u_int8_t msg_type; member 394 tok2str(lmp_msg_type_values, "unknown (%u)",lmp_com_header->msg_type), in lmp_print() 405 tok2str(lmp_msg_type_values, "unknown, type: %u",lmp_com_header->msg_type), in lmp_print()
|
D | print-pptp.c | 95 u_int16_t msg_type; member 970 TCHECK(hdr->msg_type); in pptp_print() 972 switch(EXTRACT_16BITS(&hdr->msg_type)) { in pptp_print()
|
/external/bluetooth/bluedroid/stack/avdt/ |
D | avdt_msg.c | 1693 UINT8 msg_type; in avdt_msg_ind() local 1710 AVDT_MSG_PRS_HDR(p, label, pkt_type, msg_type); in avdt_msg_ind() 1718 if (msg_type == AVDT_MSG_TYPE_GRJ) in avdt_msg_ind() 1720 AVDT_TRACE_WARNING1("Dropping msg msg_type=%d", msg_type); in avdt_msg_ind() 1724 else if ((msg_type == AVDT_MSG_TYPE_REJ) && (p_buf->len == AVDT_LEN_GEN_REJ)) in avdt_msg_ind() 1742 AVDT_TRACE_WARNING2("Dropping msg sig=%d msg_type:%d", sig, msg_type); in avdt_msg_ind() 1746 if (msg_type == AVDT_MSG_TYPE_CMD) in avdt_msg_ind() 1759 if ((msg_type == AVDT_MSG_TYPE_RSP) && (sig == AVDT_SIG_DISCOVER)) in avdt_msg_ind() 1765 else if ((msg_type == AVDT_MSG_TYPE_RSP) && in avdt_msg_ind() 1771 else if ((msg_type == AVDT_MSG_TYPE_RSP) && (sig == AVDT_SIG_GETCONFIG)) in avdt_msg_ind() [all …]
|
/external/qemu/android/ |
D | sdk-controller-socket.h | 212 int msg_type, 332 int msg_type, 345 extern void sdkctl_init_message_header(void* msg, int msg_type, int msg_size);
|
D | sdk-controller-socket.c | 266 int msg_type; member 278 int msg_type; member 891 _sdkctl_message_new(SDKCtlSocket* sdkctl, uint32_t msg_size, int msg_type) in _sdkctl_message_new() argument 897 msg->msg_type = msg_type; in _sdkctl_message_new() 916 int msg_type, in sdkctl_message_send() argument 920 SDKCtlMessage* const msg = _sdkctl_message_new(sdkctl, size, msg_type); in sdkctl_message_send() 936 sdkctl_init_message_header(void* msg, int msg_type, int msg_size) in sdkctl_init_message_header() argument 943 msg_header->msg_type = msg_type; in sdkctl_init_message_header() 1309 switch (msg->msg_type) { in _on_sdkctl_packet_received() 1337 sdkctl->on_message(sdkctl->opaque, sdkctl, msg, msg->msg_type, msg + 1, in _on_sdkctl_packet_received()
|
D | multitouch-port.c | 310 int msg_type, in _on_multitouch_message() argument 314 switch (msg_type) { in _on_multitouch_message() 349 W("Multi-touch: Unknown message %d", msg_type); in _on_multitouch_message()
|
D | sensors-port.c | 413 int msg_type, in _on_sensors_message() argument 418 switch (msg_type) { in _on_sensors_message() 424 E("Sensors: Unknown message type %d", msg_type); in _on_sensors_message()
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_validate.c | 543 static int wps_validate_msg_type(const u8 *msg_type, int mandatory) in wps_validate_msg_type() argument 545 if (msg_type == NULL) { in wps_validate_msg_type() 553 if (*msg_type < WPS_Beacon || *msg_type > WPS_WSC_DONE) { in wps_validate_msg_type() 555 "attribute value 0x%x", *msg_type); in wps_validate_msg_type() 1300 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m1() 1356 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m2() 1411 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m2d() 1463 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m3() 1499 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m4() 1568 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m5() [all …]
|
D | wps_enrollee.c | 1176 if (attr.msg_type == NULL) { in wps_process_wsc_msg() 1182 switch (*attr.msg_type) { in wps_process_wsc_msg() 1219 *attr.msg_type); in wps_process_wsc_msg() 1230 if (ret == WPS_CONTINUE && *attr.msg_type != WPS_M2D) { in wps_process_wsc_msg() 1251 if (attr.msg_type == NULL) { in wps_process_wsc_ack() 1256 if (*attr.msg_type != WPS_WSC_ACK) { in wps_process_wsc_ack() 1258 *attr.msg_type); in wps_process_wsc_ack() 1298 if (attr.msg_type == NULL) { in wps_process_wsc_nack() 1303 if (*attr.msg_type != WPS_WSC_NACK) { in wps_process_wsc_nack() 1305 *attr.msg_type); in wps_process_wsc_nack() [all …]
|
D | wps_upnp.h | 31 enum wps_msg_type msg_type);
|
D | wps_attr_build.c | 244 int wps_build_msg_type(struct wpabuf *msg, enum wps_msg_type msg_type) in wps_build_msg_type() argument 246 wpa_printf(MSG_DEBUG, "WPS: * Message Type (%d)", msg_type); in wps_build_msg_type() 249 wpabuf_put_u8(msg, msg_type); in wps_build_msg_type()
|
D | wps_registrar.c | 2873 if (attr.msg_type == NULL) { in wps_process_wsc_msg() 2879 if (*attr.msg_type != WPS_M1 && in wps_process_wsc_msg() 2887 switch (*attr.msg_type) { in wps_process_wsc_msg() 2930 *attr.msg_type); in wps_process_wsc_msg() 2955 if (attr.msg_type == NULL) { in wps_process_wsc_ack() 2960 if (*attr.msg_type != WPS_WSC_ACK) { in wps_process_wsc_ack() 2962 *attr.msg_type); in wps_process_wsc_ack() 3027 if (attr.msg_type == NULL) { in wps_process_wsc_nack() 3032 if (*attr.msg_type != WPS_WSC_NACK) { in wps_process_wsc_nack() 3034 *attr.msg_type); in wps_process_wsc_nack() [all …]
|
D | wps_attr_parse.h | 18 const u8 *msg_type; /* 1 octet */ member
|
D | wps_er.c | 765 m1 = !probe_req && attr->msg_type && *attr->msg_type == WPS_M1; in wps_er_add_sta_data() 1110 if (attr.msg_type && *attr.msg_type == WPS_M1) in wps_er_process_wlanevent_eap() 1114 if (attr.msg_type) { in wps_er_process_wlanevent_eap() 1115 switch (*attr.msg_type) { in wps_er_process_wlanevent_eap() 1737 if (wps_parse_msg(msg, &attr) == 0 && attr.msg_type) { in wps_er_ap_process() 1738 switch (*attr.msg_type) { in wps_er_ap_process()
|
D | wps_i.h | 161 int wps_build_msg_type(struct wpabuf *msg, enum wps_msg_type msg_type);
|
/external/openssl/crypto/asn1/ |
D | asn_mime.c | 286 const char *msg_type=NULL; in SMIME_write_ASN1() local 340 msg_type = "enveloped-data"; in SMIME_write_ASN1() 344 msg_type = "signed-receipt"; in SMIME_write_ASN1() 346 msg_type = "signed-data"; in SMIME_write_ASN1() 348 msg_type = "certs-only"; in SMIME_write_ASN1() 352 msg_type = "compressed-data"; in SMIME_write_ASN1() 360 if (msg_type) in SMIME_write_ASN1() 361 BIO_printf(bio, " smime-type=%s;", msg_type); in SMIME_write_ASN1()
|
/external/libnfc-nxp/src/ |
D | phHciNfc_Generic.c | 211 uint8_t msg_type, 831 uint8_t msg_type = 0; in phHciNfc_Process_HCP() local 854 msg_type = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Process_HCP() 856 switch ( msg_type ) in phHciNfc_Process_HCP() 1255 uint8_t msg_type, in phHciNfc_Build_HCPMessage() argument 1264 HCP_MSG_TYPE_LEN, msg_type); in phHciNfc_Build_HCPMessage() 1302 uint8_t msg_type, in phHciNfc_Build_HCPFrame() argument 1309 phHciNfc_Build_HCPMessage( hcp_packet,msg_type,instruction ); in phHciNfc_Build_HCPFrame()
|
D | phHciNfc_Generic.h | 1129 uint8_t msg_type,
|