Home
last modified time | relevance | path

Searched refs:iRet (Results 1 – 6 of 6) sorted by relevance

/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtsp_client_engine_node.cpp1085 PVMFStatus iRet = processIncomingMessage(iIncomingMsg); in Run() local
1086 if ((iRet != PVMFPending) && (iRet != PVMFSuccess)) in Run()
1094 PVMFStatus iRet = processEntityBody(iIncomingMsg, iEntityMemFrag); in Run() local
1095 if ((iRet != PVMFPending) && (iRet != PVMFSuccess)) in Run()
1299 PVMFStatus iRet = PVMFFailure; in DispatchCommand() local
1303 iRet = DoQueryUuid(aCmd); in DispatchCommand()
1307 iRet = DoInitNode(aCmd); in DispatchCommand()
1308 if (iRet == PVMFSuccess) in DispatchCommand()
1316 iRet = DoPrepareNode(aCmd); in DispatchCommand()
1317 if (iRet == PVMFSuccess) in DispatchCommand()
[all …]
/external/opencore/baselibs/gen_data_structures/src/
Dpv_string_uri.cpp40 bool iRet = false; in PersentageToEscapedEncoding() local
106 iRet = true; in PersentageToEscapedEncoding()
111 return iRet; in PersentageToEscapedEncoding()
126 bool iRet = false; in IllegalCharactersToEscapedEncoding() local
177 iRet = true; in IllegalCharactersToEscapedEncoding()
182 return iRet; in IllegalCharactersToEscapedEncoding()
/external/opencore/nodes/pvwavffparsernode/src/
Dpvmf_wavffparser_node.cpp1052 PVMFStatus iRet = PVMFSuccess; in DoInit() local
1066 iRet = PVMFErrInvalidState; in DoInit()
1067 CommandComplete(iInputCommands, aCmd, iRet); in DoInit()
1073 iRet = PVMFFailure; in DoInit()
1075 CommandComplete(iInputCommands, aCmd, iRet); in DoInit()
1093 iRet = PVMFFailure; in DoInit()
1094 CommandComplete(iInputCommands, aCmd, iRet); in DoInit()
1103 iRet = PVMFFailure; in DoInit()
1109 iRet = PVMFErrNotSupported; in DoInit()
1147 iRet = PVMFFailure; in DoInit()
[all …]
/external/opencore/nodes/pvdummyoutputnode/src/
Dpvmf_dummy_fileoutput_node.cpp1064 PVMFStatus iRet = PVMFSuccess; in DoInit() local
1075 iRet = PVMFErrInvalidState; in DoInit()
1078 CommandComplete(iInputCommands, aCmd, iRet); in DoInit()
1086 PVMFStatus iRet = PVMFSuccess; in DoPrepare() local
1097 iRet = PVMFErrInvalidState; in DoPrepare()
1100 CommandComplete(iInputCommands, aCmd, iRet); in DoPrepare()
/external/opencore/nodes/pvfileoutputnode/src/
Dpvmf_fileoutput_node.cpp1393 PVMFStatus iRet = PVMFSuccess; in DoInit() local
1404 iRet = PVMFErrInvalidState; in DoInit()
1407 CommandComplete(iInputCommands, aCmd, iRet); in DoInit()
1415 PVMFStatus iRet = PVMFSuccess; in DoPrepare() local
1426 iRet = PVMFErrInvalidState; in DoPrepare()
1429 CommandComplete(iInputCommands, aCmd, iRet); in DoPrepare()
/external/srec/seti/sltsEngine/src/
Drun_seq_lts.c942 int iRet = -1; in find_phone() local
943 rc = PHashTableGetValue((PHashTable*)pm->phoneH, ph, (void**)(void*)&iRet); in find_phone()
946 return iRet; in find_phone()