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

1 2

  /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/tcpdump/
print-olsr.c 92 u_int8_t msg_type; member in struct:olsr_msg
217 u_int msg_type, msg_len, msg_tlen, hello_len, prefix; local
254 msg_type = ptr.msg->msg_type;
258 if (msg_type == 0 || msg_len == 0) {
264 tok2str(olsr_msg_values, "Unknown", msg_type),
265 msg_type, ipaddr_string(ptr.msg->originator),
275 switch (msg_type) {
310 if (msg_type == OLSR_HELLO_MSG) {
332 if (msg_type == OLSR_TC_MSG)
    [all...]
print-ldp.c 503 u_short pdu_len,msg_len,msg_type,msg_tlen; local
545 msg_type=LDP_MASK_MSG_TYPE(EXTRACT_16BITS(ldp_msg_header->type));
551 msg_type),
552 msg_type,
568 switch(msg_type) {
print-lmp.c 53 u_int8_t msg_type; member in struct:lmp_common_header
394 tok2str(lmp_msg_type_values, "unknown (%u)",lmp_com_header->msg_type),
405 tok2str(lmp_msg_type_values, "unknown, type: %u",lmp_com_header->msg_type),
print-lspping.c 69 u_int8_t msg_type; member in struct:lspping_common_header
509 tok2str(lspping_msg_type_values, "unknown (%u)",lspping_com_header->msg_type),
521 tok2str(lspping_msg_type_values, "unknown",lspping_com_header->msg_type),
522 lspping_com_header->msg_type,
    [all...]
print-pptp.c 95 u_int16_t msg_type; member in struct:pptp_hdr
970 TCHECK(hdr->msg_type);
972 switch(EXTRACT_16BITS(&hdr->msg_type)) {
print-rsvp.c 54 u_int8_t msg_type; member in struct:rsvp_common_header
    [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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
rpc_msg.h 58 enum msg_type { enum
155 enum msg_type rm_direction;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
rpc_msg.h 58 enum msg_type { enum
155 enum msg_type rm_direction;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
rpc_msg.h 58 enum msg_type { enum
155 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);
Channel.java 211 * @param msg_type Message type.
215 public abstract void onEmulatorMessage(int msg_type, ByteBuffer msg_data);
393 * @param msg_type Message type.
398 private void sendMessage(Socket socket, int msg_type, byte[] msg, int len)
411 bb.putInt(msg_type);
424 * @param msg_type Message type.
429 public boolean sendMessage(int msg_type, byte[] msg, int msg_len) {
433 sendMessage(socket, msg_type, msg, msg_len);
448 * @param msg_type Message type.
453 public boolean sendMessage(int msg_type, byte[] msg)
651 final int msg_type = header.getInt(); local
    [all...]
  /external/bluetooth/bluedroid/stack/avdt/
avdt_msg.c 1693 UINT8 msg_type; local
    [all...]
  /external/openssl/crypto/asn1/
asn_mime.c 286 const char *msg_type=NULL; local
340 msg_type = "enveloped-data";
344 msg_type = "signed-receipt";
346 msg_type = "signed-data";
348 msg_type = "certs-only";
352 msg_type = "compressed-data";
360 if (msg_type)
361 BIO_printf(bio, " smime-type=%s;", msg_type);
  /external/wpa_supplicant_8/src/radius/
radius_client.c 98 * msg_type - Message type
100 RadiusType msg_type; member in struct:radius_msg_list
251 * @msg_type: RADIUS client type (RADIUS_AUTH or RADIUS_ACCT)
265 RadiusType msg_type,
276 if (msg_type == RADIUS_ACCT) {
299 int s, RadiusType msg_type)
312 if (msg_type == RADIUS_ACCT || msg_type == RADIUS_ACCT_INTERIM)
329 if (entry->msg_type == RADIUS_ACCT ||
330 entry->msg_type == RADIUS_ACCT_INTERIM)
689 RadiusType msg_type = (RadiusType) sock_ctx; local
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_attr_parse.h 18 const u8 *msg_type; /* 1 octet */ member in struct:wps_parse_attr
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
MultiTouchActivity.java 171 int msg_type = 0; local
184 msg_type = ProtocolConstants.MT_MOVE;
192 msg_type = ProtocolConstants.MT_FISRT_DOWN;
200 msg_type = ProtocolConstants.MT_LAST_UP;
208 msg_type = ProtocolConstants.MT_POINTER_DOWN;
216 msg_type = ProtocolConstants.MT_POINTER_UP;
227 h.postMessage(msg_type, bb);
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Still.cpp 231 int msg_type = CAMERA_MSG_COMPRESSED_IMAGE; local
252 msg_type = CAMERA_MSG_COMPRESSED_IMAGE;
253 if (mHalCamCtrl->mDataCb && (mHalCamCtrl->mMsgEnabled & msg_type)) {
320 jpg_data_cb (msg_type,encodedMem, 0, NULL,mHalCamCtrl->mCallbackCookie);
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Still.cpp 273 int msg_type = CAMERA_MSG_COMPRESSED_IMAGE; local
296 msg_type = CAMERA_MSG_COMPRESSED_IMAGE;
297 if (mHalCamCtrl->mDataCb && (mHalCamCtrl->mMsgEnabled & msg_type)) {
370 jpg_data_cb (msg_type,encodedMem, 0, NULL,mHalCamCtrl->mCallbackCookie);
    [all...]
QCameraHWI.h 169 int32_t msg_type; member in struct:__anon1749
176 int32_t msg_type; member in struct:__anon1750
260 * The following three functions all take a msg_type, which is a bitmask of
267 void enableMsgType(int32_t msg_type);
279 void disableMsgType(int32_t msg_type);
286 int msgTypeEnabled(int32_t msg_type);
475 int cameraid, mm_camera_socket_msg_type msg_type);
477 mm_camera_socket_msg_type msg_type);
  /external/qemu/android/
sdk-controller-socket.c 266 int msg_type; member in struct:SDKCtlMessageHeader
278 int msg_type; member in struct:SDKCtlMessage
891 _sdkctl_message_new(SDKCtlSocket* sdkctl, uint32_t msg_size, int msg_type)
897 msg->msg_type = msg_type;
916 int msg_type,
920 SDKCtlMessage* const msg = _sdkctl_message_new(sdkctl, size, msg_type);
936 sdkctl_init_message_header(void* msg, int msg_type, int msg_size)
943 msg_header->msg_type = msg_type;
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI.h 169 int32_t msg_type; member in struct:__anon1596
176 int32_t msg_type; member in struct:__anon1597
257 * The following three functions all take a msg_type, which is a bitmask of
264 void enableMsgType(int32_t msg_type);
276 void disableMsgType(int32_t msg_type);
283 int msgTypeEnabled(int32_t msg_type);
472 int cameraid, mm_camera_socket_msg_type msg_type);
474 mm_camera_socket_msg_type msg_type);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
i2o-dev.h 235 __u8 msg_type; member in struct:_i2o_status_block
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
i2o-dev.h 235 __u8 msg_type; member in struct:_i2o_status_block

Completed in 1164 milliseconds

1 2