Lines Matching refs:retval
149 Result retval; in getMasterVolume() local
152 retval = r; in getMasterVolume()
153 if (retval == Result::OK) { in getMasterVolume()
157 return processReturn("getMasterVolume", ret, retval); in getMasterVolume()
176 Result retval; in getMicMute() local
179 retval = r; in getMicMute()
180 if (retval == Result::OK) { in getMicMute()
184 return processReturn("getMicMute", ret, retval); in getMicMute()
196 Result retval; in getMasterMute() local
199 retval = r; in getMasterMute()
200 if (retval == Result::OK) { in getMasterMute()
204 return processReturn("getMasterMute", ret, retval); in getMasterMute()
225 Result retval; in getParameters() local
230 retval = r; in getParameters()
231 if (retval == Result::OK) { in getParameters()
235 return processReturn("getParameters", ret, retval); in getParameters()
244 Result retval; in getInputBufferSize() local
248 retval = r; in getInputBufferSize()
249 if (retval == Result::OK) { in getInputBufferSize()
253 return processReturn("getInputBufferSize", ret, retval); in getInputBufferSize()
289 Result retval = Result::NOT_INITIALIZED; in openOutputStream() local
301 retval = r; in openOutputStream()
302 if (retval == Result::OK) { in openOutputStream()
307 const status_t status = processReturn("openOutputStream", ret, retval); in openOutputStream()
345 Result retval = Result::NOT_INITIALIZED; in openInputStream() local
379 retval = r; in openInputStream()
380 if (retval == Result::OK) { in openInputStream()
385 const status_t status = processReturn("openInputStream", ret, retval); in openInputStream()
421 Result retval = Result::OK; in createAudioPatch() local
428 retval = r; in createAudioPatch()
429 if (retval == Result::OK) { in createAudioPatch()
439 retval = r; in createAudioPatch()
440 if (retval == Result::OK) { in createAudioPatch()
447 return processReturn(methodName.c_str(), ret, retval); in createAudioPatch()
462 Result retval; in getAudioPortImpl() local
466 retval = r; in getAudioPortImpl()
467 if (retval == Result::OK) { in getAudioPortImpl()
471 return processReturn("getAudioPort", ret, retval); in getAudioPortImpl()
520 Result retval; in getMicrophones() local
523 retval = r; in getMicrophones()
531 return processReturn("getMicrophones", ret, retval); in getMicrophones()