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

1 2 3 4

  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/message/
polomessage.cc 21 PoloMessage::PoloMessage(PoloMessage::PoloMessageType message_type)
22 : message_type_(message_type) {
25 PoloMessage::PoloMessageType PoloMessage::message_type() const { function in class:polo::pairing::message::PoloMessage
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
sctputils_unittest.cc 37 uint8 message_type; local
45 ASSERT_TRUE(buffer.ReadUInt8(&message_type));
46 EXPECT_EQ(0x03, message_type);
155 uint8 message_type; local
157 ASSERT_TRUE(buffer.ReadUInt8(&message_type));
158 EXPECT_EQ(0x02, message_type);
sctputils.cc 59 uint8 message_type; local
60 if (!buffer.ReadUInt8(&message_type)) {
64 if (message_type != DATA_CHANNEL_OPEN_MESSAGE_TYPE) {
66 << message_type;
131 uint8 message_type; local
132 if (!buffer.ReadUInt8(&message_type)) {
136 if (message_type != DATA_CHANNEL_OPEN_ACK_MESSAGE_TYPE) {
138 << message_type;
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_extension.cc 91 string message_type = ClassName(params, descriptor->message_type()); local
93 message_type += "[]";
95 (*variables)["class"] = message_type;
  /external/chromium_org/content/browser/renderer_host/
websocket_dispatcher_host.cc 98 const uint32 message_type = message->type(); local
102 DVLOG(1) << "Sending of message type " << message_type
  /external/chromium_org/content/common/gpu/client/
gpu_video_decode_accelerator_host.cc 200 uint32 message_type = message->type(); local
202 DLOG(ERROR) << "Send(" << message_type << ") failed";
gpu_video_encode_accelerator_host.cc 208 uint32 message_type = message->type(); local
210 NOTIFY_ERROR(kPlatformFailureError) << "Send(" << message_type
  /external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python_descriptor.cc 295 char* message_type; local
298 if (PyString_AsStringAndSize(arg, &message_type, &message_len) < 0) {
303 if (!file_proto.ParseFromArray(message_type, message_len)) {
  /bionic/libc/kernel/uapi/linux/
if_hippi.h 66 __u8 message_type:4; member in struct:hippi_le_hdr
69 __u8 message_type:4;
  /development/ndk/platforms/android-3/include/linux/
if_hippi.h 60 __u8 message_type:4; member in struct:hippi_le_hdr
62 __u8 message_type:4;
  /development/ndk/platforms/android-L/include/linux/
if_hippi.h 66 __u8 message_type:4; member in struct:hippi_le_hdr
69 __u8 message_type:4;
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host.cc 432 int message_type = base::NetToHost16(*reinterpret_cast<const uint16*>(data)); local
435 switch (message_type) {
449 *type = static_cast<StunMessageType>(message_type);
  /external/kernel-headers/original/uapi/linux/
if_hippi.h 113 __u8 message_type:4; member in struct:hippi_le_hdr
115 __u8 message_type:4;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
if_hippi.h 116 __u8 message_type:4; member in struct:hippi_le_hdr
118 __u8 message_type:4;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_hippi.h 116 __u8 message_type:4; member in struct:hippi_le_hdr
118 __u8 message_type:4;
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
if_hippi.h 60 __u8 message_type:4; member in struct:hippi_le_hdr
62 __u8 message_type:4;
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
if_hippi.h 60 __u8 message_type:4; member in struct:hippi_le_hdr
62 __u8 message_type:4;
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
if_hippi.h 60 __u8 message_type:4; member in struct:hippi_le_hdr
62 __u8 message_type:4;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
if_hippi.h 60 __u8 message_type:4; member in struct:hippi_le_hdr
62 __u8 message_type:4;
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
if_hippi.h 60 __u8 message_type:4; member in struct:hippi_le_hdr
62 __u8 message_type:4;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
if_hippi.h 60 __u8 message_type:4; member in struct:hippi_le_hdr
62 __u8 message_type:4;
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
if_hippi.h 60 __u8 message_type:4; member in struct:hippi_le_hdr
62 __u8 message_type:4;
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
if_hippi.h 60 __u8 message_type:4; member in struct:hippi_le_hdr
62 __u8 message_type:4;
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
if_hippi.h 60 __u8 message_type:4; member in struct:hippi_le_hdr
62 __u8 message_type:4;
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
if_hippi.h 60 __u8 message_type:4; member in struct:hippi_le_hdr
62 __u8 message_type:4;

Completed in 4039 milliseconds

1 2 3 4