Searched defs:id (Results 1 - 25 of 397) sorted by last modified time

1234567891011>>

/frameworks/wilhelm/src/
H A Ddevices.h21 SLuint32 id; member in struct:AudioInput_id_descriptor
26 SLuint32 id; member in struct:AudioOutput_id_descriptor
31 SLuint32 id; member in struct:LED_id_descriptor
36 SLuint32 id; member in struct:Vibra_id_descriptor
H A Dlocks.c257 unsigned id = thiz->mInstanceID; local
258 if (0 != id) {
259 --id;
260 assert(MAX_INSTANCE > id);
264 thisEngine->mChangedMask |= 1 << id;
H A Dsles.c60 SLuint32 id = clazz->mSLObjectID; local
61 if (!id) {
62 id = clazz->mXAObjectID;
64 return id;
/frameworks/wilhelm/src/itf/
H A DI3DGrouping.c39 unsigned id = thisObject->mInstanceID; local
40 assert(0 != id); // player object must be published by this point
41 --id;
42 assert(MAX_INSTANCE > id);
43 unsigned mask = 1 << id;
H A DIEngineCapabilities.c119 *pLEDDeviceID = id_descriptor->id;
128 SLuint32 id = *pLEDDeviceID; local
131 if (id == id_descriptor->id) {
161 *pVibraDeviceID = id_descriptor->id;
170 SLuint32 id = *pVibraDeviceID; local
173 if (id == id_descriptor->id) {
/frameworks/wilhelm/tests/examples/
H A DxaVideoDecoderCapabilities.cpp60 XAuint32 id; member in struct:__anon1692
64 const char *id_to_string(XAuint32 id, const id_to_string_t *table, size_t numEntries) argument
68 if (id == table[i].id) {
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DAllocation.java137 MipmapControl(int id) { argument
138 mID = id;
196 Allocation(int id, RenderScript rs, Type t, int usage) { argument
197 super(id, rs);
910 int id = rs.nAllocationCreateTyped(type.getID(rs), mips.mID, usage, 0);
911 if (id == 0) {
914 return new Allocation(id, rs, type, usage);
965 int id = rs.nAllocationCreateTyped(t.getID(rs), MipmapControl.MIPMAP_NONE.mID, usage, 0);
966 if (id == 0) {
969 return new Allocation(id, r
[all...]
H A DAllocationAdapter.java28 AllocationAdapter(int id, RenderScript rs, Allocation alloc) { argument
29 super(id, rs, alloc.mType, alloc.mUsage);
H A DBaseObj.java28 BaseObj(int id, RenderScript rs) { argument
31 mID = id;
35 void setID(int id) { argument
39 mID = id;
57 throw new RSRuntimeException("Internal error: Object id 0.");
H A DElement.java164 DataType(int id, int size) { argument
165 mID = id;
186 DataKind(int id) { argument
187 mID = id;
709 Element(int id, RenderScript rs, Element[] e, String[] n, int[] as) { argument
710 super(id, rs);
726 Element(int id, RenderScript rs, DataType dt, DataKind dk, boolean norm, int size) { argument
727 super(id, rs);
745 Element(int id, RenderScript rs) { argument
746 super(id, r
[all...]
H A DRenderScript.java142 native void rsnObjDestroy(int con, int id); argument
143 synchronized void nObjDestroy(int id) { argument
148 rsnObjDestroy(mContext, id);
162 native void rsnElementGetNativeData(int con, int id, int[] elementData); argument
163 synchronized void nElementGetNativeData(int id, int[] elementData) { argument
165 rsnElementGetNativeData(mContext, id, elementData);
167 native void rsnElementGetSubElements(int con, int id, argument
169 synchronized void nElementGetSubElements(int id, int[] IDs, String[] names, int[] arraySizes) { argument
171 rsnElementGetSubElements(mContext, id, IDs, names, arraySizes);
179 native void rsnTypeGetNativeData(int con, int id, in argument
180 nTypeGetNativeData(int id, int[] typeData) argument
237 rsnAllocationData1D(int con, int id, int off, int mip, int count, int[] d, int sizeBytes) argument
238 nAllocationData1D(int id, int off, int mip, int count, int[] d, int sizeBytes) argument
242 rsnAllocationData1D(int con, int id, int off, int mip, int count, short[] d, int sizeBytes) argument
243 nAllocationData1D(int id, int off, int mip, int count, short[] d, int sizeBytes) argument
247 rsnAllocationData1D(int con, int id, int off, int mip, int count, byte[] d, int sizeBytes) argument
248 nAllocationData1D(int id, int off, int mip, int count, byte[] d, int sizeBytes) argument
252 rsnAllocationData1D(int con, int id, int off, int mip, int count, float[] d, int sizeBytes) argument
253 nAllocationData1D(int id, int off, int mip, int count, float[] d, int sizeBytes) argument
258 rsnAllocationElementData1D(int con, int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
259 nAllocationElementData1D(int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
284 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) argument
285 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) argument
289 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) argument
290 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) argument
294 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) argument
295 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) argument
299 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) argument
300 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) argument
304 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, Bitmap b) argument
305 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, Bitmap b) argument
310 rsnAllocationRead(int con, int id, byte[] d) argument
311 nAllocationRead(int id, byte[] d) argument
315 rsnAllocationRead(int con, int id, short[] d) argument
316 nAllocationRead(int id, short[] d) argument
320 rsnAllocationRead(int con, int id, int[] d) argument
321 nAllocationRead(int id, int[] d) argument
325 rsnAllocationRead(int con, int id, float[] d) argument
326 nAllocationRead(int id, float[] d) argument
330 rsnAllocationGetType(int con, int id) argument
331 nAllocationGetType(int id) argument
336 rsnAllocationResize1D(int con, int id, int dimX) argument
337 nAllocationResize1D(int id, int dimX) argument
341 rsnAllocationResize2D(int con, int id, int dimX, int dimY) argument
342 nAllocationResize2D(int id, int dimX, int dimY) argument
357 rsnScriptInvoke(int con, int id, int slot) argument
358 nScriptInvoke(int id, int slot) argument
362 rsnScriptForEach(int con, int id, int slot, int ain, int aout, byte[] params) argument
363 rsnScriptForEach(int con, int id, int slot, int ain, int aout) argument
364 nScriptForEach(int id, int slot, int ain, int aout, byte[] params) argument
372 rsnScriptInvokeV(int con, int id, int slot, byte[] params) argument
373 nScriptInvokeV(int id, int slot, byte[] params) argument
377 rsnScriptSetVarI(int con, int id, int slot, int val) argument
378 nScriptSetVarI(int id, int slot, int val) argument
382 rsnScriptSetVarJ(int con, int id, int slot, long val) argument
383 nScriptSetVarJ(int id, int slot, long val) argument
387 rsnScriptSetVarF(int con, int id, int slot, float val) argument
388 nScriptSetVarF(int id, int slot, float val) argument
392 rsnScriptSetVarD(int con, int id, int slot, double val) argument
393 nScriptSetVarD(int id, int slot, double val) argument
397 rsnScriptSetVarV(int con, int id, int slot, byte[] val) argument
398 nScriptSetVarV(int id, int slot, byte[] val) argument
402 rsnScriptSetVarVE(int con, int id, int slot, byte[] val, int e, int[] dims) argument
404 nScriptSetVarVE(int id, int slot, byte[] val, int e, int[] dims) argument
409 rsnScriptSetVarObj(int con, int id, int slot, int val) argument
410 nScriptSetVarObj(int id, int slot, int val) argument
422 rsnScriptIntrinsicCreate(int con, int id, int eid) argument
423 nScriptIntrinsicCreate(int id, int eid) argument
628 Priority(int id) argument
[all...]
H A DSampler.java45 Value(int id) { argument
46 mID = id;
57 Sampler(int id, RenderScript rs) { argument
58 super(id, rs);
286 int id = mRS.nSamplerCreate(mMag.mID, mMin.mID,
288 Sampler sampler = new Sampler(id, mRS);
H A DScript.java38 KernelID(int id, RenderScript rs, Script s, int slot, int sig) { argument
39 super(id, rs);
64 int id = mRS.nScriptKernelIDCreate(getID(mRS), slot, sig);
65 if (id == 0) {
69 k = new KernelID(id, mRS, this, slot, sig);
85 FieldID(int id, RenderScript rs, Script s, int slot) { argument
86 super(id, rs);
107 int id = mRS.nScriptFieldIDCreate(getID(mRS), slot);
108 if (id == 0) {
112 f = new FieldID(id, mR
170 Script(int id, RenderScript rs) argument
[all...]
H A DScriptC.java41 * @param id
44 protected ScriptC(int id, RenderScript rs) { argument
45 super(id, rs);
58 int id = internalCreate(rs, resources, resourceID);
59 if (id == 0) {
62 setID(id);
H A DScriptGroup.java84 ScriptGroup(int id, RenderScript rs) { argument
85 super(id, rs);
392 int id = mRS.nScriptGroupCreate(kernels, src, dstk, dstf, types);
393 if (id == 0) {
397 ScriptGroup sg = new ScriptGroup(id, mRS);
H A DScriptIntrinsic.java28 ScriptIntrinsic(int id, RenderScript rs) { argument
29 super(id, rs);
H A DScriptIntrinsicBlend.java25 ScriptIntrinsicBlend(int id, RenderScript rs) { argument
26 super(id, rs);
40 int id = rs.nScriptIntrinsicCreate(7, e.getID(rs));
41 return new ScriptIntrinsicBlend(id, rs);
45 private void blend(int id, Allocation ain, Allocation aout) { argument
52 forEach(id, ain, aout, null);
H A DScriptIntrinsicBlur.java33 private ScriptIntrinsicBlur(int id, RenderScript rs) { argument
34 super(id, rs);
52 int id = rs.nScriptIntrinsicCreate(5, e.getID(rs));
53 ScriptIntrinsicBlur sib = new ScriptIntrinsicBlur(id, rs);
H A DScriptIntrinsicColorMatrix.java34 private ScriptIntrinsicColorMatrix(int id, RenderScript rs) { argument
35 super(id, rs);
53 int id = rs.nScriptIntrinsicCreate(2, e.getID(rs));
54 return new ScriptIntrinsicColorMatrix(id, rs);
H A DScriptIntrinsicConvolve3x3.java29 private ScriptIntrinsicConvolve3x3(int id, RenderScript rs) { argument
30 super(id, rs);
54 int id = rs.nScriptIntrinsicCreate(1, e.getID(rs));
55 ScriptIntrinsicConvolve3x3 si = new ScriptIntrinsicConvolve3x3(id, rs);
H A DScriptIntrinsicConvolve5x5.java29 private ScriptIntrinsicConvolve5x5(int id, RenderScript rs) { argument
30 super(id, rs);
51 int id = rs.nScriptIntrinsicCreate(4, e.getID(rs));
52 return new ScriptIntrinsicConvolve5x5(id, rs);
H A DScriptIntrinsicLUT.java33 private ScriptIntrinsicLUT(int id, RenderScript rs) { argument
34 super(id, rs);
56 int id = rs.nScriptIntrinsicCreate(3, e.getID(rs));
57 return new ScriptIntrinsicLUT(id, rs);
H A DScriptIntrinsicYuvToRGB.java30 ScriptIntrinsicYuvToRGB(int id, RenderScript rs) { argument
31 super(id, rs);
46 int id = rs.nScriptIntrinsicCreate(6, e.getID(rs));
47 ScriptIntrinsicYuvToRGB si = new ScriptIntrinsicYuvToRGB(id, rs);
H A DType.java62 CubemapFace(int id) { argument
63 mID = id;
168 Type(int id, RenderScript rs) { argument
169 super(id, rs);
256 int id = mRS.nTypeCreate(mElement.getID(mRS),
258 Type t = new Type(id, mRS);
/frameworks/support/renderscript/v8/jni/
H A Dandroid_renderscript_RenderScript.cpp185 int id = rsContextGetMessage(con, local
189 if (!id && receiveLen) {
203 int id = rsContextGetMessage(con, local
207 if (!id && receiveLen) {
211 return id;
221 int id = rsContextPeekMessage(con, &receiveLen, sizeof(receiveLen), local
226 return id;
264 jint id = (jint)rsElementCreate2(con, local
271 return (jint)id;
277 nElementGetSubElements(JNIEnv *_env, jobject _this, RsContext con, jint id, argument
311 jint id = (jint)rsTypeCreate(con, (RsElement)eid, dimx, dimy, dimz, mips, faces); local
357 jint id = 0; local
373 jint id = 0; local
[all...]

Completed in 560 milliseconds

1234567891011>>