Home
last modified time | relevance | path

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

/aosp_15_r20/external/libbrillo/brillo/streams/
H A Dinput_stream_set.cc21 owned_source_streams_{std::move(owned_source_streams)},
149 for (StreamPtr& stream_ptr : owned_source_streams_) { in CloseBlocking()
153 owned_source_streams_.clear(); in CloseBlocking()
H A Dinput_stream_set.h122 std::vector<StreamPtr> owned_source_streams_; variable