Searched defs:mPorts (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DWebMessage.java28 private WebMessagePort[] mPorts; field in class:WebMessage
45 mPorts = ports;
60 return mPorts;
/frameworks/av/include/media/stagefright/
H A DSimpleSoftOMXComponent.h103 Vector<PortInfo> mPorts; member in struct:android::SimpleSoftOMXComponent
/frameworks/av/media/libstagefright/foundation/include/
H A DSimpleSoftOMXComponent.h103 Vector<PortInfo> mPorts; member in struct:android::SimpleSoftOMXComponent
/frameworks/av/media/libstagefright/include/
H A DSimpleSoftOMXComponent.h103 Vector<PortInfo> mPorts; member in struct:android::SimpleSoftOMXComponent
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DHwModule.h82 return mPorts.findByTagName(tagName);
99 AudioPortVector mPorts; member in class:android::HwModule
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbPortManager.java109 private final ArrayMap<String, PortInfo> mPorts = new ArrayMap<String, PortInfo>(); field in class:UsbPortManager
147 final int count = mPorts.size();
150 result[i] = mPorts.valueAt(i).mUsbPort;
158 final PortInfo portInfo = mPorts.get(portId);
166 final PortInfo portInfo = mPorts.get(portId);
403 if (mPorts.isEmpty()) {
406 for (PortInfo portInfo : mPorts.values()) {
517 for (int i = mPorts.size(); i-- > 0; ) {
518 mPorts.valueAt(i).mDisposition = PortInfo.DISPOSITION_REMOVED;
542 for (int i = mPorts
[all...]

Completed in 495 milliseconds