Home
last modified time | relevance | path

Searched refs:aUseSetParameter (Results 1 – 5 of 5) sorted by relevance

/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtspenginenodeextensioninterface_impl.cpp163 …PVRTSPEngineNodeExtensionInterfaceImpl::SetKeepAliveMethod_use_SET_PARAMETER(bool aUseSetParameter) in SetKeepAliveMethod_use_SET_PARAMETER() argument
165 return iContainer->SetKeepAliveMethod_use_SET_PARAMETER(aUseSetParameter); in SetKeepAliveMethod_use_SET_PARAMETER()
173 …deExtensionInterfaceImpl::GetKeepAliveMethod(int32 &aTimeout, bool &aUseSetParameter, bool &aKeepA… in GetKeepAliveMethod() argument
175 return iContainer->GetKeepAliveMethod(aTimeout, aUseSetParameter, aKeepAliveInPlay); in GetKeepAliveMethod()
Dpvrtspenginenodeextensioninterface_impl.h101 …_IMPORT_REF virtual PVMFStatus SetKeepAliveMethod_use_SET_PARAMETER(bool aUseSetParameter = false);
104 …RT_REF virtual PVMFStatus GetKeepAliveMethod(int32 &aTimeout, bool &aUseSetParameter, bool &aKeepA…
Dpvrtsp_client_engine_node.cpp4467 …EXPORT_REF PVMFStatus PVRTSPEngineNode::SetKeepAliveMethod_use_SET_PARAMETER(bool aUseSetParameter) in SetKeepAliveMethod_use_SET_PARAMETER() argument
4469 …E, (0, "PVRTSPEngineNode::SetKeepAliveMethod_timeout() in aUseSetParameter=%d", aUseSetParameter)); in SetKeepAliveMethod_use_SET_PARAMETER()
4470 iKeepAliveMethod = aUseSetParameter ? METHOD_SET_PARAMETER : METHOD_OPTIONS; in SetKeepAliveMethod_use_SET_PARAMETER()
4484 …Status PVRTSPEngineNode::GetKeepAliveMethod(int32 &aTimeout, bool &aUseSetParameter, bool &aKeepA… in GetKeepAliveMethod() argument
4489 aUseSetParameter = (METHOD_SET_PARAMETER == iKeepAliveMethod); in GetKeepAliveMethod()
/external/opencore/protocols/rtsp_client_engine/inc/
Dpvrtspenginenodeextensioninterface.h207 …ORT_REF virtual PVMFStatus SetKeepAliveMethod_use_SET_PARAMETER(bool aUseSetParameter = false) = 0;
210 …RT_REF virtual PVMFStatus GetKeepAliveMethod(int32 &aTimeout, bool &aUseSetParameter, bool &aKeepA…
Dpvrtsp_client_engine_node.h580 …_IMPORT_REF virtual PVMFStatus SetKeepAliveMethod_use_SET_PARAMETER(bool aUseSetParameter = false);
583 …RT_REF virtual PVMFStatus GetKeepAliveMethod(int32 &aTimeout, bool &aUseSetParameter, bool &aKeepA…