Home
last modified time | relevance | path

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

/packages/modules/adb/
Dtransport.h168 struct BlockingConnectionAdapter : public Connection { struct
186 std::unique_ptr<BlockingConnection> underlying_;
191 std::mutex mutex_;
192 std::condition_variable cv_;
194 std::once_flag error_flag_;
Dtransport.cpp281 BlockingConnectionAdapter::BlockingConnectionAdapter(std::unique_ptr<BlockingConnection> connection) in BlockingConnectionAdapter() function in BlockingConnectionAdapter