Home
last modified time | relevance | path

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

/external/opencore/oscl/oscl/osclregcli/src/
Doscl_registry_access_client.cpp97 …nt::GetFactories(OSCL_String& aReg, Oscl_Vector<OsclRegistryAccessElement, OsclMemAllocator>& aVec) in GetFactories() argument
100 iTlsImpl->GetFactories(aReg, aVec); in GetFactories()
103 iGlobalImpl->GetFactories(aReg, aVec); in GetFactories()
Doscl_registry_access_client.h83 …tFactories(OSCL_String& aRegistry, Oscl_Vector<OsclRegistryAccessElement, OsclMemAllocator>& aVec);
/external/opencore/oscl/oscl/osclregserv/src/
Doscl_registry_serv_impl_tls.cpp125 …pl::GetFactories(OSCL_String& aReg, Oscl_Vector<OsclRegistryAccessElement, OsclMemAllocator>& aVec) in GetFactories() argument
130 GetOsclComponentRegistry()->FindHierarchical(aReg, aVec); in GetFactories()
Doscl_registry_serv_impl_global.cpp129 …pl::GetFactories(OSCL_String& aReg, Oscl_Vector<OsclRegistryAccessElement, OsclMemAllocator>& aVec) in GetFactories() argument
134 GetOsclComponentRegistry()->FindHierarchical(aReg, aVec); in GetFactories()
Doscl_registry_serv_impl.cpp173 …FindHierarchical(OSCL_String& aReg, Oscl_Vector<OsclRegistryAccessElement, OsclMemAllocator>& aVec) in FindHierarchical() argument
191 aVec.push_back(element); in FindHierarchical()
Doscl_registry_serv_impl_tls.h64 …tFactories(OSCL_String& aRegistry, Oscl_Vector<OsclRegistryAccessElement, OsclMemAllocator>& aVec);
Doscl_registry_serv_impl_global.h66 …tFactories(OSCL_String& aRegistry, Oscl_Vector<OsclRegistryAccessElement, OsclMemAllocator>& aVec);
/external/opencore/nodes/pvprotocolenginenode/base/src/
Dpvmf_protocol_engine_node.cpp2562 …OutgoingMsgSentSuccessInfoVec *aVec = iInterfacingObjectContainer->getOutgoingMsgSentSuccessInfoVe… in RerunForPostProcessAfterOutgoingMsgSent() local
2563 aVec->push_back(aInfo); in RerunForPostProcessAfterOutgoingMsgSent()
2565 (OsclAny*)aVec); in RerunForPostProcessAfterOutgoingMsgSent()
3429 OutgoingMsgSentSuccessInfoVec *aVec = (OutgoingMsgSentSuccessInfoVec*)aEvent.iEventInfo; in handle() local
3430 if (!aVec || aVec->empty()) return false; in handle()
3431 …bool retVal = (iNode->PostProcessForMsgSentSuccess(aVec->front().iPort, aVec->front().iMsg) == PVM… in handle()
3432 if (!aVec->empty()) aVec->erase(aVec->begin()); in handle()
/external/opencore/engines/player/src/
Dpv_player_engine.h1511 …layerEngineCommand, OsclMemAllocator>, PVPlayerEngineCommandCompareLess> &aVec, const PVPlayerEngi…
1512 …bool removeCmdFromQ(Oscl_Vector<PVPlayerEngineCommand, OsclMemAllocator> &aVec, const PVPlayerEngi…
Dpv_player_engine.cpp15939 bool PVPlayerEngine::removeCmdFromQ(Oscl_Vector<PVPlayerEngineCommand, OsclMemAllocator> &aVec, con… in removeCmdFromQ() argument
15941 if (aVec.size() == 0) in removeCmdFromQ()
15951 tmpvec.reserve(aVec.size()); in removeCmdFromQ()
15955 for (int i = aVec.size() - 1; i >= 0; i--) in removeCmdFromQ()
15957 if (aVec[i].GetCmdType() == aCmdType) in removeCmdFromQ()
15966 tmpvec.push_back(aVec[i]); in removeCmdFromQ()
15968 aVec.clear(); in removeCmdFromQ()
15972 aVec.push_front(tmpvec[0]); in removeCmdFromQ()
15979 …layerEngineCommand, OsclMemAllocator>, PVPlayerEngineCommandCompareLess> &aVec, const PVPlayerEngi… in removeCmdFromQ() argument
15987 tmpvec.reserve(aVec.size()); in removeCmdFromQ()
[all …]