Lines Matching defs:subID
100 native int nContextPeekMessage(int con, int[] subID);
1093 int subID = mAuxData[0];
1106 mRS.mMessageCallback.mID = subID;
1125 if (subID >= RS_ERROR_FATAL_UNKNOWN ||
1126 (subID >= RS_ERROR_FATAL_DEBUG &&
1129 throw new RSRuntimeException("Fatal error " + subID + ", details: " + e);
1134 mRS.mErrorCallback.mErrorNum = subID;
1145 Allocation.sendBufferNotification(subID);