Searched refs:aVec (Results 1 – 10 of 10) sorted by relevance
/external/opencore/oscl/oscl/osclregcli/src/ |
D | oscl_registry_access_client.cpp | 97 …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()
|
D | oscl_registry_access_client.h | 83 …tFactories(OSCL_String& aRegistry, Oscl_Vector<OsclRegistryAccessElement, OsclMemAllocator>& aVec);
|
/external/opencore/oscl/oscl/osclregserv/src/ |
D | oscl_registry_serv_impl_tls.cpp | 125 …pl::GetFactories(OSCL_String& aReg, Oscl_Vector<OsclRegistryAccessElement, OsclMemAllocator>& aVec) in GetFactories() argument 130 GetOsclComponentRegistry()->FindHierarchical(aReg, aVec); in GetFactories()
|
D | oscl_registry_serv_impl_global.cpp | 129 …pl::GetFactories(OSCL_String& aReg, Oscl_Vector<OsclRegistryAccessElement, OsclMemAllocator>& aVec) in GetFactories() argument 134 GetOsclComponentRegistry()->FindHierarchical(aReg, aVec); in GetFactories()
|
D | oscl_registry_serv_impl.cpp | 173 …FindHierarchical(OSCL_String& aReg, Oscl_Vector<OsclRegistryAccessElement, OsclMemAllocator>& aVec) in FindHierarchical() argument 191 aVec.push_back(element); in FindHierarchical()
|
D | oscl_registry_serv_impl_tls.h | 64 …tFactories(OSCL_String& aRegistry, Oscl_Vector<OsclRegistryAccessElement, OsclMemAllocator>& aVec);
|
D | oscl_registry_serv_impl_global.h | 66 …tFactories(OSCL_String& aRegistry, Oscl_Vector<OsclRegistryAccessElement, OsclMemAllocator>& aVec);
|
/external/opencore/nodes/pvprotocolenginenode/base/src/ |
D | pvmf_protocol_engine_node.cpp | 2562 …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/ |
D | pv_player_engine.h | 1511 …layerEngineCommand, OsclMemAllocator>, PVPlayerEngineCommandCompareLess> &aVec, const PVPlayerEngi… 1512 …bool removeCmdFromQ(Oscl_Vector<PVPlayerEngineCommand, OsclMemAllocator> &aVec, const PVPlayerEngi…
|
D | pv_player_engine.cpp | 15939 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 …]
|