Home
last modified time | relevance | path

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

/external/opencore/nodes/pvprotocolenginenode/include/
Dpvmf_protocol_engine_node_extension.h114 virtual bool GetSocketConfig(OSCL_String &aPortConfig) = 0;
283 virtual bool GetSocketConfig(OSCL_String &aPortConfig) = 0;
/external/opencore/nodes/pvprotocolenginenode/base/src/
Dpvmf_protocol_engine_node.h165 bool GetSocketConfig(OSCL_String &aPortConfig);
Dpvmf_protocol_engine_node.cpp2351 bool PVMFProtocolEngineNode::GetSocketConfig(OSCL_String &aPortConfig) in GetSocketConfig() function in PVMFProtocolEngineNode
2612 if (!GetSocketConfig(aPortConfig)) return false; in CheckFormatSpecificInfoForMediaCommand()
2625 if (!GetSocketConfig(aPortConfig)) return false; in CheckFormatSpecificInfoForMediaCommand()
/external/opencore/nodes/pvdownloadmanagernode/src/
Dpvmf_downloadmanager_node.cpp577 …bool socketConfigOK = (iProtocolEngineNode.ProtocolEngineExtension())->GetSocketConfig(iServerAddr… in SetSourceInitializationData()