Home
last modified time | relevance | path

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

/packages/modules/adb/
Dtransport.h166 struct BlockingConnectionAdapter : public Connection { struct
184 std::unique_ptr<BlockingConnection> underlying_;
189 std::mutex mutex_;
190 std::condition_variable cv_;
192 std::once_flag error_flag_;
Dtransport.cpp290 BlockingConnectionAdapter::BlockingConnectionAdapter(std::unique_ptr<BlockingConnection> connection) in BlockingConnectionAdapter() function in BlockingConnectionAdapter