Searched refs:Serial (Results 1 – 6 of 6) 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 | 291 std::string Connection::Serial() const { in Serial() function in Connection 299 LOG(INFO) << "BlockingConnectionAdapter(" << Serial() << "): destructing"; in ~BlockingConnectionAdapter() 306 LOG(FATAL) << "BlockingConnectionAdapter(" << Serial() << "): started multiple times"; in Start() 312 LOG(INFO) << Serial() << ": write thread spawning"; in Start() 340 LOG(INFO) << Serial() << ": read thread spawning"; in StartReadThread() 344 PLOG(INFO) << Serial() << ": read failed"; in StartReadThread() 359 LOG(INFO) << Serial() << ": Received STLS packet. Stopping read thread."; in StartReadThread() 381 LOG(INFO) << "BlockingConnectionAdapter(" << Serial() << "): not started"; in Reset() 386 LOG(INFO) << "BlockingConnectionAdapter(" << Serial() << "): already stopped"; in Reset() 391 LOG(INFO) << "BlockingConnectionAdapter(" << Serial() << "): resetting"; in Reset() [all …]
|
D | transport.h | 136 std::string Serial() const;
|
/packages/modules/Bluetooth/system/blueberry/utils/ |
D | arduino_base.py | 28 self.serial = serial.Serial(config['arduino_port'], 9600)
|
/packages/apps/Nfc/testutils/pn532/ |
D | pn532.py | 66 self.device = serial.Serial(path, 115200, timeout=0.1)
|
/packages/modules/adb/docs/user/ |
D | adb.1.md | 378 Serial number to connect to (see -s).
|