HomeSort by relevance Sort by last modified time
    Searched defs:msg_type (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/tcpdump/
print-geonet.c 62 int msg_type; local
71 msg_type = bp[1];
72 msg_type_str = tok2str(msg_type_values, "unknown (%u)", msg_type);
74 printf("; ItsPduHeader v:%d t:%d-%s", version, msg_type, msg_type_str);
print-vqp.c 56 u_int8_t msg_type; member in struct:vqp_common_header_t
138 tok2str(vqp_msg_type_values, "unknown (%u)",vqp_common_header->msg_type),
149 tok2str(vqp_msg_type_values, "unknown (%u)",vqp_common_header->msg_type),
print-lwapp.c 72 u_int8_t msg_type; member in struct:lwapp_control_header
241 tok2str(lwapp_msg_type_values,"Unknown",lwapp_control_header->msg_type),
242 lwapp_control_header->msg_type,
252 switch(lwapp_control_header->msg_type) {
print-olsr.c 94 u_int8_t msg_type; member in struct:olsr_msg4
104 u_int8_t msg_type; member in struct:olsr_msg6
263 u_int msg_type, msg_len, msg_tlen, hello_len; local
311 msg_type = msgptr.v6->msg_type;
318 if (msg_type == 0 || msg_len == 0) {
324 tok2str(olsr_msg_values, "Unknown", msg_type),
325 msg_type, ip6addr_string(msgptr.v6->originator),
339 msg_type = msgptr.v4->msg_type;
    [all...]
print-ldp.c 567 u_short pdu_len,msg_len,msg_type,msg_tlen; local
608 msg_type=LDP_MASK_MSG_TYPE(EXTRACT_16BITS(ldp_msg_header->type));
614 msg_type),
615 msg_type,
630 switch(msg_type) {
print-lmp.c 55 u_int8_t msg_type; member in struct:lmp_common_header
396 tok2str(lmp_msg_type_values, "unknown (%u)",lmp_com_header->msg_type),
407 tok2str(lmp_msg_type_values, "unknown, type: %u",lmp_com_header->msg_type),
  /system/bt/bta/include/
bta_mce_api.h 59 UINT8 msg_type; member in struct:__anon69005
  /device/asus/flo/camera/QCamera2/HAL/
QCameraPostProc.h 71 int32_t msg_type; // msg type of data notify member in struct:qcamera::__anon2711
114 int32_t sendDataNotify(int32_t msg_type,
119 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
QCamera2HWI.h 90 int32_t msg_type; member in struct:qcamera::__anon2700
118 int32_t msg_type; // msg type member in struct:qcamera::__anon2702
178 static void enable_msg_type(struct camera_device *, int32_t msg_type);
179 static void disable_msg_type(struct camera_device *, int32_t msg_type);
180 static int msg_type_enabled(struct camera_device *, int32_t msg_type);
235 int enableMsgType(int32_t msg_type);
236 int disableMsgType(int32_t msg_type);
237 int msgTypeEnabled(int32_t msg_type);
238 int msgTypeEnabledWithLock(int32_t msg_type);
299 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2)
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraPostProc.h 71 int32_t msg_type; // msg type of data notify member in struct:qcamera::__anon3200
114 int32_t sendDataNotify(int32_t msg_type,
119 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
QCamera2HWI.h 90 int32_t msg_type; member in struct:qcamera::__anon3189
118 int32_t msg_type; // msg type member in struct:qcamera::__anon3191
178 static void enable_msg_type(struct camera_device *, int32_t msg_type);
179 static void disable_msg_type(struct camera_device *, int32_t msg_type);
180 static int msg_type_enabled(struct camera_device *, int32_t msg_type);
235 int enableMsgType(int32_t msg_type);
236 int disableMsgType(int32_t msg_type);
237 int msgTypeEnabled(int32_t msg_type);
238 int msgTypeEnabledWithLock(int32_t msg_type);
299 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2)
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraPostProc.h 78 int32_t msg_type; // msg type of data notify member in struct:qcamera::__anon3877
123 int32_t sendDataNotify(int32_t msg_type,
128 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
  /external/libnfc-nxp/src/
phHciNfc_Generic.c 211 uint8_t msg_type,
831 uint8_t msg_type = 0; local
854 msg_type = (uint8_t) GET_BITS8( message->msg_header,
856 switch ( msg_type )
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_emit.cpp 268 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 = GEN5_SAMPLER_MESSAGE_SAMPLE_DERIVS
    [all...]
brw_vec4_emit.cpp 371 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 = BRW_SAMPLER_MESSAGE_SIMD4X2_SAMPLE_GRADIENTS
552 uint32_t msg_type; local
601 uint32_t msg_type; local
685 uint32_t msg_type; local
    [all...]
brw_eu_emit.c 546 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;
1855 uint32_t msg_control, msg_type; local
2189 int msg_type; local
2248 GLuint msg_type; local
    [all...]
brw_wm_emit.c 1051 GLuint msg_type; local
1138 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_COMPARE;
1140 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE;
1146 msg_type = BRW_SAMPLER_MESSAGE_SIMD16_SAMPLE_COMPARE;
1148 msg_type = BRW_SAMPLER_MESSAGE_SIMD16_SAMPLE;
1158 msg_type,
1178 GLuint msg_type; local
1190 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_BIAS;
1192 msg_type = BRW_SAMPLER_MESSAGE_SIMD16_SAMPLE_BIAS;
1197 msg_type = GEN5_SAMPLER_MESSAGE_SAMPLE_BIAS
    [all...]
  /hardware/libhardware/tests/camera2/
camera2_utils.h 118 status_t getNextNotification(int32_t *msg_type, int32_t *ext1,
121 status_t waitForNotification(int32_t *msg_type, int32_t *ext1,
128 status_t getNextNotificationLocked(int32_t *msg_type,
133 msg_type(type),
139 int32_t msg_type; member in struct:android::camera2::tests::NotifierListener::Notification
150 void onNotify(int32_t msg_type,
155 static void notify_callback_dispatch(int32_t msg_type,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
rpc_msg.h 54 enum msg_type { enum
151 enum msg_type rm_direction;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
rpc_msg.h 54 enum msg_type { enum
151 enum msg_type rm_direction;
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Connection.java 315 final int msg_type = handshake.getInt(); local
316 assert msg_type == ProtocolConstants.PACKET_TYPE_QUERY;
324 if (msg_type != ProtocolConstants.PACKET_TYPE_QUERY) {
328 Loge("Unexpected handshake message type: " + msg_type);
  /external/wpa_supplicant_8/src/wps/
wps_attr_parse.h 18 const u8 *msg_type; /* 1 octet */ member in struct:wps_parse_attr
  /hardware/qcom/camera/QCamera2/HAL/
QCameraPostProc.h 91 int32_t msg_type; // msg type of data notify member in struct:qcamera::__anon25117
137 int32_t sendDataNotify(int32_t msg_type,
142 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
  /system/bt/stack/avdt/
avdt_msg.c 1701 UINT8 msg_type; local
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius_client.c 98 * msg_type - Message type
100 RadiusType msg_type; member in struct:radius_msg_list
253 * @msg_type: RADIUS client type (RADIUS_AUTH or RADIUS_ACCT)
267 RadiusType msg_type,
278 if (msg_type == RADIUS_ACCT) {
305 int s, RadiusType msg_type)
316 if (msg_type == RADIUS_ACCT ||
317 msg_type == RADIUS_ACCT_INTERIM) {
340 if (entry->msg_type == RADIUS_ACCT ||
341 entry->msg_type == RADIUS_ACCT_INTERIM)
759 RadiusType msg_type = (RadiusType) sock_ctx; local
    [all...]

Completed in 2585 milliseconds

1 2 3