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

  /external/opencore/nodes/pvprotocolenginenode/base/src/
pvmf_protocol_engine_node_registry.h 125 Oscl_Vector<struct PVProtocolEngineNodeSharedLibInfo*, OsclMemAllocator> iNodeLibInfoList;
pvmf_protocol_engine_node_registry.cpp 228 iNodeLibInfoList.push_front(libInfo);
248 while (!iNodeLibInfoList.empty())
250 struct PVProtocolEngineNodeSharedLibInfo *libInfo = iNodeLibInfoList.front();
251 iNodeLibInfoList.erase(iNodeLibInfoList.begin());
  /external/opencore/engines/player/src/
pv_player_node_registry.cpp 119 iNodeLibInfoList.push_front(libInfo);
152 while (!iNodeLibInfoList.empty())
154 struct PVPlayerEngineNodeSharedLibInfo *libInfo = iNodeLibInfoList.front();
155 iNodeLibInfoList.erase(iNodeLibInfoList.begin());
pv_player_node_registry.h 181 Oscl_Vector<struct PVPlayerEngineNodeSharedLibInfo*, OsclMemAllocator> iNodeLibInfoList;

Completed in 23 milliseconds