Searched refs:in_stream (Results 1 – 4 of 4) sorted by relevance
1054 const struct stream_in* in_stream = (const struct stream_in*)stream; in in_dump() local1055 if (in_stream != NULL) { in in_dump()1056 stream_dump_alsa_devices(&in_stream->alsa_devices, fd); in in_dump()
1019 std::istream& in_stream, in ReadCommentedInputStream() argument1022 while (in_stream.good()) { in ReadCommentedInputStream()1024 std::getline(in_stream, dot); in ReadCommentedInputStream()
2828 std::istream& in_stream, in ReadCommentedInputStream() argument2831 while (in_stream.good()) { in ReadCommentedInputStream()2833 std::getline(in_stream, dot); in ReadCommentedInputStream()
2998 static std::vector<std::string> ReadCommentedInputStream(std::istream& in_stream) { in ReadCommentedInputStream() argument3000 while (in_stream.good()) { in ReadCommentedInputStream()3002 std::getline(in_stream, dot); in ReadCommentedInputStream()