Searched refs:Serial (Results 1 – 4 of 4) sorted by relevance
/packages/modules/adb/tools/ |
D | adb_usbreset.cpp | 30 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/ |
D | transport.cpp | 283 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 …]
|
D | transport.h | 131 std::string Serial() const;
|
/packages/modules/Bluetooth/system/blueberry/utils/ |
D | arduino_base.py | 28 self.serial = serial.Serial(config['arduino_port'], 9600)
|