Loading media/java/android/media/midi/IMidiDeviceServer.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
media/java/android/media/midi/IMidiDeviceServer.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading