Home
last modified time | relevance | path

Searched refs:channels_ (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Dinspector_agent.cc472 channels_[session_id] = std::make_unique<ChannelImpl>(env_, in connectFrontend()
482 auto it = channels_.find(session_id); in disconnectFrontend()
483 if (it == channels_.end()) in disconnectFrontend()
486 channels_.erase(it); in disconnectFrontend()
488 for (const auto& id_channel : channels_) { in disconnectFrontend()
499 channels_[session_id]->dispatchProtocolMessage(message); in dispatchMessageFromFrontend()
581 for (const auto& id_channel : channels_) { in schedulePauseOnNextStatement()
587 for (const auto& id_channel : channels_) { in hasConnectedSessions()
597 for (const auto& id_channel : channels_) { in notifyWaitingForDisconnect()
624 return !channels_.empty(); in IsActive()
[all …]
/third_party/cef/libcef/browser/
Daudio_capturer.cc75 channels_ = audio_params.channels(); in CefAudioCapturer()
92 audio_handler_->OnAudioStreamStarted(browser_, params_, channels_); in OnCaptureStarted()
103 DCHECK(channels == channels_); in Capture()
Daudio_capturer.h48 int channels_ = 0; variable