Home
last modified time | relevance | path

Searched refs:componentInfos (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/omx/tests/
DOMXHarness.cpp774 List<IOMX::ComponentInfo> componentInfos; in testAll() local
775 status_t err = mOMX->listNodes(&componentInfos); in testAll()
778 for (List<IOMX::ComponentInfo>::iterator it = componentInfos.begin(); in testAll()
779 it != componentInfos.end(); ++it) { in testAll()