Lines Matching refs:id

144         ContextType(int id) {
145 mID = id;
176 native void rsnContextSendMessage(int con, int id, int[] data);
177 synchronized void nContextSendMessage(int id, int[] data) {
179 rsnContextSendMessage(mContext, id, data);
182 native void rsnObjDestroy(int con, int id);
183 synchronized void nObjDestroy(int id) {
188 rsnObjDestroy(mContext, id);
202 native void rsnElementGetNativeData(int con, int id, int[] elementData);
203 synchronized void nElementGetNativeData(int id, int[] elementData) {
205 rsnElementGetNativeData(mContext, id, elementData);
207 native void rsnElementGetSubElements(int con, int id,
209 synchronized void nElementGetSubElements(int id, int[] IDs, String[] names, int[] arraySizes) {
211 rsnElementGetSubElements(mContext, id, IDs, names, arraySizes);
219 native void rsnTypeGetNativeData(int con, int id, int[] typeData);
220 synchronized void nTypeGetNativeData(int id, int[] typeData) {
222 rsnTypeGetNativeData(mContext, id, typeData);
295 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, int[] d, int sizeBytes);
296 synchronized void nAllocationData1D(int id, int off, int mip, int count, int[] d, int sizeBytes) {
298 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);
300 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, short[] d, int sizeBytes);
301 synchronized void nAllocationData1D(int id, int off, int mip, int count, short[] d, int sizeBytes) {
303 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);
305 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, byte[] d, int sizeBytes);
306 synchronized void nAllocationData1D(int id, int off, int mip, int count, byte[] d, int sizeBytes) {
308 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);
310 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, float[] d, int sizeBytes);
311 synchronized void nAllocationData1D(int id, int off, int mip, int count, float[] d, int sizeBytes) {
313 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);
316 native void rsnAllocationElementData1D(int con, int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes);
317 synchronized void nAllocationElementData1D(int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) {
319 rsnAllocationElementData1D(mContext, id, xoff, mip, compIdx, d, sizeBytes);
342 native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes);
343 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) {
345 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes);
347 native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes);
348 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) {
350 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes);
352 native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes);
353 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) {
355 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes);
357 native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes);
358 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) {
360 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes);
362 native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, Bitmap b);
363 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, Bitmap b) {
365 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, b);
386 native void rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, byte[] d, int sizeBytes);
387 synchronized void nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, byte[] d, int sizeBytes) {
389 rsnAllocationData3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes);
391 native void rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, short[] d, int sizeBytes);
392 synchronized void nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, short[] d, int sizeBytes) {
394 rsnAllocationData3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes);
396 native void rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, int[] d, int sizeBytes);
397 synchronized void nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, int[] d, int sizeBytes) {
399 rsnAllocationData3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes);
401 native void rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, float[] d, int sizeBytes);
402 synchronized void nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, float[] d, int sizeBytes) {
404 rsnAllocationData3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes);
408 native void rsnAllocationRead(int con, int id, byte[] d);
409 synchronized void nAllocationRead(int id, byte[] d) {
411 rsnAllocationRead(mContext, id, d);
413 native void rsnAllocationRead(int con, int id, short[] d);
414 synchronized void nAllocationRead(int id, short[] d) {
416 rsnAllocationRead(mContext, id, d);
418 native void rsnAllocationRead(int con, int id, int[] d);
419 synchronized void nAllocationRead(int id, int[] d) {
421 rsnAllocationRead(mContext, id, d);
423 native void rsnAllocationRead(int con, int id, float[] d);
424 synchronized void nAllocationRead(int id, float[] d) {
426 rsnAllocationRead(mContext, id, d);
428 native int rsnAllocationGetType(int con, int id);
429 synchronized int nAllocationGetType(int id) {
431 return rsnAllocationGetType(mContext, id);
434 native void rsnAllocationResize1D(int con, int id, int dimX);
435 synchronized void nAllocationResize1D(int id, int dimX) {
437 rsnAllocationResize1D(mContext, id, dimX);
439 native void rsnAllocationResize2D(int con, int id, int dimX, int dimY);
440 synchronized void nAllocationResize2D(int id, int dimX, int dimY) {
442 rsnAllocationResize2D(mContext, id, dimX, dimY);
455 native void rsnScriptInvoke(int con, int id, int slot);
456 synchronized void nScriptInvoke(int id, int slot) {
458 rsnScriptInvoke(mContext, id, slot);
460 native void rsnScriptForEach(int con, int id, int slot, int ain, int aout, byte[] params);
461 native void rsnScriptForEach(int con, int id, int slot, int ain, int aout);
462 native void rsnScriptForEachClipped(int con, int id, int slot, int ain, int aout, byte[] params,
464 native void rsnScriptForEachClipped(int con, int id, int slot, int ain, int aout,
466 synchronized void nScriptForEach(int id, int slot, int ain, int aout, byte[] params) {
469 rsnScriptForEach(mContext, id, slot, ain, aout);
471 rsnScriptForEach(mContext, id, slot, ain, aout, params);
475 synchronized void nScriptForEachClipped(int id, int slot, int ain, int aout, byte[] params,
479 rsnScriptForEachClipped(mContext, id, slot, ain, aout, xstart, xend, ystart, yend, zstart, zend);
481 rsnScriptForEachClipped(mContext, id, slot, ain, aout, params, xstart, xend, ystart, yend, zstart, zend);
485 native void rsnScriptInvokeV(int con, int id, int slot, byte[] params);
486 synchronized void nScriptInvokeV(int id, int slot, byte[] params) {
488 rsnScriptInvokeV(mContext, id, slot, params);
490 native void rsnScriptSetVarI(int con, int id, int slot, int val);
491 synchronized void nScriptSetVarI(int id, int slot, int val) {
493 rsnScriptSetVarI(mContext, id, slot, val);
495 native void rsnScriptSetVarJ(int con, int id, int slot, long val);
496 synchronized void nScriptSetVarJ(int id, int slot, long val) {
498 rsnScriptSetVarJ(mContext, id, slot, val);
500 native void rsnScriptSetVarF(int con, int id, int slot, float val);
501 synchronized void nScriptSetVarF(int id, int slot, float val) {
503 rsnScriptSetVarF(mContext, id, slot, val);
505 native void rsnScriptSetVarD(int con, int id, int slot, double val);
506 synchronized void nScriptSetVarD(int id, int slot, double val) {
508 rsnScriptSetVarD(mContext, id, slot, val);
510 native void rsnScriptSetVarV(int con, int id, int slot, byte[] val);
511 synchronized void nScriptSetVarV(int id, int slot, byte[] val) {
513 rsnScriptSetVarV(mContext, id, slot, val);
515 native void rsnScriptSetVarVE(int con, int id, int slot, byte[] val,
517 synchronized void nScriptSetVarVE(int id, int slot, byte[] val,
520 rsnScriptSetVarVE(mContext, id, slot, val, e, dims);
522 native void rsnScriptSetVarObj(int con, int id, int slot, int val);
523 synchronized void nScriptSetVarObj(int id, int slot, int val) {
525 rsnScriptSetVarObj(mContext, id, slot, val);
535 native int rsnScriptIntrinsicCreate(int con, int id, int eid);
536 synchronized int nScriptIntrinsicCreate(int id, int eid) {
538 return rsnScriptIntrinsicCreate(mContext, id, eid);
728 * @param id
731 public void sendMessage(int id, int[] data) {
732 nContextSendMessage(id, data);
786 Priority(int id) {
787 mID = id;
829 // used typed allocations where the message id is the type indicator.