Home
last modified time | relevance | path

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

/packages/services/Car/cpp/computepipe/proto/
DConfigurationCommand.proto19 message SetOutputStream { message
32 optional SetOutputStream set_output_stream = 4;
/packages/modules/Bluetooth/tools/rootcanal/model/hci/
Dhci_sniffer.cc28 SetOutputStream(outputStream); in HciSniffer()
35 void HciSniffer::SetOutputStream(std::shared_ptr<std::ostream> outputStream) { in SetOutputStream() function in rootcanal::HciSniffer
Dhci_sniffer.h52 void SetOutputStream(std::shared_ptr<std::ostream> outputStream);
/packages/modules/Bluetooth/tools/rootcanal/desktop/
Dtest_environment.cc135 sniffer->SetOutputStream(file); in SetUpHciServer()