Searched refs:ids (Results 1 - 25 of 47) sorted by path

12

/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/libvideoeditor/lvpp/
H A DVideoEditorPlayer.cpp201 const media::Metadata::Filter& ids, Parcel *records) {
200 getMetadata( const media::Metadata::Filter& ids, Parcel *records) argument
H A DVideoEditorPlayer.h123 const media::Metadata::Filter& ids, Parcel *records);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp800 media::Metadata::Filter ids; local
808 ids = mMetadataUpdated;
816 status = player->getMetadata(ids, reply);
H A DStagefrightPlayer.cpp190 const media::Metadata::Filter& ids, Parcel *records) {
189 getMetadata( const media::Metadata::Filter& ids, Parcel *records) argument
H A DStagefrightPlayer.h63 const media::Metadata::Filter& ids, Parcel *records);
/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
H A DNuPlayerDriver.h60 const media::Metadata::Filter& ids, Parcel *records);
/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/base/core/java/android/app/
H A DActivity.java954 final int[] ids = b.getIntArray(SAVED_DIALOG_IDS_KEY);
955 final int numDialogs = ids.length;
958 final Integer dialogId = ids[i];
1223 int[] ids = new int[mManagedDialogs.size()];
1225 // save each dialog's bundle, gather the ids
1228 ids[i] = key;
1236 dialogState.putIntArray(SAVED_DIALOG_IDS_KEY, ids);
2948 * for you, you should override this method and handle any ids that are
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/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/base/core/java/android/hardware/input/
H A DInputManager.java257 * Gets the ids of all input devices in the system.
258 * @return The input device ids.
265 final int[] ids = new int[count];
267 ids[i] = mInputDevices.keyAt(i);
269 return ids;
638 final int[] ids;
640 ids = mIm.getInputDeviceIds();
642 throw new RuntimeException("Could not get input device ids.", ex);
646 for (int i = 0; i < ids.length; i++) {
647 mInputDevices.put(ids[
[all...]
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java1025 String[] ids = getSecureContainerList();
1027 reply.writeStringArray(ids);
/frameworks/base/core/java/android/view/
H A DViewDebug.java431 final String[] ids = parameter.split("@");
432 final String className = ids[0];
433 final int hashCode = (int) Long.parseLong(ids[1], 16);
/frameworks/base/core/java/android/widget/
H A DAbsListView.java934 * Returns the set of checked items ids. The result is only valid if the
948 final long[] ids = new long[count];
951 ids[i] = idStates.keyAt(i);
954 return ids;
H A DListView.java3634 * Returns the set of checked items ids. The result is only valid if the
3654 final long[] ids = new long[count];
3660 ids[checkedCount++] = adapter.getItemId(states.keyAt(i));
3667 return ids;
3670 System.arraycopy(ids, 0, result, 0, checkedCount);
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java183 * @return A Set<Long> with the ids of the completed downloads.
888 ArrayList<Long> ids = new ArrayList<Long>();
895 ids.add(downloadId);
901 // delete all ids
902 for (long id : ids) {
H A DDownloadManagerFunctionalTest.java255 Set<Long> ids = mReceiver.getDownloadIds();
256 assertEquals(1, ids.size());
257 Iterator<Long> it = ids.iterator();
/frameworks/base/core/tests/coretests/src/android/text/
H A DDynamicLayoutBlocksTest.java87 int[] ids = new int[sizes.length];
89 ids[i] = DynamicLayout.INVALID_BLOCK_INDEX;
91 assertState(sizes, ids);
/frameworks/base/graphics/java/android/renderscript/
H A DElement.java1076 int[] ids = new int[ein.length];
1078 ids[ct] = ein[ct].getID(mRS);
1080 int id = mRS.nElementCreate2(ids, sin, asin);
H A DFileA3D.java183 int[] ids = new int[numFileEntries];
186 mRS.nFileA3DGetIndexEntries(getID(mRS), numFileEntries, ids, names);
189 mFileEntries[i] = new IndexEntry(mRS, i, getID(mRS), names[i], EntryType.toEntryType(ids[i]));
/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/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java266 int ids[] = new int[5];
268 ids[i] = mSoundPool.play(mSounds[0], DEFAULT_VOLUME, DEFAULT_VOLUME,
270 if (DEBUG) Log.d(LOG_TAG, "Start note " + ids[i]);
271 if (ids[i] == 0) {
287 mSoundPool.stop(ids[i]);
/frameworks/base/services/java/com/android/server/
H A DAppWidgetServiceImpl.java815 final HashSet<Integer> ids = mRemoteViewsServicesAppWidgets.get(key);
816 if (ids.remove(id.appWidgetId)) {
819 if (ids.isEmpty()) {

Completed in 500 milliseconds

12