Searched refs:type2 (Results 1 - 13 of 13) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
H A Dper.cpp57 void MultiSysCtrlMessage_analyze(uint16 tag, uint8 type1, uint8 type2, uint8* message);
58 void RequestMessage_analyze(uint16 tag, uint8 type2, uint8* message);
59 void ResponseMessage_analyze(uint16 tag, uint8 type2, uint8* message);
60 void CommandMessage_analyze(uint16 tag, uint8 type2, uint8* message);
61 void IndicationMessage_analyze(uint16 tag, uint8 type2, uint8* message);
62 void ShowH245Hex(uint16 tag, uint8 type1, uint8 type2, uint16 size, uint8* data);
291 uint8 type2)
300 RequestMessage_encode(pDataIn, type2, stream);
303 ResponseMessage_encode(pDataIn, type2, stream);
306 CommandMessage_encode(pDataIn, type2, strea
287 MultiSysCtrlMessage_encode(uint16* pGetSize, uint8* *ppDataOut, uint8* pDataIn, uint8 type1, uint8 type2) argument
327 RequestMessage_encode(uint8* pDataIn, uint8 type2, PS_OutStream stream) argument
422 ResponseMessage_encode(uint8* pDataIn, uint8 type2, PS_OutStream stream) argument
561 CommandMessage_encode(uint8* pDataIn, uint8 type2, PS_OutStream stream) argument
635 IndicationMessage_encode(uint8* pDataIn, uint8 type2, PS_OutStream stream) argument
1220 MultiSysCtrlMessage_analyze(uint16 tag, uint8 type1, uint8 type2, uint8* message) argument
1247 RequestMessage_analyze(uint16 tag, uint8 type2, uint8* message) argument
1308 ResponseMessage_analyze(uint16 tag, uint8 type2, uint8* message) argument
1396 CommandMessage_analyze(uint16 tag, uint8 type2, uint8* message) argument
1445 IndicationMessage_analyze(uint16 tag, uint8 type2, uint8* message) argument
1632 ShowH245Hex(uint16 tag, uint8 type1, uint8 type2, uint16 size, uint8* data) argument
[all...]
/external/bluetooth/glib/gio/
H A Dgcontenttype.h35 const char *type2);
H A Dgcontenttype.c108 const char *type2)
114 g_return_val_if_fail (type2 != NULL, FALSE);
116 if (g_ascii_strcasecmp (type1, type2) == 0)
121 progid2 = get_registry_classes_key (type2, NULL);
457 * @type2: a content type string.
466 const char *type2)
471 g_return_val_if_fail (type2 != NULL, FALSE);
474 res = xdg_mime_mime_type_equal (type1, type2);
107 g_content_type_equals(const char *type1, const char *type2) argument
465 g_content_type_equals(const char *type1, const char *type2) argument
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/src/
H A Dsebase.cpp38 OSCL_EXPORT_REF void SEBase::MessageSend(uint32 type1, uint32 type2, uint8 *pdata) argument
43 h245Msg.Type2 = (uint8)type2 ;
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/
H A Dsebase.h50 OSCL_IMPORT_REF void MessageSend(uint32 type1, uint32 type2, uint8 *pdata);
/external/kernel-headers/original/asm-arm/
H A Dunistd.h435 #define _syscall2(type,name,type1,arg1,type2,arg2) \
436 type name(type1 arg1,type2 arg2) { \
452 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
453 type name(type1 arg1,type2 arg2,type3 arg3) { \
470 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4)\
471 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \
489 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \
490 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) { \
509 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5,type6,arg6) \
510 type name(type1 arg1, type2 arg
[all...]
/external/libxml2/
H A Dxmlregexp.c2224 * @type2: an atom type
2232 xmlFACompareAtomTypes(xmlRegAtomType type1, xmlRegAtomType type2) { argument
2240 if ((type2 == XML_REGEXP_EPSILON) ||
2241 (type2 == XML_REGEXP_CHARVAL) ||
2242 (type2 == XML_REGEXP_RANGES) ||
2243 (type2 == XML_REGEXP_SUBREG) ||
2244 (type2 == XML_REGEXP_STRING) ||
2245 (type2 == XML_REGEXP_ANYCHAR))
2248 if (type1 == type2) return(1);
2250 /* simplify subsequent compares by making sure type1 < type2 */
[all...]
/external/strace/
H A Dutil.c106 #define _hack_syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,\
108 type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
/external/webkit/WebCore/inspector/front-end/
H A DInjectedScript.js1284 var type2 = InjectedScript._className(obj);
1290 return type2;
1300 objectText = (type2 == "object") ? type1 : type2;
/external/qemu/target-arm/
H A Dneon_helper.c1208 #define DO_MULL(dest, x, y, type1, type2) do { \
1211 dest = (type2)((type2)tmp_x * (type2)tmp_y); \
/external/bluetooth/glib/gobject/
H A Dgvaluetransform.c252 #define SKIP____register_transform_func(type1,type2,transform_func) /* skip questionable transforms */ \
/external/openssl/ssl/
H A Ds3_pkt.c848 void (*cb)(const SSL *ssl,int type2,int val)=NULL;
H A Dd1_pkt.c698 void (*cb)(const SSL *ssl,int type2,int val)=NULL;

Completed in 183 milliseconds