Lines Matching refs:retval
129 Result retval; in getMasterVolume() local
132 retval = r; in getMasterVolume()
133 if (retval == Result::OK) { in getMasterVolume()
137 return processReturn("getMasterVolume", ret, retval); in getMasterVolume()
153 Result retval; in getMicMute() local
156 retval = r; in getMicMute()
157 if (retval == Result::OK) { in getMicMute()
161 return processReturn("getMicMute", ret, retval); in getMicMute()
171 Result retval; in getMasterMute() local
174 retval = r; in getMasterMute()
175 if (retval == Result::OK) { in getMasterMute()
179 return processReturn("getMasterMute", ret, retval); in getMasterMute()
198 Result retval; in getParameters() local
203 retval = r; in getParameters()
204 if (retval == Result::OK) { in getParameters()
208 return processReturn("getParameters", ret, retval); in getParameters()
216 Result retval; in getInputBufferSize() local
220 retval = r; in getInputBufferSize()
221 if (retval == Result::OK) { in getInputBufferSize()
225 return processReturn("getInputBufferSize", ret, retval); in getInputBufferSize()
241 Result retval = Result::NOT_INITIALIZED; in openOutputStream() local
251 retval = r; in openOutputStream()
252 if (retval == Result::OK) { in openOutputStream()
257 return processReturn("openOutputStream", ret, retval); in openOutputStream()
276 Result retval = Result::NOT_INITIALIZED; in openInputStream() local
302 retval = r; in openInputStream()
303 if (retval == Result::OK) { in openInputStream()
308 return processReturn("openInputStream", ret, retval); in openInputStream()
326 Result retval; in createAudioPatch() local
330 retval = r; in createAudioPatch()
331 if (retval == Result::OK) { in createAudioPatch()
335 return processReturn("createAudioPatch", ret, retval); in createAudioPatch()
347 Result retval; in getAudioPort() local
351 retval = r; in getAudioPort()
352 if (retval == Result::OK) { in getAudioPort()
356 return processReturn("getAudioPort", ret, retval); in getAudioPort()
375 Result retval; in getMicrophones() local
378 retval = r; in getMicrophones()
387 return processReturn("getMicrophones", ret, retval); in getMicrophones()