Home
last modified time | relevance | path

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

/system/core/adb/
Dtransport.h80 struct FdConnection : public Connection { struct
81 explicit FdConnection(unique_fd fd) : fd_(std::move(fd)) {} in FdConnection() argument