Home
last modified time | relevance | path

Searched refs:ids (Results 1 – 25 of 68) sorted by relevance

123

/frameworks/wilhelm/tests/sandbox/
Dsrcsink.c63 SLInterfaceID ids[1] = {SL_IID_BUFFERQUEUE}; in main() local
67 &audioSnk, 1, ids, req); in main()
74 &audioSnk, 1, ids, req); in main()
86 &audioSnk, 1, ids, req); in main()
98 &audioSnk, 1, ids, req); in main()
111 &audioSnk, 1, ids, req); in main()
116 &audioSnk, 1, ids, req); in main()
124 &audioSnk, 1, ids, req); in main()
129 &audioSnk, 1, ids, req); in main()
137 &audioSnk, 1, ids, req); in main()
[all …]
Durimime.c78 SLInterfaceID ids[1]; in main() local
80 ids[0] = SL_IID_BUFFERQUEUE; in main()
84 &audioSnk, numInterfaces, ids, req); in main()
88 ids[0] = SL_IID_ANDROIDSIMPLEBUFFERQUEUE; in main()
90 &audioSnk, numInterfaces, ids, req); in main()
Dconfigbq.c129 SLInterfaceID ids[1]; in main() local
131 ids[0] = SL_IID_BUFFERQUEUE; in main()
135 &audioSnk, numInterfaces, ids, req); in main()
Doutputmix.c127 SLInterfaceID ids[10] = {SL_IID_OBJECT, SL_IID_DYNAMICINTERFACEMANAGEMENT, SL_IID_OUTPUTMIX, in main() local
133 result = (*engineEngine)->CreateOutputMix(engineEngine, &outputMixObject, 10, ids, req); in main()
Dintbufq.c124 SLInterfaceID ids[2] = {IID_BUFFERQUEUE, SL_IID_MUTESOLO}; in main() local
127 2, ids, flags); in main()
Dmonkey.c117 SLInterfaceID ids[1] = {SL_IID_SEEK}; in actionCreate() local
120 &audioSnk, 1, ids, req); in actionCreate()
/frameworks/base/core/java/android/app/
DDownloadManager.java786 public Query setFilterById(long... ids) { in setFilterById() argument
787 mIds = ids; in setFilterById()
960 public int markRowDeleted(long... ids) { in markRowDeleted() argument
961 if (ids == null || ids.length == 0) { in markRowDeleted()
969 if (ids.length == 1) { in markRowDeleted()
970 return mResolver.update(ContentUris.withAppendedId(mBaseUri, ids[0]), values, in markRowDeleted()
973 return mResolver.update(mBaseUri, values, getWhereClauseForIds(ids), in markRowDeleted()
974 getWhereArgsForIds(ids)); in markRowDeleted()
985 public int remove(long... ids) { in remove() argument
986 return markRowDeleted(ids); in remove()
[all …]
/frameworks/base/core/java/android/content/res/
DStringBlock.java166 private CharSequence applyStyles(String str, int[] style, StyleIDs ids) { in applyStyles() argument
178 if (type == ids.boldId) { in applyStyles()
182 } else if (type == ids.italicId) { in applyStyles()
186 } else if (type == ids.underlineId) { in applyStyles()
190 } else if (type == ids.ttId) { in applyStyles()
194 } else if (type == ids.bigId) { in applyStyles()
198 } else if (type == ids.smallId) { in applyStyles()
202 } else if (type == ids.subId) { in applyStyles()
206 } else if (type == ids.supId) { in applyStyles()
210 } else if (type == ids.strikeId) { in applyStyles()
[all …]
/frameworks/base/core/java/android/hardware/input/
DInputManager.java269 final int[] ids = new int[count]; in getInputDeviceIds() local
271 ids[i] = mInputDevices.keyAt(i); in getInputDeviceIds()
273 return ids; in getInputDeviceIds()
660 final int[] ids; in populateInputDevicesLocked() local
662 ids = mIm.getInputDeviceIds(); in populateInputDevicesLocked()
668 for (int i = 0; i < ids.length; i++) { in populateInputDevicesLocked()
669 mInputDevices.put(ids[i], null); in populateInputDevicesLocked()
/frameworks/base/media/tests/SoundPoolTest/src/com/android/
DSoundPoolTest.java275 int ids[] = new int[5]; in TestPauseResume() local
277 ids[i] = mSoundPool.play(mSounds[0], DEFAULT_VOLUME, DEFAULT_VOLUME, in TestPauseResume()
279 if (DEBUG) Log.d(LOG_TAG, "Start note " + ids[i]); in TestPauseResume()
280 if (ids[i] == 0) { in TestPauseResume()
298 if (DEBUG) Log.d(LOG_TAG, "Stop note " + ids[i]); in TestPauseResume()
299 mSoundPool.stop(ids[i]); in TestPauseResume()
/frameworks/base/graphics/java/android/renderscript/
DFileA3D.java184 int[] ids = new int[numFileEntries]; in initEntries() local
187 mRS.nFileA3DGetIndexEntries(getID(mRS), numFileEntries, ids, names); in initEntries() local
190 … mFileEntries[i] = new IndexEntry(mRS, i, getID(mRS), names[i], EntryType.toEntryType(ids[i])); in initEntries()
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
DTimeZoneData.java265 String[] ids = resources.getStringArray(R.array.timezone_rename_ids); in populateDisplayNameOverrides() local
268 int length = ids.length; in populateDisplayNameOverrides()
269 if (ids.length != labels.length) { in populateDisplayNameOverrides()
270 Log.e(TAG, "timezone_rename_ids len=" + ids.length + " timezone_rename_labels len=" in populateDisplayNameOverrides()
272 length = Math.min(ids.length, labels.length); in populateDisplayNameOverrides()
276 TimeZoneInfo tzi = mTimeZonesById.get(ids[i]); in populateDisplayNameOverrides()
/frameworks/base/core/tests/coretests/src/android/text/
DDynamicLayoutBlocksTest.java87 int[] ids = new int[sizes.length]; in assertState() local
89 ids[i] = DynamicLayout.INVALID_BLOCK_INDEX; in assertState()
91 assertState(sizes, ids); in assertState()
/frameworks/base/opengl/java/android/opengl/
DGLES30.java506 int[] ids, in glGenQueries() argument
514 java.nio.IntBuffer ids in glGenQueries() argument
521 int[] ids, in glDeleteQueries() argument
529 java.nio.IntBuffer ids in glDeleteQueries() argument
1629 int[] ids, in glDeleteTransformFeedbacks() argument
1637 java.nio.IntBuffer ids in glDeleteTransformFeedbacks() argument
1644 int[] ids, in glGenTransformFeedbacks() argument
1652 java.nio.IntBuffer ids in glGenTransformFeedbacks() argument
/frameworks/wilhelm/tests/listening/
DseekTorture.c73 SLInterfaceID ids[1] = {SL_IID_SEEK}; in main() local
76 1, ids, flags); in main()
/frameworks/base/docs/html/develop/
Dindex.jd303 * Each string in 'ids' is the ID of a YouTube playlist that belongs in the corresponding tab.
307 'ids': ["PLWz5rJ2EKKc8j2B95zGMb8muZvrIy-wcF"]
310 'ids': ["PLWz5rJ2EKKc8-Osr0TuHyTMEhKV0xJ6ql"]
313 'ids': ["PLWz5rJ2EKKc9Wam5jE-9oY8l6RpeAx-XM"]
316 'ids': ["PLWz5rJ2EKKc9WGUwq2gQ-coU3fSyexgOx"]
323 var ids = playlists[x].ids;
324 for (var i in ids) {
326 + ids[i] +
/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerFunctionalTest.java255 Set<Long> ids = mReceiver.getDownloadIds(); in testGetDownloadIdOnNotification() local
256 assertEquals(1, ids.size()); in testGetDownloadIdOnNotification()
257 Iterator<Long> it = ids.iterator(); in testGetDownloadIdOnNotification()
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
DGLES20Canvas.java806 IntArray ids = mUnboundTextures; in deleteRecycledResources() local
808 mGLId.glDeleteTextures(null, ids.size(), ids.getInternalArray(), 0); in deleteRecycledResources()
809 ids.clear(); in deleteRecycledResources()
812 ids = mDeleteBuffers; in deleteRecycledResources()
813 if (ids.size() > 0) { in deleteRecycledResources()
814 mGLId.glDeleteBuffers(null, ids.size(), ids.getInternalArray(), 0); in deleteRecycledResources()
815 ids.clear(); in deleteRecycledResources()
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp601 GLuint *ids = (GLuint *) 0; in android_glGenQueries__I_3II() local
618 ids = ids_base + offset; in android_glGenQueries__I_3II()
622 (GLuint *)ids in android_glGenQueries__I_3II()
642 GLuint *ids = (GLuint *) 0; in android_glGenQueries__ILjava_nio_IntBuffer_2() local
644 ids = (GLuint *)getPointer(_env, ids_buf, &_array, &_remaining, &_bufferOffset); in android_glGenQueries__ILjava_nio_IntBuffer_2()
645 if (ids == NULL) { in android_glGenQueries__ILjava_nio_IntBuffer_2()
647 ids = (GLuint *) (_idsBase + _bufferOffset); in android_glGenQueries__ILjava_nio_IntBuffer_2()
651 (GLuint *)ids in android_glGenQueries__ILjava_nio_IntBuffer_2()
654 releasePointer(_env, _array, ids, JNI_TRUE); in android_glGenQueries__ILjava_nio_IntBuffer_2()
667 GLuint *ids = (GLuint *) 0; in android_glDeleteQueries__I_3II() local
[all …]
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES30.spec13 void glGenQueries ( GLsizei n, GLuint *ids )
14 void glDeleteQueries ( GLsizei n, const GLuint *ids )
98 void glDeleteTransformFeedbacks ( GLsizei n, const GLuint *ids )
99 void glGenTransformFeedbacks ( GLsizei n, GLuint *ids )
/frameworks/rs/
Drs.h51 void rsaElementGetSubElements(RsContext, RsElement, uint32_t *ids, const char **names,
/frameworks/av/media/libmediaplayerservice/
DStagefrightPlayer.h63 const media::Metadata::Filter& ids, Parcel *records);
/frameworks/wilhelm/tests/automated/
DBufferQueue_test.cpp64 static const SLInterfaceID ids[1] = { SL_IID_BUFFERQUEUE }; variable
177 &audiosrc, &audiosnk, 1, ids, flags); in InvalidBuffer()
190 1, ids, flags); in PrepareValidBuffer()
/frameworks/base/services/java/com/android/server/
DVibratorService.java434 int[] ids = mIm.getInputDeviceIds(); in updateInputDeviceVibrators() local
435 for (int i = 0; i < ids.length; i++) { in updateInputDeviceVibrators()
436 InputDevice device = mIm.getInputDevice(ids[i]); in updateInputDeviceVibrators()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDriver.h60 const media::Metadata::Filter& ids, Parcel *records);

123