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

/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.c252 SLInterfaceID ids[1] = {SL_IID_ENVIRONMENTALREVERB}; local
255 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/av/include/media/
H A DMediaPlayerInterface.h176 // @param ids SortedList of metadata ID to be fetch. If empty, all
180 virtual status_t getMetadata(const media::Metadata::Filter& ids, argument
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightPlayer.cpp190 const media::Metadata::Filter& ids, Parcel *records) {
189 getMetadata( const media::Metadata::Filter& ids, Parcel *records) argument
H A DMediaPlayerService.cpp800 media::Metadata::Filter ids; local
808 ids = mMetadataUpdated;
816 status = player->getMetadata(ids, reply);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.cpp300 const media::Metadata::Filter& ids, Parcel *records) {
299 getMetadata( const media::Metadata::Filter& ids, Parcel *records) argument
/frameworks/base/core/java/android/content/res/
H A DStringBlock.java161 private CharSequence applyStyles(String str, int[] style, StyleIDs ids) { argument
173 if (type == ids.boldId) {
177 } else if (type == ids.italicId) {
181 } else if (type == ids.underlineId) {
185 } else if (type == ids.ttId) {
189 } else if (type == ids.bigId) {
193 } else if (type == ids.smallId) {
197 } else if (type == ids.subId) {
201 } else if (type == ids.supId) {
205 } else if (type == ids
[all...]
/frameworks/rs/
H A DrsElement.cpp423 void rsaElementGetSubElements(RsContext con, RsElement elem, uint32_t *ids, argument
430 ids[i] = (uint32_t)e->getField(i);
/frameworks/support/renderscript/v8/rs_support/
H A DrsElement.cpp423 void rsaElementGetSubElements(RsContext con, RsElement elem, uint32_t *ids, argument
430 ids[i] = (uint32_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/av/libvideoeditor/lvpp/
H A DVideoEditorPlayer.cpp201 const media::Metadata::Filter& ids, Parcel *records) {
200 getMetadata( const media::Metadata::Filter& ids, Parcel *records) argument
/frameworks/base/core/java/android/app/
H A DDownloadManager.java294 * provides an array of download ids corresponding to the download notification that was
751 public Query setFilterById(long... ids) { argument
752 mIds = ids;
921 * @param ids the IDs of the downloads to be marked 'deleted'
925 public int markRowDeleted(long... ids) { argument
926 if (ids == null || ids.length == 0) {
928 throw new IllegalArgumentException("input param 'ids' can't be null");
934 if (ids.length == 1) {
935 return mResolver.update(ContentUris.withAppendedId(mBaseUri, ids[
950 remove(long... ids) argument
1069 restartDownload(long... ids) argument
1213 getWhereClauseForIds(long[] ids) argument
1230 getWhereArgsForIds(long[] ids) argument
[all...]
/frameworks/support/renderscript/v8/jni/
H A Dandroid_renderscript_RenderScript.cpp256 jint *ids = _env->GetIntArrayElements(_ids, NULL); local
265 (RsElement *)ids, fieldCount,
269 _env->ReleaseIntArrayElements(_ids, ids, JNI_ABORT);
285 uint32_t *ids = (uint32_t *)malloc((uint32_t)dataSize * sizeof(uint32_t)); local
289 rsaElementGetSubElements(con, (RsElement)id, ids, names, arraySizes, (uint32_t)dataSize);
293 _env->SetIntArrayRegion(_IDs, i, 1, (const jint*)&ids[i]);
297 free(ids);
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp364 jint *ids = _env->GetIntArrayElements(_ids, NULL); local
373 (RsElement *)ids, fieldCount,
377 _env->ReleaseIntArrayElements(_ids, ids, JNI_ABORT);
409 uint32_t *ids = (uint32_t *)malloc((uint32_t)dataSize * sizeof(uint32_t)); local
413 rsaElementGetSubElements(con, (RsElement)id, ids, names, arraySizes, (uint32_t)dataSize);
417 _env->SetIntArrayRegion(_IDs, i, 1, (const jint*)&ids[i]);
421 free(ids);
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp891 KeyedVector<int, bool> ids = thread->sessionIds(); local
893 for (size_t j = 0; j < ids.size(); ++j) {
894 int sessionId = ids.keyAt(j);
6804 KeyedVector<int, bool> ids; local
6809 if (ids.indexOfKey(sessionId) < 0) {
6810 ids.add(sessionId, true);
6813 return ids;
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp7760 void GLTrace_glGenQueriesEXT(GLsizei n, GLuint *ids) { argument
7772 // copy argument ids
7776 arg_ids->add_intvalue((int)ids);
7781 glContext->hooks->gl.glGenQueriesEXT(n, ids);
7786 (void *) ids,
7795 void GLTrace_glDeleteQueriesEXT(GLsizei n, const GLuint *ids) { argument
7807 // copy argument ids
7811 arg_ids->add_intvalue((int)ids);
7816 glContext->hooks->gl.glDeleteQueriesEXT(n, ids);
7821 (void *) ids,
[all...]

Completed in 3442 milliseconds