/external/libnfc-nxp/src/ |
phDal4Nfc_messageQueueLib.h | 40 long mtype; member in struct:phDal4Nfc_Message_Wrapper
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
msg.h | 55 long int mtype; /* type of received/sent message */ member in struct:msgbuf
|
/bionic/libc/kernel/common/linux/ |
msg.h | 42 long mtype; member in struct:msgbuf
|
/development/ndk/platforms/android-3/include/linux/ |
msg.h | 42 long mtype; member in struct:msgbuf
|
/external/strace/ |
ipc.c | 198 long mtype; local 203 umove(tcp, tcp->u_arg[3], &mtype); 204 tprintf(", {%lu, ", mtype); 211 umove(tcp, tcp->u_arg[1], &mtype); 212 tprintf(", {%lu, ", mtype); 226 long mtype; local 239 umove(tcp, (long) tmp.msgp, &mtype); local 240 tprintf(", {%lu, ", mtype); 248 umove(tcp, tcp->u_arg[1], &mtype); 249 tprintf(", {%lu, ", mtype); [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
msg.h | 36 long mtype; /* type of message */ member in struct:msgbuf
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
msg.h | 42 long mtype; member in struct:msgbuf
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
msg.h | 42 long mtype; member in struct:msgbuf
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
msg.h | 42 long mtype; member in struct:msgbuf
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
msg.h | 42 long mtype; member in struct:msgbuf
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
msg.h | 42 long mtype; member in struct:msgbuf
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
msg.h | 42 long mtype; member in struct:msgbuf
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
msg.h | 42 long mtype; member in struct:msgbuf
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
msg.h | 42 long mtype; member in struct:msgbuf
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
msg.h | 42 long mtype; member in struct:msgbuf
|
/external/kernel-headers/original/linux/ |
msg.h | 36 long mtype; /* type of message */ member in struct:msgbuf
|
/external/skia/src/views/ |
SkEvent.cpp | 214 SkMetaData::Type mtype; local 218 while ((name = iter.next(&mtype, &count)) != NULL) 223 switch (mtype) {
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
sessionmessages.cc | 864 std::string mtype = source_elem->Attr(QN_GINGLE_NOTIFY_SOURCE_MTYPE); local 865 if (mtype == GINGLE_NOTIFY_SOURCE_MTYPE_AUDIO) { 867 } else if (mtype == GINGLE_NOTIFY_SOURCE_MTYPE_VIDEO) { [all...] |
/external/quake/quake/src/WinQuake/ |
net_ser.cpp | 87 byte mtype;
member in struct:SerialLine_s 167 switch (p->mtype)
258 p->mtype = b;
263 if (p->mtype < MTYPE_ACK)
273 if (p->mtype != MTYPE_ACK)
288 if (p->mtype == MTYPE_RELIABLE && p->lengthStated > MAX_MSGLEN)
293 else if (p->mtype == MTYPE_UNRELIABLE && p->lengthStated > MAX_DATAGRAM)
301 if (p->mtype < MTYPE_ACK)
|
gl_vidlinux.cpp | 721 int mtype; local 735 mtype = vga_getmousetype(); 747 if (mouse_init(mousedev, mtype, mouserate))
|
vid_svgalib.cpp | 833 int mtype; local 848 mtype = vga_getmousetype(); 861 // mousedev, mice[mtype].name, mouserate); 862 if (mouse_init(mousedev, mtype, mouserate))
|
/external/blktrace/ |
blkiomon.c | 57 long mtype; member in struct:dstat_msg 231 dstat->msg.mtype = msg_id;
|
/external/quake/quake/src/QW/client/ |
gl_vidlinux.c | 669 int mtype; local 683 mtype = vga_getmousetype(); 695 if (mouse_init(mousedev, mtype, mouserate))
|
gl_vidlinux_svga.c | 707 int mtype; local 721 mtype = vga_getmousetype(); 733 if (mouse_init(mousedev, mtype, mouserate))
|
vid_svgalib.c | 846 int mtype; local 861 mtype = vga_getmousetype(); 874 // mousedev, mice[mtype].name, mouserate); 875 if (mouse_init(mousedev, mtype, mouserate))
|