Lines Matching refs:subID
139 native int nContextPeekMessage(long con, int[] subID);
1282 int subID = mAuxData[0];
1295 mRS.mMessageCallback.mID = subID;
1314 if (subID >= RS_ERROR_FATAL_UNKNOWN ||
1315 (subID >= RS_ERROR_FATAL_DEBUG &&
1318 throw new RSRuntimeException("Fatal error " + subID + ", details: " + e);
1323 mRS.mErrorCallback.mErrorNum = subID;