Home
last modified time | relevance | path

Searched refs:tmpRet (Results 1 – 2 of 2) sorted by relevance

/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
Dpvdl_config_file.cpp158 int32 tmpRet = iFile->Write(iTmpBuf, 1, iTotalFixedHeaderSize); in SaveConfig() local
159 if (tmpRet == 0) in SaveConfig()
173 tmpRet = iFile->Write(iTmpBuf, 1, iSelectedTrackIDs.size()); in SaveConfig()
174 if (tmpRet == 0) in SaveConfig()
184 tmpRet = iFile->Write(iUrl.get_str(), 1, iUrl.get_size()); in SaveConfig()
185 if (tmpRet == 0) in SaveConfig()
194 tmpRet = iFile->Write(iProxyName.get_str(), 1, iProxyName.get_size()); in SaveConfig()
195 if (tmpRet == 0) in SaveConfig()
204 tmpRet = iFile->Write(iPlayerVersion.get_str(), 1, iPlayerVersion.get_size()); in SaveConfig()
205 if (tmpRet == 0) in SaveConfig()
[all …]
/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtsp_client_engine_node.cpp2693 PVMFStatus tmpRet = PVMFSuccess; in processEntityBody() local
2695 return tmpRet; in processEntityBody()
3465 PVMFStatus tmpRet = ((iIncomingMsg.contentLengthIsSet)) in processIncomingMessage() local
3468 return (tmpRet == PVMFSuccess) ? PVMFPending : tmpRet; in processIncomingMessage()