Merge "MIDI: Mark IMidiDeviceServer.closeDevice as oneway"
This commit is contained in:
committed by
Android (Google) Code Review
commit
ec41ae655f
@@ -24,7 +24,7 @@ interface IMidiDeviceServer
|
||||
FileDescriptor openInputPort(IBinder token, int portNumber);
|
||||
FileDescriptor openOutputPort(IBinder token, int portNumber);
|
||||
void closePort(IBinder token);
|
||||
void closeDevice();
|
||||
oneway void closeDevice();
|
||||
|
||||
// connects the input port pfd to the specified output port
|
||||
// Returns the PID of the called process.
|
||||
|
||||
Reference in New Issue
Block a user