HomeSort by relevance Sort by last modified time
    Searched refs:errorID (Results 1 - 10 of 10) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPDialogErrorEvent.java 48 private int errorID;
61 errorID = dialogErrorID;
71 return errorID;
SIPTransactionErrorEvent.java 68 private int errorID;
81 errorID = transactionErrorID;
91 return errorID;
  /frameworks/av/libvideoeditor/osal/inc/
M4OSA_OptionID.h 50 #define M4OSA_OPTION_ID_CREATE(right, coreID, errorID)\
51 (M4OSA_Int32)((((((M4OSA_UInt32)right)&0x03)<<30))+((((M4OSA_UInt32)coreID)&0x003FFF)<<16)+(((M4OSA_UInt32)errorID)&0x00FFFF))
55 #define M4OSA_OPTION_ID_SPLIT(optionID, right, coreID, errorID)\
58 errorID=(M4OSA_UInt32)((optionID)&0x0000FFFF); }
M4OSA_Error.h 36 * - ErrorID (16 bits): It is the specific error code
58 * @arg errorID: (IN) [M4OSA_UInt32] ErrorID to put in the error code*/
59 #define M4OSA_ERR_CREATE(severity, coreID, errorID)\
60 (M4OSA_Int32)((((M4OSA_UInt32)severity)<<30)+((((M4OSA_UInt32)coreID)&0x003FFF)<<16)+(((M4OSA_UInt32)errorID)&0x00FFFF))
66 * @arg errorID: (OUT) [M4OSA_UInt32] ErrorID to put in the error code*/
67 #define M4OSA_ERR_SPLIT(error, severity, coreID, errorID)\
70 (M4OSA_UInt32)(errorID=(error)&0x00FFFF); }
  /hardware/ti/omap4xxx/domx/mm_osal/inc/
timm_osal_error.h 84 * @arg errorID: (IN) [TIMM_OSAL_U32] ErrorID to put in the error code*/
85 #define TIMM_OSAL_ERR_CREATE(type, compID, errorID)\
86 (((type)<<30)+(((compID)&0x003FFF)<<16)+((errorID)&0x00FFFF))
92 * @arg errorID: (OUT) [TIMM_OSAL_U32] ErrorID to put in the error code*/
93 #define TIMM_OSAL_ERR_SPLIT(error, type, compID, errorID)\
96 (TIMM_OSAL_U32)(errorID=(error)&0x00FFFF); }
  /external/tinyxml2/
tinyxml2.cpp     [all...]
tinyxml2.h     [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 527 milliseconds