Merge "MIDI: Mark IMidiDeviceServer.closeDevice as oneway"

This commit is contained in:
TreeHugger Robot
2017-04-20 21:50:04 +00:00
committed by Android (Google) Code Review

View File

@@ -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.