Searched defs:PortInfo (Results 1 – 4 of 4) sorted by relevance
57 struct PortInfo { struct58 OMX_PARAM_PORTDEFINITIONTYPE mDef;59 Vector<BufferInfo> mBuffers;60 List<BufferInfo *> mQueue;62 enum {66 } mTransition;
49 static class PortInfo { class in Signature53 public PortInfo() { in PortInfo() method in Signature.PortInfo58 public PortInfo(int flags, FrameType type) { in PortInfo() method in Signature.PortInfo
145 public static final class PortInfo { class in MidiDeviceInfo160 PortInfo(int type, int portNumber, String name) { in PortInfo() method in MidiDeviceInfo.PortInfo
1182 private static final class PortInfo { class in UsbPortManager1200 PortInfo(@NonNull UsbManager usbManager, @NonNull String portId, int supportedModes, in PortInfo() method in UsbPortManager.PortInfo