Home
last modified time | relevance | path

Searched defs:AMIDI_Port (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/media/native/midi/
Damidi.cpp44 struct AMIDI_Port { struct
45 std::atomic_int state; // One of the port status constants below.
46 const AMidiDevice *device; // Points to the AMidiDevice associated with the port.
47 sp<IBinder> binderToken;// The Binder token associated with the port.
48 unique_fd ufd; // The unique file descriptor associated with the port.