Home
last modified time | relevance | path

Searched refs:MaxSpeedMbps (Results 1 – 3 of 3) sorted by relevance

/packages/modules/adb/
Dtransport.h143 virtual uint64_t MaxSpeedMbps() { return 0; } in MaxSpeedMbps() function
Dtransport.cpp1372 device->set_max_speed(t->connection()->MaxSpeedMbps()); in transportListToProto()
/packages/modules/adb/client/
Dusb_libusb.cpp862 virtual uint64_t MaxSpeedMbps() override final { return max_speed_; } in MaxSpeedMbps() function