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()33 void HciSniffer::SetOutputStream(std::shared_ptr<std::ostream> outputStream) { in SetOutputStream() function in rootcanal::HciSniffer
51 void SetOutputStream(std::shared_ptr<std::ostream> outputStream);
126 sniffer->SetOutputStream(file); in SetUpHciServer()