• Home
  • Raw
  • Download

Lines Matching refs:retval

96     Result retval;  in getAudioProperties()  local
100 retval = r; in getAudioProperties()
101 if (retval == Result::OK) { in getAudioProperties()
105 if (status_t status = processReturn("getAudioProperties", ret, retval); status == NO_ERROR) { in getAudioProperties()
130 Result retval; in getParameters() local
136 retval = r; in getParameters()
137 if (retval == Result::OK) { in getParameters()
141 return processReturn("getParameters", ret, retval); in getParameters()
202 Result retval; in createMmapBuffer() local
206 retval = r; in createMmapBuffer()
207 if (retval == Result::OK) { in createMmapBuffer()
226 retval = Result::NOT_INITIALIZED; in createMmapBuffer()
230 return processReturn("createMmapBuffer", ret, retval); in createMmapBuffer()
235 Result retval; in getMmapPosition() local
238 retval = r; in getMmapPosition()
239 if (retval == Result::OK) { in getMmapPosition()
244 return processReturn("getMmapPosition", ret, retval); in getMmapPosition()
509 writeStatus.retval = Result::NOT_INITIALIZED; in callWriterThread()
513 if (writeStatus.retval == Result::OK) { in callWriterThread()
517 ret = processReturn(cmdName, writeStatus.retval); in callWriterThread()
532 Result retval; in prepareForWriting() local
541 retval = r; in prepareForWriting()
542 if (retval == Result::OK) { in prepareForWriting()
557 if (!ret.isOk() || retval != Result::OK) { in prepareForWriting()
558 return processReturn("prepareForWriting", ret, retval); in prepareForWriting()
592 Result retval; in getRenderPosition() local
595 retval = r; in getRenderPosition()
596 if (retval == Result::OK) { in getRenderPosition()
600 return processReturn("getRenderPosition", ret, retval); in getRenderPosition()
606 Result retval; in getNextWriteTimestamp() local
609 retval = r; in getNextWriteTimestamp()
610 if (retval == Result::OK) { in getNextWriteTimestamp()
614 return processReturn("getRenderPosition", ret, retval); in getNextWriteTimestamp()
682 Result retval; in getPresentationPosition() local
685 retval = r; in getPresentationPosition()
686 if (retval == Result::OK) { in getPresentationPosition()
692 return processReturn("getPresentationPosition", ret, retval); in getPresentationPosition()
758 Result retval; in getDualMonoMode() local
761 retval = r; in getDualMonoMode()
762 if (retval == Result::OK) { in getDualMonoMode()
766 return processReturn("getDualMonoMode", ret, retval); in getDualMonoMode()
779 Result retval; in getAudioDescriptionMixLevel() local
782 retval = r; in getAudioDescriptionMixLevel()
783 if (retval == Result::OK) { in getAudioDescriptionMixLevel()
787 return processReturn("getAudioDescriptionMixLevel", ret, retval); in getAudioDescriptionMixLevel()
800 Result retval; in getPlaybackRateParameters() local
803 retval = r; in getPlaybackRateParameters()
804 if (retval == Result::OK) { in getPlaybackRateParameters()
815 return processReturn("getPlaybackRateParameters", ret, retval); in getPlaybackRateParameters()
878 Result retval; in getRecommendedLatencyModes() local
881 retval = r; in getRecommendedLatencyModes()
886 return processReturn("getRecommendedLatencyModes", ret, retval); in getRecommendedLatencyModes()
1062 readStatus.retval = Result::NOT_INITIALIZED; in callReaderThread()
1066 if (readStatus.retval == Result::OK) { in callReaderThread()
1070 ret = processReturn(cmdName, readStatus.retval); in callReaderThread()
1085 Result retval; in prepareForReading() local
1094 retval = r; in prepareForReading()
1095 if (retval == Result::OK) { in prepareForReading()
1110 if (!ret.isOk() || retval != Result::OK) { in prepareForReading()
1111 return processReturn("prepareForReading", ret, retval); in prepareForReading()
1160 Result retval; in getCapturePosition() local
1163 retval = r; in getCapturePosition()
1164 if (retval == Result::OK) { in getCapturePosition()
1169 return processReturn("getCapturePosition", ret, retval); in getCapturePosition()
1191 Result retval; in getActiveMicrophones() local
1194 retval = r; in getActiveMicrophones()
1203 return processReturn("getActiveMicrophones", ret, retval); in getActiveMicrophones()