Searched defs:AMIDI_Port (Results 1 – 1 of 1) sorted by relevance
44 struct AMIDI_Port { struct45 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.