Searched refs:msg_type (Results 1 - 25 of 89) sorted by relevance

1234

/external/autotest/client/tests/monotonic_time/src/
H A Dlogging.c35 void msg(enum msg_type msg_type, int data, const char *fmt, ...) argument
47 switch (msg_type) {
87 if (msg_type == MSG_FATAL)
H A Dlogging.h10 enum msg_type { enum
18 void msg(enum msg_type, int data, const char *fmt, ...);
/external/sonivox/jet_tools/JetCreator/
H A Dmidifile.py125 MSG_TYPE_MISMATCH = 'msg_type does not match event type'
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, PITCH_BEND):
335 def ReadFromStream (stream, seq, ticks, msg_type):
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
[all...]
/external/tcpdump/
H A Dprint-geonet.c62 int msg_type; local
67 msg_type = bp[1];
68 msg_type_str = tok2str(msg_type_values, "unknown (%u)", msg_type);
70 ND_PRINT((ndo, "; ItsPduHeader v:%d t:%d-%s", version, msg_type, msg_type_str));
H A Dprint-olsr.c91 uint8_t msg_type; member in struct:olsr_msg4
101 uint8_t msg_type; member in struct:olsr_msg6
273 u_int msg_type, msg_len, msg_tlen, hello_len; local
318 msg_type = msgptr.v6->msg_type;
325 if (msg_type == 0 || msg_len == 0) {
331 tok2str(olsr_msg_values, "Unknown", msg_type),
332 msg_type, ip6addr_string(ndo, msgptr.v6->originator),
349 msg_type = msgptr.v4->msg_type;
[all...]
H A Dprint-vqp.c48 uint8_t msg_type; member in struct:vqp_common_header_t
130 tok2str(vqp_msg_type_values, "unknown (%u)",vqp_common_header->msg_type),
141 tok2str(vqp_msg_type_values, "unknown (%u)",vqp_common_header->msg_type),
H A Dprint-lwapp.c64 uint8_t msg_type; member in struct:lwapp_control_header
231 tok2str(lwapp_msg_type_values,"Unknown",lwapp_control_header->msg_type),
232 lwapp_control_header->msg_type,
241 switch(lwapp_control_header->msg_type) {
H A Dprint-ldp.c568 u_short pdu_len,msg_len,msg_type,msg_tlen; local
615 msg_type=LDP_MASK_MSG_TYPE(EXTRACT_16BITS(ldp_msg_header->type));
623 msg_type),
624 msg_type,
634 msg_type),
635 msg_type,
647 switch(msg_type) {
/external/webrtc/webrtc/p2p/base/
H A Dasyncstuntcpsocket.cc29 inline bool IsStunMessage(uint16_t msg_type) { argument
31 return (msg_type & 0xC000) ? false : true;
132 uint16_t msg_type = rtc::GetBE16(data);
133 if (IsStunMessage(msg_type)) {
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp.h34 enum wps_msg_type msg_type);
H A Dwps_validate.c545 static int wps_validate_msg_type(const u8 *msg_type, int mandatory) argument
547 if (msg_type == NULL) {
555 if (*msg_type < WPS_Beacon || *msg_type > WPS_WSC_DONE) {
557 "attribute value 0x%x", *msg_type);
1302 wps_validate_msg_type(attr.msg_type, 1) ||
1358 wps_validate_msg_type(attr.msg_type, 1) ||
1413 wps_validate_msg_type(attr.msg_type, 1) ||
1465 wps_validate_msg_type(attr.msg_type, 1) ||
1501 wps_validate_msg_type(attr.msg_type,
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp.h34 enum wps_msg_type msg_type);
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp.h34 enum wps_msg_type msg_type);
/external/chromium-trace/catapult/third_party/typ/typ/
H A Dpool.py82 msg_type, resp = self.responses.get()
83 if msg_type == _MessageType.Error:
85 elif msg_type == _MessageType.Interrupt:
87 assert msg_type == _MessageType.Response
121 msg_type, resp = self.responses.get()
122 if msg_type == _MessageType.Error:
125 if msg_type == _MessageType.Interrupt:
128 if msg_type == _MessageType.Done:
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_client.h25 * number struct radius_client_data::msgs for matching msg_type.
238 RadiusType msg_type,
249 RadiusType msg_type, const u8 *addr);
H A Dradius_client.c98 * msg_type - Message type
100 RadiusType msg_type; member in struct:radius_msg_list
263 * @msg_type: RADIUS client type (RADIUS_AUTH or RADIUS_ACCT)
277 RadiusType msg_type,
288 if (msg_type == RADIUS_ACCT) {
334 int s, RadiusType msg_type)
345 if (msg_type == RADIUS_ACCT ||
346 msg_type == RADIUS_ACCT_INTERIM) {
371 if (entry->msg_type == RADIUS_ACCT ||
372 entry->msg_type
276 radius_client_register(struct radius_client_data *radius, RadiusType msg_type, RadiusRxResult (*handler)(struct radius_msg *msg, struct radius_msg *req, const u8 *shared_secret, size_t shared_secret_len, void *data), void *data) argument
333 radius_client_handle_send_error(struct radius_client_data *radius, int s, RadiusType msg_type) argument
645 radius_client_list_add(struct radius_client_data *radius, struct radius_msg *msg, RadiusType msg_type, const u8 *shared_secret, size_t shared_secret_len, const u8 *addr) argument
723 radius_client_send(struct radius_client_data *radius, struct radius_msg *msg, RadiusType msg_type, const u8 *addr) argument
794 RadiusType msg_type = (RadiusType) sock_ctx; local
[all...]
/external/wpa_supplicant_8/src/radius/
H A Dradius_client.h25 * number struct radius_client_data::msgs for matching msg_type.
238 RadiusType msg_type,
249 RadiusType msg_type, const u8 *addr);
H A Dradius_client.c98 * msg_type - Message type
100 RadiusType msg_type; member in struct:radius_msg_list
263 * @msg_type: RADIUS client type (RADIUS_AUTH or RADIUS_ACCT)
277 RadiusType msg_type,
288 if (msg_type == RADIUS_ACCT) {
334 int s, RadiusType msg_type)
345 if (msg_type == RADIUS_ACCT ||
346 msg_type == RADIUS_ACCT_INTERIM) {
371 if (entry->msg_type == RADIUS_ACCT ||
372 entry->msg_type
276 radius_client_register(struct radius_client_data *radius, RadiusType msg_type, RadiusRxResult (*handler)(struct radius_msg *msg, struct radius_msg *req, const u8 *shared_secret, size_t shared_secret_len, void *data), void *data) argument
333 radius_client_handle_send_error(struct radius_client_data *radius, int s, RadiusType msg_type) argument
645 radius_client_list_add(struct radius_client_data *radius, struct radius_msg *msg, RadiusType msg_type, const u8 *shared_secret, size_t shared_secret_len, const u8 *addr) argument
723 radius_client_send(struct radius_client_data *radius, struct radius_msg *msg, RadiusType msg_type, const u8 *addr) argument
794 RadiusType msg_type = (RadiusType) sock_ctx; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_client.h25 * number struct radius_client_data::msgs for matching msg_type.
238 RadiusType msg_type,
249 RadiusType msg_type, const u8 *addr);
H A Dradius_client.c98 * msg_type - Message type
100 RadiusType msg_type; member in struct:radius_msg_list
263 * @msg_type: RADIUS client type (RADIUS_AUTH or RADIUS_ACCT)
277 RadiusType msg_type,
288 if (msg_type == RADIUS_ACCT) {
334 int s, RadiusType msg_type)
345 if (msg_type == RADIUS_ACCT ||
346 msg_type == RADIUS_ACCT_INTERIM) {
371 if (entry->msg_type == RADIUS_ACCT ||
372 entry->msg_type
276 radius_client_register(struct radius_client_data *radius, RadiusType msg_type, RadiusRxResult (*handler)(struct radius_msg *msg, struct radius_msg *req, const u8 *shared_secret, size_t shared_secret_len, void *data), void *data) argument
333 radius_client_handle_send_error(struct radius_client_data *radius, int s, RadiusType msg_type) argument
645 radius_client_list_add(struct radius_client_data *radius, struct radius_msg *msg, RadiusType msg_type, const u8 *shared_secret, size_t shared_secret_len, const u8 *addr) argument
723 radius_client_send(struct radius_client_data *radius, struct radius_msg *msg, RadiusType msg_type, const u8 *addr) argument
794 RadiusType msg_type = (RadiusType) sock_ctx; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_emit.cpp371 int msg_type = -1; local
378 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_LOD_COMPARE;
380 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_LOD;
387 msg_type = HSW_SAMPLER_MESSAGE_SAMPLE_DERIV_COMPARE;
389 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_DERIVS;
393 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_LD;
396 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_RESINFO;
407 msg_type = BRW_SAMPLER_MESSAGE_SIMD4X2_SAMPLE_LOD_COMPARE;
410 msg_type = BRW_SAMPLER_MESSAGE_SIMD4X2_SAMPLE_LOD;
416 msg_type
552 uint32_t msg_type; local
601 uint32_t msg_type; local
685 uint32_t msg_type; local
[all...]
H A Dbrw_fs_emit.cpp268 int msg_type = -1; local
292 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_COMPARE;
294 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE;
299 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_BIAS_COMPARE;
301 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_BIAS;
306 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_LOD_COMPARE;
308 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_LOD;
312 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_RESINFO;
318 msg_type = HSW_SAMPLER_MESSAGE_SAMPLE_DERIV_COMPARE;
320 msg_type
[all...]
H A Dbrw_eu_emit.c546 GLuint msg_type,
560 if (msg_type == GEN6_DATAPORT_WRITE_MESSAGE_RENDER_TARGET_WRITE)
578 insn->bits3.gen7_dp.msg_type = msg_type;
583 insn->bits3.gen6_dp.msg_type = msg_type;
589 insn->bits3.dp_write_gen5.msg_type = msg_type;
595 insn->bits3.dp_write.msg_type = msg_type;
542 brw_set_dp_write_message(struct brw_compile *p, struct brw_instruction *insn, GLuint binding_table_index, GLuint msg_control, GLuint msg_type, GLuint msg_length, bool header_present, GLuint last_render_target, GLuint response_length, GLuint end_of_thread, GLuint send_commit_msg) argument
601 brw_set_dp_read_message(struct brw_compile *p, struct brw_instruction *insn, GLuint binding_table_index, GLuint msg_control, GLuint msg_type, GLuint target_cache, GLuint msg_length, GLuint response_length) argument
658 brw_set_sampler_message(struct brw_compile *p, struct brw_instruction *insn, GLuint binding_table_index, GLuint sampler, GLuint msg_type, GLuint response_length, GLuint msg_length, GLuint header_present, GLuint simd_mode, GLuint return_format) argument
1855 uint32_t msg_control, msg_type; local
2189 int msg_type; local
2248 GLuint msg_type; local
2297 brw_SAMPLE(struct brw_compile *p, struct brw_reg dest, GLuint msg_reg_nr, struct brw_reg src0, GLuint binding_table_index, GLuint sampler, GLuint writemask, GLuint msg_type, GLuint response_length, GLuint msg_length, GLuint header_present, GLuint simd_mode, GLuint return_format) argument
[all...]
/external/opencv3/modules/cudastereo/include/opencv2/
H A Dcudastereo.hpp138 @param data User-specified data cost, a matrix of msg_type type and
172 virtual void setMsgType(int msg_type) = 0;
185 @param msg_type Type for messages. CV_16SC1 and CV_32FC1 types are supported.
188 createStereoBeliefPropagation(int ndisp = 64, int iters = 5, int levels = 5, int msg_type = CV_32F);
238 @param msg_type Type for messages. CV_16SC1 and CV_32FC1 types are supported.
241 createStereoConstantSpaceBP(int ndisp = 128, int iters = 8, int levels = 4, int nr_plane = 4, int msg_type = CV_32F);
/external/opencv3/modules/cudastereo/src/
H A Dstereobp.cpp81 StereoBPImpl(int ndisp, int iters, int levels, int msg_type);
124 void setMsgType(int msg_type) { msg_type_ = msg_type; }
152 StereoBPImpl::StereoBPImpl(int ndisp, int iters, int levels, int msg_type) :
156 msg_type_(msg_type)
362 Ptr<cuda::StereoBeliefPropagation> cv::cuda::createStereoBeliefPropagation(int ndisp, int iters, int levels, int msg_type)
364 return makePtr<StereoBPImpl>(ndisp, iters, levels, msg_type);

Completed in 553 milliseconds

1234