Searched refs:capturePorts_ (Results 1 – 2 of 2) sorted by relevance
87 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()
88 std::map<sptr<IAudioCapture>, DevicePortInfo> capturePorts_; variable