HomeSort by relevance Sort by last modified time
    Searched defs:PortInfo (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/include/
SimpleSoftOMXComponent.h 49 struct PortInfo {
81 PortInfo *editPortInfo(OMX_U32 portIndex);
98 Vector<PortInfo> mPorts;
  /external/lldb/tools/debugserver/source/MacOSX/
MachException.h 36 struct PortInfo
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
Signature.java 44 private HashMap<String, PortInfo> mInputPorts = null;
45 private HashMap<String, PortInfo> mOutputPorts = null;
49 static class PortInfo {
53 public PortInfo() {
58 public PortInfo(int flags, FrameType type) {
94 addInputPort(name, new PortInfo(flags, type));
107 addOutputPort(name, new PortInfo(flags, type));
146 for (Entry<String, PortInfo> entry : mInputPorts.entrySet()) {
149 for (Entry<String, PortInfo> entry : mOutputPorts.entrySet()) {
161 PortInfo getInputPortInfo(String name)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usbioctl.h 576 USB_HUB_PORT_INFORMATION PortInfo[1];

Completed in 1876 milliseconds