Searched defs:AdbForwarder (Results 1 – 1 of 1) sorted by relevance
49 class AdbForwarder { class53 AdbForwarder(AdbForwarder&& other) noexcept { (*this) = std::move(other); } in AdbForwarder() function in android::__anonc541c25c0111::AdbForwarder61 explicit AdbForwarder(unsigned int port) : mPort(port) {} in AdbForwarder() function in android::__anonc541c25c0111::AdbForwarder