Home
last modified time | relevance | path

Searched refs:in_stream (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/libhardware/modules/usbaudio/
H A Daudio_hal.c1054 const struct stream_in* in_stream = (const struct stream_in*)stream; in in_dump() local
1055 if (in_stream != NULL) { in in_dump()
1056 stream_dump_alsa_devices(&in_stream->alsa_devices, fd); in in_dump()
/aosp12/art/profman/
H A Dprofman.cc1019 std::istream& in_stream, in ReadCommentedInputStream() argument
1022 while (in_stream.good()) { in ReadCommentedInputStream()
1024 std::getline(in_stream, dot); in ReadCommentedInputStream()
/aosp12/art/dex2oat/
H A Ddex2oat.cc2828 std::istream& in_stream, in ReadCommentedInputStream() argument
2831 while (in_stream.good()) { in ReadCommentedInputStream()
2833 std::getline(in_stream, dot); in ReadCommentedInputStream()
/aosp12/art/oatdump/
H A Doatdump.cc2998 static std::vector<std::string> ReadCommentedInputStream(std::istream& in_stream) { in ReadCommentedInputStream() argument
3000 while (in_stream.good()) { in ReadCommentedInputStream()
3002 std::getline(in_stream, dot); in ReadCommentedInputStream()