Home | History | Annotate | Download | only in source

Lines Matching defs:retVal

71     int32_t retVal = 0;
72 retVal =_moduleFile->StartRecordingAudioFile(fileName, _fileFormat,
76 if( retVal == 0)
78 retVal = SetUpAudioEncoder();
80 if( retVal != 0)
90 return retVal;
99 int32_t retVal = _moduleFile->StartRecordingAudioStream(
105 if( retVal == 0)
107 retVal = SetUpAudioEncoder();
109 if( retVal != 0)
118 return retVal;