Home
last modified time | relevance | path

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

/system/core/adb/
Dtransport.h167 struct BlockingConnectionAdapter : public Connection { struct
185 std::unique_ptr<BlockingConnection> underlying_;
190 std::mutex mutex_;
191 std::condition_variable cv_;
193 std::once_flag error_flag_;
Dtransport.cpp279 BlockingConnectionAdapter::BlockingConnectionAdapter(std::unique_ptr<BlockingConnection> connection) in BlockingConnectionAdapter() function in BlockingConnectionAdapter