Searched refs:SetOutputStream (Results 1 – 4 of 4) sorted by relevance
19 message SetOutputStream { message32 optional SetOutputStream set_output_stream = 4;
28 SetOutputStream(outputStream); in HciSniffer()35 void HciSniffer::SetOutputStream(std::shared_ptr<std::ostream> outputStream) { in SetOutputStream() function in rootcanal::HciSniffer
52 void SetOutputStream(std::shared_ptr<std::ostream> outputStream);
135 sniffer->SetOutputStream(file); in SetUpHciServer()