Home
last modified time | relevance | path

Searched refs:mPorts (Results 1 – 13 of 13) sorted by relevance

/frameworks/av/media/libstagefright/omx/
DSimpleSoftOMXComponent.cpp132 CHECK(portIndex < mPorts.size()); in isSetParameterAllowed()
134 return !mPorts.itemAt(portIndex).mDef.bEnabled; in isSetParameterAllowed()
164 if (defParams->nPortIndex >= mPorts.size() in internalGetParameter()
171 &mPorts.itemAt(defParams->nPortIndex); in internalGetParameter()
195 if (defParams->nPortIndex >= mPorts.size()) { in internalSetParameter()
203 &mPorts.editItemAt(defParams->nPortIndex); in internalSetParameter()
247 CHECK_LT(portIndex, mPorts.size()); in useBuffer()
249 PortInfo *port = &mPorts.editItemAt(portIndex); in useBuffer()
326 CHECK_LT(portIndex, mPorts.size()); in freeBuffer()
328 PortInfo *port = &mPorts.editItemAt(portIndex); in freeBuffer()
[all …]
/frameworks/base/core/java/android/webkit/
DWebMessage.java30 private WebMessagePort[] mPorts; field in WebMessage
47 mPorts = ports; in WebMessage()
63 return mPorts; in getPorts()
/frameworks/av/media/libaudiohal/impl/
DHal2AidlMapper.cpp287 mPorts.erase(portId); in eraseConnectedPort()
291 mPorts.insert(std::make_pair(port.id, port)); in eraseConnectedPort()
333 if (portsIt == mPorts.end()) { in findOrCreateDevicePortConfig()
378 while (portsIt == mPorts.end() && matchFlags.getTag() == AudioIoFlags::Tag::input in findOrCreateMixPortConfig()
393 if (portsIt == mPorts.end()) { in findOrCreateMixPortConfig()
517 return mPorts.find(mDefaultInputPortId); in findPort()
519 return mPorts.find(mDefaultOutputPortId); in findPort()
523 return std::find_if(mPorts.begin(), mPorts.end(), in findPort()
528 Hal2AidlMapper::Ports::iterator portIt = mPorts.end(); in findPort()
529 for (auto it = mPorts.begin(); it != mPorts.end(); ++it) { in findPort()
[all …]
DHal2AidlMapper.h67 return ::aidl::android::convertContainer(mPorts, ports, in getAudioPorts()
218 Ports mPorts; variable
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbPortManager.java151 private final ArrayMap<String, PortInfo> mPorts = new ArrayMap<>(); field in UsbPortManager
210 for (PortInfo portInfo : mPorts.values()) { in updateContaminantNotification()
305 final int count = mPorts.size(); in getPorts()
308 result[i] = mPorts.valueAt(i).mUsbPort; in getPorts()
316 final PortInfo portInfo = mPorts.get(portId); in getPortStatus()
326 final PortInfo portInfo = mPorts.get(portId); in isModeChangeSupported()
339 final PortInfo portInfo = mPorts.get(portId); in enableContaminantDetection()
376 final PortInfo portInfo = mPorts.get(portId); in enableLimitPowerTransfer()
416 final PortInfo portInfo = mPorts.get(portId); in enableUsbDataWhileDocked()
459 final PortInfo portInfo = mPorts.get(portId); in enableUsbData()
[all …]
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DHwModule.h105 return findByTagName(mPorts, tagName); in findPortByTagName()
134 PolicyAudioPortVector mPorts; variable
/frameworks/av/media/libaudioclient/aidl/fuzzer/libaudiomockhal/
DModuleMock.cpp36 mPorts.push_back(outDevice); in ModuleMock()
43 mPorts.push_back(outDevice); in ModuleMock()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp84 mPorts.add(profile); in addOutputProfile()
92 mPorts.add(profile); in addInputProfile()
172 mPorts.add(devices[i]); in setDeclaredDevices()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSimpleSoftOMXComponent.h109 Vector<PortInfo> mPorts; member
/frameworks/av/media/libaudioclient/aidl/fuzzer/libaudiomockhal/include/core-mock/
DModuleMock.h130 std::vector<AudioPort> mPorts; variable
/frameworks/base/services/core/java/com/android/server/power/
DLowPowerStandbyController.java215 private final List<LowPowerStandbyPortDescription> mPorts; field in LowPowerStandbyController.StandbyPortsLock
220 mPorts = ports; in StandbyPortsLock()
246 return mPorts; in getPorts()
/frameworks/base/core/java/android/os/
DPowerManager.java3628 private final List<LowPowerStandbyPortDescription> mPorts; field in PowerManager.LowPowerStandbyPortsLock
3632 mPorts = ports; in LowPowerStandbyPortsLock()
3642 LowPowerStandbyPortDescription.toParcelable(mPorts)); in acquire()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt64885 Landroid/webkit/WebMessage;->mPorts:[Landroid/webkit/WebMessagePort;