HomeSort by relevance Sort by last modified time
    Searched defs:message_type (Results 1 - 25 of 100) 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-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
message_types.py 62 message_type = DateTimeMessage variable in class:DateTimeField
68 super(DateTimeField, self).__init__(self.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/webrtc/talk/app/webrtc/
sctputils_unittest.cc 37 uint8_t message_type; local
45 ASSERT_TRUE(buffer.ReadUInt8(&message_type));
46 EXPECT_EQ(0x03, message_type);
155 uint8_t message_type; local
157 ASSERT_TRUE(buffer.ReadUInt8(&message_type));
158 EXPECT_EQ(0x02, message_type);
sctputils.cc 56 uint8_t message_type; local
57 if (!buffer.ReadUInt8(&message_type)) {
61 return message_type == DATA_CHANNEL_OPEN_MESSAGE_TYPE;
71 uint8_t message_type; local
72 if (!buffer.ReadUInt8(&message_type)) {
76 if (message_type != DATA_CHANNEL_OPEN_MESSAGE_TYPE) {
78 << message_type;
142 uint8_t message_type; local
143 if (!buffer.ReadUInt8(&message_type)) {
147 if (message_type != DATA_CHANNEL_OPEN_ACK_MESSAGE_TYPE)
    [all...]
  /external/dbus/tools/
dbus-print-message.c 30 type_to_name (int message_type)
32 switch (message_type)
363 int message_type; local
365 message_type = dbus_message_get_type (message);
372 type_to_name (message_type),
376 switch (message_type)
dbus-send.c 241 int message_type = DBUS_MESSAGE_TYPE_SIGNAL; local
286 message_type = DBUS_MESSAGE_TYPE_METHOD_CALL;
321 message_type = dbus_message_type_from_string (type_str);
322 if (!(message_type == DBUS_MESSAGE_TYPE_METHOD_CALL ||
323 message_type == DBUS_MESSAGE_TYPE_SIGNAL))
352 if (message_type == DBUS_MESSAGE_TYPE_METHOD_CALL)
371 else if (message_type == DBUS_MESSAGE_TYPE_SIGNAL)
  /external/protobuf/python/google/protobuf/pyext/
extension_dict.cc 165 PyObject* message_type = PyObject_GetAttrString(field, "message_type"); local
166 PyObject* concrete_class = PyObject_GetAttrString(message_type,
173 Py_DECREF(message_type);
descriptor.cc 311 char* message_type; local
314 if (PyBytes_AsStringAndSize(arg, &message_type, &message_len) < 0) {
319 if (!file_proto.ParseFromArray(message_type, message_len)) {
  /system/connectivity/shill/net/
netlink_message.cc 269 bool NetlinkMessageFactory::AddFactoryMethod(uint16_t message_type,
271 if (ContainsKey(factories_, message_type)) {
272 LOG(WARNING) << "Message type " << message_type << " already exists.";
275 if (message_type == NetlinkMessage::kIllegalMessageType) {
279 factories_[message_type] = factory;
287 auto message_type = packet->GetMessageType(); local
288 if (message_type == NoopMessage::kMessageType) {
290 } else if (message_type == DoneMessage::kMessageType) {
292 } else if (message_type == OverrunMessage::kMessageType) {
294 } else if (message_type == ErrorAckMessage::kMessageType)
    [all...]
netlink_message.h 70 // message_type along with the sting to NetlinkManager::GetFamily:
92 explicit NetlinkMessage(uint16_t message_type) :
93 flags_(0), message_type_(message_type),
106 uint16_t message_type() const { return message_type_; } function in class:shill::NetlinkMessage
221 UnknownMessage(uint16_t message_type, ByteString message_body) :
222 NetlinkMessage(message_type), message_body_(message_body) {}
244 // Adds a message factory for a specific message_type. Intended to be used
246 bool AddFactoryMethod(uint16_t message_type, FactoryMethod factory);
  /external/dbus/bus/
policy.h 59 int message_type; member in struct:BusPolicyRule::__anon9568::__anon9569
74 int message_type; member in struct:BusPolicyRule::__anon9568::__anon9570
  /system/connectivity/dhcp_client/
dhcpv4.cc 125 uint8_t message_type = msg.message_type(); local
126 switch (message_type) {
138 << static_cast<int>(message_type);
  /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-21/include/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;
  /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.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/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_hippi.h 113 __u8 message_type:4; member in struct:hippi_le_hdr
115 __u8 message_type:4;
  /prebuilts/ndk/current/platforms/android-12/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/current/platforms/android-12/arch-mips/usr/include/linux/
if_hippi.h 60 __u8 message_type:4; member in struct:hippi_le_hdr
62 __u8 message_type:4;
  /prebuilts/ndk/current/platforms/android-12/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/current/platforms/android-13/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/current/platforms/android-13/arch-mips/usr/include/linux/
if_hippi.h 60 __u8 message_type:4; member in struct:hippi_le_hdr
62 __u8 message_type:4;
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/
if_hippi.h 60 __u8 message_type:4; member in struct:hippi_le_hdr
62 __u8 message_type:4;

Completed in 393 milliseconds

1 2 3 4