• Home
  • Raw
  • Download

Lines Matching refs:retval

112     Result retval;  in getMasterVolume()  local
115 retval = r; in getMasterVolume()
116 if (retval == Result::OK) { in getMasterVolume()
120 return processReturn("getMasterVolume", ret, retval); in getMasterVolume()
139 Result retval; in getMicMute() local
142 retval = r; in getMicMute()
143 if (retval == Result::OK) { in getMicMute()
147 return processReturn("getMicMute", ret, retval); in getMicMute()
159 Result retval; in getMasterMute() local
162 retval = r; in getMasterMute()
163 if (retval == Result::OK) { in getMasterMute()
167 return processReturn("getMasterMute", ret, retval); in getMasterMute()
188 Result retval; in getParameters() local
193 retval = r; in getParameters()
194 if (retval == Result::OK) { in getParameters()
198 return processReturn("getParameters", ret, retval); in getParameters()
207 Result retval; in getInputBufferSize() local
211 retval = r; in getInputBufferSize()
212 if (retval == Result::OK) { in getInputBufferSize()
216 return processReturn("getInputBufferSize", ret, retval); in getInputBufferSize()
252 Result retval = Result::NOT_INITIALIZED; in openOutputStream() local
264 retval = r; in openOutputStream()
265 if (retval == Result::OK) { in openOutputStream()
270 return processReturn("openOutputStream", ret, retval); in openOutputStream()
303 Result retval = Result::NOT_INITIALIZED; in openInputStream() local
337 retval = r; in openInputStream()
338 if (retval == Result::OK) { in openInputStream()
343 return processReturn("openInputStream", ret, retval); in openInputStream()
374 Result retval = Result::OK; in createAudioPatch() local
381 retval = r; in createAudioPatch()
382 if (retval == Result::OK) { in createAudioPatch()
392 retval = r; in createAudioPatch()
393 if (retval == Result::OK) { in createAudioPatch()
400 return processReturn(methodName.c_str(), ret, retval); in createAudioPatch()
414 Result retval; in getAudioPortImpl() local
418 retval = r; in getAudioPortImpl()
419 if (retval == Result::OK) { in getAudioPortImpl()
423 return processReturn("getAudioPort", ret, retval); in getAudioPortImpl()
470 Result retval; in getMicrophones() local
473 retval = r; in getMicrophones()
482 return processReturn("getMicrophones", ret, retval); in getMicrophones()