Update for colliding names in arguments and results.
Test: compiles Bug: 33277700 Change-Id: I0c1a62fdea3617a06120f548105f778e011cb576
This commit is contained in:
parent
566cb52d04
commit
acb010882d
1 changed files with 4 additions and 4 deletions
|
@ -179,15 +179,15 @@ interface IDevice {
|
|||
* As input, 'port' contains the information (type, role, address etc...)
|
||||
* needed by the HAL to identify the port.
|
||||
*
|
||||
* As output, 'port' contains possible attributes (sampling rates, formats,
|
||||
* channel masks, gain controllers...) for this port.
|
||||
* As output, 'resultPort' contains possible attributes (sampling rates,
|
||||
* formats, channel masks, gain controllers...) for this port.
|
||||
*
|
||||
* @param port port identifier.
|
||||
* @return retval operation completion status.
|
||||
* @return port port descriptor with all parameters filled up.
|
||||
* @return resultPort port descriptor with all parameters filled up.
|
||||
*/
|
||||
getAudioPort(AudioPort port)
|
||||
generates (Result retval, AudioPort port);
|
||||
generates (Result retval, AudioPort resultPort);
|
||||
|
||||
/*
|
||||
* Set audio port configuration.
|
||||
|
|
Loading…
Reference in a new issue