Searched refs:mIsDeviceClosed (Results 1 – 1 of 1) sorted by relevance
48 private boolean mIsDeviceClosed; // accessed from native code field in MidiDevice136 if (mIsDeviceClosed) { in openInputPort()162 if (mIsDeviceClosed) { in openOutputPort()194 if (mIsDeviceClosed) { in connectPorts()229 if (!mIsDeviceClosed && mNativeHandle == 0) { in close()231 mIsDeviceClosed = true; in close()