MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / checkForSessionTimeout

Method checkForSessionTimeout

src/StreamManager.cpp:206–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206void StreamManager::checkForSessionTimeout() {
207 base::MutexLock lock(_mutex);
208
209 assert(!_stream.empty());
210 for (SpStream stream : _stream) {
211 if (stream->streamInUse()) {
212 stream->checkForSessionTimeout();
213 }
214 }
215}
216
217std::string StreamManager::getDescribeMediaLevelString(const int streamID) const {
218 base::MutexLock lock(_mutex);

Callers

nothing calls this directly

Calls 1

streamInUseMethod · 0.80

Tested by

no test coverage detected