Home | History | Annotate | Download | only in filterfw

Lines Matching defs:mInputPorts

44     private HashMap<String, PortInfo> mInputPorts = null;
146 for (Entry<String, PortInfo> entry : mInputPorts.entrySet()) {
162 PortInfo result = mInputPorts != null ? mInputPorts.get(name) : null;
174 if (mInputPorts != null) {
175 for (Entry<String, PortInfo> entry : mInputPorts.entrySet()) {
214 return mInputPorts;
222 if (mInputPorts == null) {
223 mInputPorts = new HashMap<String, PortInfo>();
225 if (mInputPorts.containsKey(name)) {
228 mInputPorts.put(name, portInfo);