Searched defs:ids (Results 1 - 25 of 27) sorted by relevance

12

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetDebugMessageLogKHR.java1 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
10 int[] ids,
19 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
25 java.nio.IntBuffer ids,
30 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
38 int[] ids,
43 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
49 java.nio.IntBuffer ids,
3 glGetDebugMessageLogKHR( int count, int bufSize, int[] sources, int sourcesOffset, int[] types, int typesOffset, int[] ids, int idsOffset, int[] severities, int severitiesOffset, int[] lengths, int lengthsOffset, byte[] messageLog, int messageLogOffset) argument
21 glGetDebugMessageLogKHR( int count, java.nio.IntBuffer sources, java.nio.IntBuffer types, java.nio.IntBuffer ids, java.nio.IntBuffer severities, java.nio.IntBuffer lengths, java.nio.ByteBuffer messageLog) argument
32 glGetDebugMessageLogKHR( int count, int[] sources, int sourcesOffset, int[] types, int typesOffset, int[] ids, int idsOffset, int[] severities, int severitiesOffset) argument
45 glGetDebugMessageLogKHR( int count, java.nio.IntBuffer sources, java.nio.IntBuffer types, java.nio.IntBuffer ids, java.nio.IntBuffer severities) argument
/frameworks/wilhelm/tests/sandbox/
H A Dsrcsink.c63 SLInterfaceID ids[1] = {SL_IID_BUFFERQUEUE}; local
67 &audioSnk, 1, ids, req);
74 &audioSnk, 1, ids, req);
86 &audioSnk, 1, ids, req);
98 &audioSnk, 1, ids, req);
111 &audioSnk, 1, ids, req);
116 &audioSnk, 1, ids, req);
124 &audioSnk, 1, ids, req);
129 &audioSnk, 1, ids, req);
137 &audioSnk, 1, ids, re
[all...]
H A Doutputmix.c127 SLInterfaceID ids[10] = {SL_IID_OBJECT, SL_IID_DYNAMICINTERFACEMANAGEMENT, SL_IID_OUTPUTMIX, local
133 result = (*engineEngine)->CreateOutputMix(engineEngine, &outputMixObject, 10, ids, req);
H A Durimime.c78 SLInterfaceID ids[1]; local
80 ids[0] = SL_IID_BUFFERQUEUE;
84 &audioSnk, numInterfaces, ids, req);
88 ids[0] = SL_IID_ANDROIDSIMPLEBUFFERQUEUE;
90 &audioSnk, numInterfaces, ids, req);
H A Dconfigbq.c129 SLInterfaceID ids[1]; local
131 ids[0] = SL_IID_BUFFERQUEUE;
135 &audioSnk, numInterfaces, ids, req);
H A Dintbufq.c124 SLInterfaceID ids[2] = {IID_BUFFERQUEUE, SL_IID_MUTESOLO}; local
127 2, ids, flags);
H A Dmonkey.c117 SLInterfaceID ids[1] = {SL_IID_SEEK}; local
120 &audioSnk, 1, ids, req);
H A Dplaybq.c371 SLInterfaceID ids[1] = {SL_IID_ENVIRONMENTALREVERB}; local
374 ids, req);
H A Dplaybq.cpp371 SLInterfaceID ids[1] = {SL_IID_ENVIRONMENTALREVERB}; local
374 ids, req);
H A Dxaplay.c436 XAInterfaceID ids[4] = {XA_IID_STREAMINFORMATION, XA_IID_PREFETCHSTATUS, XA_IID_SEEK, local
440 &audioSnk, nativeWindow != NULL ? &imageVideoSink : NULL, NULL, NULL, abq ? 4 : 3, ids,
/frameworks/wilhelm/tests/listening/
H A DseekTorture.c73 SLInterfaceID ids[1] = {SL_IID_SEEK}; local
76 1, ids, flags);
/frameworks/base/core/java/android/content/res/
H A DStringBlock.java166 private CharSequence applyStyles(String str, int[] style, StyleIDs ids) { argument
178 if (type == ids.boldId) {
182 } else if (type == ids.italicId) {
186 } else if (type == ids.underlineId) {
190 } else if (type == ids.ttId) {
194 } else if (type == ids.bigId) {
198 } else if (type == ids.smallId) {
202 } else if (type == ids.subId) {
206 } else if (type == ids.supId) {
210 } else if (type == ids
[all...]
/frameworks/av/include/media/
H A DMediaPlayerInterface.h194 // @param ids SortedList of metadata ID to be fetch. If empty, all
198 virtual status_t getMetadata(const media::Metadata::Filter& ids, argument
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerBaseTest.java206 * @param ids ids of the downloads to wait for.
211 public boolean waitForMultipleDownloadsToFinish(Set<Long> ids, long timeout) argument
215 while (!mFinishedDownloads.containsAll(ids)) {
363 protected boolean waitForMultipleDownloads(Set<Long> ids, long timeout) argument
365 return mListener.waitForMultipleDownloadsToFinish(ids, timeout);
/frameworks/rs/
H A DrsElement.cpp452 extern "C" void rsaElementGetSubElements(RsContext con, RsElement elem, uintptr_t *ids, argument
459 ids[i] = (uintptr_t)e->getField(i);
/frameworks/wilhelm/tests/automated/
H A DBufferQueue_test.cpp64 static const SLInterfaceID ids[1] = { SL_IID_BUFFERQUEUE }; variable
177 &audiosrc, &audiosnk, 1, ids, flags);
190 1, ids, flags);
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyCameraDevice.java624 static boolean containsSurfaceId(Surface s, Collection<Long> ids) { argument
626 return ids.contains(id);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp897 media::Metadata::Filter ids; local
905 ids = mMetadataUpdated;
913 status = player->getMetadata(ids, reply);
/frameworks/base/core/java/android/app/
H A DDownloadManager.java304 * provides an array of download ids corresponding to the download notification that was
786 public Query setFilterById(long... ids) { argument
787 mIds = ids;
956 * @param ids the IDs of the downloads to be marked 'deleted'
960 public int markRowDeleted(long... ids) { argument
961 if (ids == null || ids.length == 0) {
963 throw new IllegalArgumentException("input param 'ids' can't be null");
969 if (ids.length == 1) {
970 return mResolver.update(ContentUris.withAppendedId(mBaseUri, ids[
985 remove(long... ids) argument
1100 restartDownload(long... ids) argument
1257 getWhereClauseForIds(long[] ids) argument
1274 getWhereArgsForIds(long[] ids) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31Ext.cpp333 /* void glDebugMessageControlKHR ( GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled ) */
342 GLuint *ids = (GLuint *) 0; local
347 _exceptionMessage = "ids == null";
359 ids = ids_base + offset;
366 (GLuint *)ids,
380 /* void glDebugMessageControlKHR ( GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled ) */
387 GLuint *ids = (GLuint *) 0; local
389 ids = (GLuint *)getPointer(_env, ids_buf, &_array, &_remaining, &_bufferOffset);
390 if (ids == NULL) {
392 ids
[all...]
H A Dandroid_opengl_GLES30.cpp592 /* void glGenQueries ( GLsizei n, GLuint *ids ) */
601 GLuint *ids = (GLuint *) 0; local
606 _exceptionMessage = "ids == null";
618 ids = ids_base + offset;
622 (GLuint *)ids
635 /* void glGenQueries ( GLsizei n, GLuint *ids ) */
642 GLuint *ids = (GLuint *) 0; local
644 ids = (GLuint *)getPointer(_env, ids_buf, &_array, &_remaining, &_bufferOffset);
645 if (ids == NULL) {
647 ids
667 GLuint *ids = (GLuint *) 0; local
708 GLuint *ids = (GLuint *) 0; local
4489 GLuint *ids = (GLuint *) 0; local
4530 GLuint *ids = (GLuint *) 0; local
4555 GLuint *ids = (GLuint *) 0; local
4596 GLuint *ids = (GLuint *) 0; local
[all...]
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp259 jint *ids = _env->GetIntArrayElements(_ids, NULL); local
268 (RsElement *)ids, fieldCount,
272 _env->ReleaseIntArrayElements(_ids, ids, JNI_ABORT);
288 uint32_t *ids = (uint32_t *)malloc((uint32_t)dataSize * sizeof(uint32_t)); local
292 rsaElementGetSubElements(con, (RsElement)id, ids, names, arraySizes, (uint32_t)dataSize);
296 _env->SetIntArrayRegion(_IDs, i, 1, (const jint*)&ids[i]);
300 free(ids);
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1039 KeyedVector<int, bool> ids = thread->sessionIds(); local
1041 for (size_t j = 0; j < ids.size(); ++j) {
1042 int sessionId = ids.keyAt(j);
/frameworks/base/opengl/java/android/opengl/
H A DGLES31Ext.java262 // C function void glDebugMessageControlKHR ( GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled )
269 int[] ids,
274 // C function void glDebugMessageControlKHR ( GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled )
281 java.nio.IntBuffer ids,
303 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
312 int[] ids,
321 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
327 java.nio.IntBuffer ids,
332 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
340 int[] ids,
264 glDebugMessageControlKHR( int source, int type, int severity, int count, int[] ids, int offset, boolean enabled ) argument
276 glDebugMessageControlKHR( int source, int type, int severity, int count, java.nio.IntBuffer ids, boolean enabled ) argument
305 glGetDebugMessageLogKHR( int count, int bufSize, int[] sources, int sourcesOffset, int[] types, int typesOffset, int[] ids, int idsOffset, int[] severities, int severitiesOffset, int[] lengths, int lengthsOffset, byte[] messageLog, int messageLogOffset) argument
323 glGetDebugMessageLogKHR( int count, java.nio.IntBuffer sources, java.nio.IntBuffer types, java.nio.IntBuffer ids, java.nio.IntBuffer severities, java.nio.IntBuffer lengths, java.nio.ByteBuffer messageLog) argument
334 glGetDebugMessageLogKHR( int count, int[] sources, int sourcesOffset, int[] types, int typesOffset, int[] ids, int idsOffset, int[] severities, int severitiesOffset) argument
347 glGetDebugMessageLogKHR( int count, java.nio.IntBuffer sources, java.nio.IntBuffer types, java.nio.IntBuffer ids, java.nio.IntBuffer severities) argument
[all...]
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp425 RsElement *ids = (RsElement*)malloc(fieldCount * sizeof(RsElement)); local
429 ids[i] = (RsElement)jIds[i];
439 (const RsElement *)ids, fieldCount,
443 free(ids);
479 uintptr_t *ids = (uintptr_t*)malloc(dataSize * sizeof(uintptr_t)); local
483 rsaElementGetSubElements((RsContext)con, (RsElement)id, ids, names, arraySizes, (uint32_t)dataSize);
486 const jlong id = (jlong)(uintptr_t)ids[i];
493 free(ids);

Completed in 496 milliseconds

12