Searched refs:id (Results 1 - 25 of 887) sorted by last modified time

1234567891011>>

/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp77 (new AMessage(kWhatDecode, id()))->post();
436 (new AMessage(kWhatDecode, id()))->post();
464 (new AMessage(kWhatCheckCache, id()))->post(100000);
560 (new AMessage(kWhatDecode, id()))->post();
569 sp<AMessage> msg = new AMessage(kWhatRender, id());
H A Dandroid_AudioToCbRenderer.cpp80 (new AMessage(kWhatDecode, id()))->post();
H A Dandroid_Effect.cpp470 ap->mAPlayer->attachAuxEffect(pFx->id());
492 android::status_t status = ap->mAudioTrack->attachAuxEffect(pFx->id());
493 //SL_LOGV("attachAuxEffect(%d) returned %d", pFx->id(), status);
855 * returns true if the given effect id is present in the AndroidEffect interface
H A Dandroid_GenericMediaPlayer.cpp416 (new AMessage(kWhatSeekComplete, id()))->post(250000);
H A Dandroid_GenericPlayer.cpp86 mLooper->unregisterHandler(id());
138 sp<AMessage> msg = new AMessage(kWhatPrepare, id());
146 sp<AMessage> msg = new AMessage(kWhatPlay, id());
153 sp<AMessage> msg = new AMessage(kWhatPause, id());
160 (new AMessage(kWhatPause, id()))->post();
173 sp<AMessage> msg = new AMessage(kWhatSeek, id());
181 sp<AMessage> msg = new AMessage(kWhatLoop, id());
189 sp<AMessage> msg = new AMessage(kWhatBuffUpdateThres, id());
210 (new AMessage(kWhatVolumeUpdate, id()))->post();
217 SL_LOGV("GenericPlayer::attachAuxEffect(id
[all...]
H A Dandroid_StreamPlayer.cpp332 (new AMessage(kWhatStopForDestroy, id()))->post();
372 (new AMessage(kWhatPullFromAbq, id()))->post();
/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 Dhandlers.c41 #define _(id) ((id) - SL_OBJECTID_ENGINE + XA_OBJECTID_CAMERADEVICE + 1)
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/wilhelm/tests/mimeUri/
H A DslesTestManyPlayers.cpp57 #define CheckErrPlyr(x, id) ExitOnErrorFunc(x, id, __LINE__)
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DNativeMedia.java71 mGLView1 = (MyGLSurfaceView) findViewById(R.id.glsurfaceview1);
72 mGLView2 = (MyGLSurfaceView) findViewById(R.id.glsurfaceview2);
81 mSurfaceView1 = (SurfaceView) findViewById(R.id.surfaceview1);
103 mSurfaceView2 = (SurfaceView) findViewById(R.id.surfaceview2);
155 Spinner sourceSpinner = (Spinner) findViewById(R.id.source_spinner);
162 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) {
175 Spinner sinkSpinner = (Spinner) findViewById(R.id.sink_spinner);
182 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) {
220 ((Button) findViewById(R.id.start_java)).setOnClickListener(new View.OnClickListener() {
250 ((Button) findViewById(R.id
[all...]
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestCase.java123 String id = null;
126 id = info.getId();
129 if (id == null) {
133 im.setInputMethod(null, 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);

Completed in 2033 milliseconds

1234567891011>>