HomeSort by relevance Sort by last modified time
    Searched refs:AMIDI_INVALID_HANDLE (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/native/midi/
midi.h 36 #define AMIDI_INVALID_HANDLE NULL
  /frameworks/base/media/tests/NativeMidiDemo/jni/
nativemidi-jni.cpp 69 static AMIDI_Device* midiDevice = AMIDI_INVALID_HANDLE;
70 static std::atomic<AMIDI_OutputPort*> midiOutputPort(AMIDI_INVALID_HANDLE);
90 if (outputPort != AMIDI_INVALID_HANDLE) {
276 AMIDI_OutputPort* outputPort = midiOutputPort.exchange(AMIDI_INVALID_HANDLE);
277 if (outputPort == AMIDI_INVALID_HANDLE) return;

Completed in 57 milliseconds