HomeSort by relevance Sort by last modified time
    Searched refs:iList (Results 1 - 3 of 3) sorted by null

  /external/opencore/oscl/oscl/oscllib/src/
oscl_shared_library.h 160 return iList.size();
174 Oscl_Vector<OsclSharedLibrary*, OsclMemAllocator> iList;
oscl_shared_library.cpp 378 iList.push_back(sharedLib);
391 if (aIndex < iList.size())
393 status = iList[aIndex]->QueryInterface(iInterfaceId, aInterfacePtr);
397 status = iList[aIndex]->LoadLib();
399 status = iList[aIndex]->QueryInterface(iInterfaceId, aInterfacePtr);
410 while (!iList.empty())
412 iList.front()->Close();
413 OSCL_DELETE(iList.front());
414 iList.erase(&iList.front())
    [all...]
  /external/srec/shared/src/
SessionTypeImpl.c 1070 IntArrayList* iList;
1132 CHKLOG(rc, self->getProperty(self, key, (void **)&iList, TYPES_INTARRAYLIST));
1134 CHKLOG(rc, iList->destroy(iList));
1136 CHKLOG(rc, IntArrayListCreate(&iList));
1137 CHKLOG(rc, parseIntList(self, value, iList));
1138 CHKLOG(rc, self->setProperty(self, key, iList, TYPES_INTARRAYLIST));
    [all...]

Completed in 24 milliseconds