Home
last modified time | relevance | path

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

/packages/modules/adb/tools/
Dadb_usbreset.cpp30 struct Serial { struct
34 using DeviceSelection = std::variant<std::monostate, AllDevices, SingleDevice, Serial>; argument
69 std::variant<std::monostate, AllDevices, SingleDevice, Serial> selection; in main()
83 SetOption(&selection, Serial{optarg}); in main()
85 SetOption(&selection, Serial{optarg}); in main()
94 SetOption(&selection, Serial{env}); in main()
158 if (auto s = std::get_if<Serial>(&selection)) { in main()
/packages/modules/adb/
Dtransport.cpp283 std::string Connection::Serial() const { in Serial() function in Connection
291 LOG(INFO) << "BlockingConnectionAdapter(" << Serial() << "): destructing"; in ~BlockingConnectionAdapter()
298 LOG(FATAL) << "BlockingConnectionAdapter(" << Serial() << "): started multiple times"; in Start()
304 LOG(INFO) << Serial() << ": write thread spawning"; in Start()
332 LOG(INFO) << Serial() << ": read thread spawning"; in StartReadThread()
336 PLOG(INFO) << Serial() << ": read failed"; in StartReadThread()
351 LOG(INFO) << Serial() << ": Received STLS packet. Stopping read thread."; in StartReadThread()
373 LOG(INFO) << "BlockingConnectionAdapter(" << Serial() << "): not started"; in Reset()
378 LOG(INFO) << "BlockingConnectionAdapter(" << Serial() << "): already stopped"; in Reset()
383 LOG(INFO) << "BlockingConnectionAdapter(" << Serial() << "): resetting"; in Reset()
[all …]
Dtransport.h131 std::string Serial() const;
/packages/modules/Bluetooth/system/blueberry/utils/
Darduino_base.py28 self.serial = serial.Serial(config['arduino_port'], 9600)