Searched defs:list (Results 1 - 25 of 155) sorted by path

1234567

/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp643 sp<IMediaCodecList> list = MediaCodecList::getInstance(); local
644 size_t numCodecs = list->countCodecs();
650 sp<MediaCodecInfo> info = list->getCodecInfo(index);
929 List<IOMX::ComponentInfo> list; local
930 omx->listNodes(&list);
932 for (List<IOMX::ComponentInfo>::iterator it = list.begin();
933 it != list.end(); ++it) {
/frameworks/av/include/media/stagefright/foundation/
H A DALookup.h28 ALookup(std::initializer_list<std::pair<T, U>> list);
44 ALookup<T, U>::ALookup(std::initializer_list<std::pair<T, U>> list) argument
45 : mTable(list) {
/frameworks/av/media/libmedia/
H A DIMediaDeathNotifier.cpp82 SortedVector< wp<IMediaDeathNotifier> > list; local
86 list = sObitRecipients;
92 size_t count = list.size();
94 sp<IMediaDeathNotifier> notifier = list[iter].promote();
H A DIOMX.cpp71 virtual status_t listNodes(List<ComponentInfo> *list) { argument
72 list->clear();
80 list->push_back(ComponentInfo());
81 ComponentInfo &info = *--list->end();
572 List<ComponentInfo> list; local
573 listNodes(&list);
575 reply->writeInt32(list.size());
576 for (List<ComponentInfo>::iterator it = list.begin();
577 it != list.end(); ++it) {
986 virtual void onMessages(const std::list<omx_messag
[all...]
/frameworks/av/media/libmedia/omx/1.0/
H A DWOmx.cpp40 status_t LWOmx::listNodes(List<IOMX::ComponentInfo>* list) { argument
43 [&fnStatus, list](
47 list->clear();
49 auto newInfo = list->insert(
50 list->end(), IOMX::ComponentInfo());
/frameworks/av/media/libstagefright/
H A DACodec.cpp138 std::list<sp<AMessage> > &getList() { return mList; }
140 std::list<sp<AMessage> > mList;
160 virtual void onMessages(const std::list<omx_message> &messages) {
167 for (std::list<omx_message>::const_iterator it = messages.cbegin();
268 // Handles a list of messages. Returns true iff messages were handled.
1440 std::list<FrameRenderTracker::Info> done =
1444 for (std::list<FrameRenderTracker::Info>::const_iterator it = done.cbegin();
5476 for (std::list<sp<AMessage>>::const_iterator it = msgList->getList().cbegin();
6356 sp<IMediaCodecList> list = MediaCodecList::getInstance(); local
6357 if (list !
[all...]
H A DMediaCodecList.cpp165 // if failed to get remote list, create local list
172 // Treblized media codec list will be located in /odm/etc or /vendor/etc.
691 // fail. Only list the codec if this succeeds.
761 // fail. Only list the codec if this succeeds.
1173 const sp<IMediaCodecList> list = getInstance(); local
1174 if (list == NULL) {
1181 list->findCodecByType(mime, encoder, index);
1189 const sp<MediaCodecInfo> info = list->getCodecInfo(matchIndex);
1208 const sp<IMediaCodecList> list local
[all...]
H A DNuCachedSource2.cpp61 void freePages(List<Page *> *list);
76 void PageCache::freePages(List<Page *> *list) { argument
77 List<Page *>::iterator it = list->begin();
78 while (it != list->end()) {
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_dpb.h80 dpbPicture_t **list; member in struct:__anon743
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DALookup.h28 ALookup(std::initializer_list<std::pair<T, U>> list);
44 ALookup<T, U>::ALookup(std::initializer_list<std::pair<T, U>> list) argument
45 : mTable(list) {
/frameworks/av/media/libstagefright/include/foundation/
H A DALookup.h28 ALookup(std::initializer_list<std::pair<T, U>> list);
44 ALookup<T, U>::ALookup(std::initializer_list<std::pair<T, U>> list) argument
45 : mTable(list) {
/frameworks/av/media/libstagefright/omx/1.0/
H A DOmx.cpp18 #include <list>
56 std::list<::android::IOMX::ComponentInfo> list; local
62 list.push_back(::android::IOMX::ComponentInfo());
63 ::android::IOMX::ComponentInfo& info = list.back();
76 tList.resize(list.size());
78 for (auto const& info : list) {
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp69 status_t OMX::listNodes(List<ComponentInfo> *list) { argument
70 list->clear();
76 list->push_back(ComponentInfo());
77 ComponentInfo &info = *--list->end();
/frameworks/av/media/libstagefright/tests/
H A DMediaCodecListOverrides_test.cpp119 sp<IMediaCodecList> list = MediaCodecList::getInstance(); local
121 for (size_t i = 0; i < list->countCodecs(); ++i) {
122 infos.push_back(list->getCodecInfo(i));
/frameworks/av/services/mediaanalytics/
H A DMediaAnalyticsService.cpp114 // empty the list
137 // inject this set at the BACK of the list.
247 // sure it doesn't appear in the finalized list.
254 // list...
473 List<MetricsSummarizer *> *list = (*itSet)->getSummarizers(); local
474 List<MetricsSummarizer *>::iterator it = list->begin();
475 for (; it != list->end(); it++) {
/frameworks/base/core/java/android/app/
H A DActivityThread.java875 List<ServiceStartArgs> list = args.getList();
877 for (int i = 0; i < list.size(); i++) {
878 ServiceStartArgs ssa = list.get(i);
2275 // For checkin, we print one long comma-separated list of values
2561 ArrayList<OnActivityPausedListener> list = mOnPauseListeners.get(activity);
2562 if (list == null) {
2563 list = new ArrayList<OnActivityPausedListener>();
2564 mOnPauseListeners.put(activity, list);
2566 list.add(listener);
2573 ArrayList<OnActivityPausedListener> list
6475 report(int code, Object... list) argument
[all...]
H A DFragmentTransition.java77 * @param records The list of transactions being executed.
132 * @param records The list of transactions being executed.
468 * @param sharedElementsOut A list modified to contain the shared elements in the outgoing
470 * @param sharedElementsIn A list modified to contain the shared elements in the incoming
564 * @param views Views list to add shared elements to
597 * @param sharedElementsOut A list modified to contain the shared elements in the outgoing
599 * @param sharedElementsIn A list modified to contain the shared elements in the incoming
964 return; // This child is already in the list, so all its children are also.
1021 * replaces them with the new targets list.
1022 * The views list shoul
1093 isNullOrEmpty(List list) argument
[all...]
/frameworks/base/core/java/android/app/backup/
H A DFileBackupHelperBase.java109 boolean isKeyInList(String key, String[] list) { argument
110 for (String s: list) {
/frameworks/base/core/java/android/content/pm/
H A DBaseParceledListSlice.java30 * Transfer a large list of Parcelable objects across an IPC. Splits into
55 public BaseParceledListSlice(List<T> list) { argument
56 mList = list;
130 + actual.getName() + " in list of type "
H A DIntentFilterVerificationInfo.java108 public void setDomains(ArraySet<String> list) { argument
109 mDomains = list;
237 ArrayList<String> list = new ArrayList<>();
238 source.readStringList(list);
239 mDomains.addAll(list);
H A DPackageParser.java6304 private static void internStringArrayList(List<String> list) { argument
6305 if (list != null) {
6306 final int N = list.size();
6308 list.set(i, list.get(i).intern());
6317 private void fixupOwner(List<? extends Component<?>> list) { argument
6318 if (list != null) {
6319 for (Component<?> c : list) {
6585 * Implementation note: The serialized form for the intent list also contains the name
6586 * of the concrete class that's stored in the list, an
6597 writeIntentsList(ArrayList<? extends IntentInfo> list, Parcel out, int flags) argument
[all...]
H A DParceledListSlice.java26 * Transfer a large list of Parcelable objects across an IPC. Splits into
34 public ParceledListSlice(List<T> list) { argument
35 super(list);
49 final List<T> list = getList();
50 for (int i=0; i<list.size(); i++) {
51 contents |= list.get(i).describeContents();
H A DStringParceledListSlice.java26 * Transfer a large list of Parcelable objects across an IPC. Splits into
34 public StringParceledListSlice(List<String> list) { argument
35 super(list);
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java345 * @see #list
366 * @see #list
410 public native final String[] list(String path) method in class:AssetManager
H A DResourcesKey.java90 private static boolean anyStartsWith(String[] list, String prefix) { argument
91 if (list != null) {
92 for (String s : list) {

Completed in 3456 milliseconds

1234567