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

1 2 3 4 5

  /external/bluetooth/bluez/test/
avtest.c 75 uint8_t message_type:2; member in struct:avdtp_header
92 uint8_t message_type:2; member in struct:avdtp_start_header
101 uint8_t message_type:2; member in struct:avdtp_continue_header
120 uint8_t message_type:2; member in struct:avdtp_header
137 uint8_t message_type:2; member in struct:avdtp_start_header
146 uint8_t message_type:2; member in struct:avdtp_continue_header
191 hdr->packet_type, hdr->message_type, hdr->signal_id);
226 if (hdr->message_type != AVDTP_MSG_TYPE_COMMAND) {
234 hdr->message_type = AVDTP_MSG_TYPE_REJECT;
240 hdr->message_type = AVDTP_MSG_TYPE_ACCEPT
    [all...]
  /bionic/libc/kernel/common/linux/
if_hippi.h 60 __u8 message_type:4; member in struct:hippi_le_hdr
62 __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;
  /prebuilt/ndk/android-ndk-r4/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;
  /prebuilt/ndk/android-ndk-r4/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;
  /prebuilt/ndk/android-ndk-r4/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;
  /prebuilt/ndk/android-ndk-r4/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;
  /prebuilt/ndk/android-ndk-r4/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;
  /prebuilt/ndk/android-ndk-r4/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;
  /prebuilt/ndk/android-ndk-r5/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;
  /prebuilt/ndk/android-ndk-r6/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;
  /prebuilt/ndk/android-ndk-r6/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;
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 224 foo_message_ = foo_file_->message_type(0);
235 bar_message_ = bar_file_->message_type(0);
446 foreign_ = foo_file_->message_type(0);
447 message_ = foo_file_->message_type(1);
456 message2_ = bar_file_->message_type(0);
630 EXPECT_TRUE(foo_->message_type() == NULL);
631 EXPECT_TRUE(bar_->message_type() == NULL);
633 EXPECT_EQ(foreign_, baz_->message_type());
634 EXPECT_EQ(foreign_, qux_->message_type());
707 message_ = file_->message_type(1)
    [all...]
descriptor_database_unittest.cc 63 if (proto.message_type(i).name() == type_name) return;
185 "message_type { name:\"Foo\" }");
188 "message_type { name:\"Bar\" }");
214 "message_type { "
233 "message_type { name: \"Bar\" }");
320 "message_type { "
330 "message_type { "
389 "message_type { "
399 "message_type { "
440 "message_type { "
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
js_modal_dialog_gtk.cc 54 GtkMessageType message_type = GTK_MESSAGE_OTHER; local
61 message_type = GTK_MESSAGE_WARNING;
72 message_type = GTK_MESSAGE_QUESTION;
77 message_type = GTK_MESSAGE_QUESTION;
89 GTK_DIALOG_MODAL, message_type, buttons, "%s",
  /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;
323 message_type = dbus_message_type_from_string (type_str);
324 if (!(message_type == DBUS_MESSAGE_TYPE_METHOD_CALL ||
325 message_type == DBUS_MESSAGE_TYPE_SIGNAL))
354 if (message_type == DBUS_MESSAGE_TYPE_METHOD_CALL)
373 else if (message_type == DBUS_MESSAGE_TYPE_SIGNAL)
  /external/dbus/bus/
signals.c 38 int message_type; member in struct:BusMatchRule
139 if (!_dbus_string_append_printf (&str, "type='%d'", rule->message_type))
258 rule->message_type = type;
1111 int message_type,
1117 _dbus_assert (message_type >= 0);
1118 _dbus_assert (message_type < DBUS_NUM_MESSAGE_TYPES);
1120 _dbus_verbose ("Looking up rules for message_type %d, interface %s\n",
1121 message_type,
1124 p = matchmaker->rules_by_type + message_type;
1151 _dbus_verbose ("Adding list for type %d, iface %s\n", message_type,
    [all...]
policy.h 59 int message_type; member in struct:BusPolicyRule::__anon5418::__anon5419
74 int message_type; member in struct:BusPolicyRule::__anon5418::__anon5420
  /frameworks/base/core/java/com/google/android/mms/pdu/
GenericPdu.java 59 return mPduHeaders.getOctet(PduHeaders.MESSAGE_TYPE);
70 mPduHeaders.setOctet(value, PduHeaders.MESSAGE_TYPE);
  /external/kernel-headers/original/linux/
if_hippi.h 115 __u8 message_type:4; member in struct:hippi_le_hdr
117 __u8 message_type:4;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_hippi.h 115 __u8 message_type:4; member in struct:hippi_le_hdr
117 __u8 message_type:4;
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.cc 133 if (file_->message_type(i)->name() == classname_) {
187 MessageGenerator(file_->message_type(i), params_).Generate(printer);
194 MessageGenerator(file_->message_type(i), params_).GenerateStaticVariables(printer);
242 file_->message_type(i),
  /external/chromium/chrome/browser/chromeos/
wm_ipc.cc 102 e.xclient.message_type = type_to_atom_[ATOM_CHROME_WM_MESSAGE];
120 if (wm_message_atom_ != gdk_x11_atom_to_xatom(event.message_type))
152 if (event.message_type == manager_gdk_atom &&
  /external/protobuf/src/google/protobuf/compiler/
mock_code_generator.cc 111 if (HasPrefixString(file->message_type(i)->name(), "MockCodeGenerator_")) {
112 string command = StripPrefixString(file->message_type(i)->name(),
195 file->message_type(0)->name() : "(none)");

Completed in 500 milliseconds

1 2 3 4 5