Home
last modified time | relevance | path

Searched refs:capturePorts_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/devicemanager/src/
H A Daudio_device_adapter_impl.cpp87 return capturePorts_.size(); in GetCapturePortsNum()
128 if (devAdapter->capturePorts_.size() != 1) { in HandleCaptureParamEvent()
131 for (auto j = devAdapter->capturePorts_.begin(); j != devAdapter->capturePorts_.end();) { in HandleCaptureParamEvent()
135 devAdapter->capturePorts_.erase(j++); in HandleCaptureParamEvent()
302 if (capturePorts_.find(audioCapture) != capturePorts_.end()) { in CreateCapture()
310 capturePorts_[audioCapture] = capturePortInfo; in CreateCapture()
320 if (capturePorts_.find(audioCapture) == capturePorts_.end()) { in DestroyCapture()
331 capturePorts_.erase(audioCapture); in DestroyCapture()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/devicemanager/include/
H A Daudio_device_adapter_impl.h88 std::map<sptr<IAudioCapture>, DevicePortInfo> capturePorts_; variable