Home
last modified time | relevance | path

Searched defs:AdbForwarder (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/binder/
DServiceManagerHost.cpp49 class AdbForwarder { class
53 AdbForwarder(AdbForwarder&& other) noexcept { (*this) = std::move(other); } in AdbForwarder() function in android::__anonc541c25c0111::AdbForwarder
61 explicit AdbForwarder(unsigned int port) : mPort(port) {} in AdbForwarder() function in android::__anonc541c25c0111::AdbForwarder