Home
last modified time | relevance | path

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

/system/core/adb/
Dtransport.h135 struct BlockingConnectionAdapter : public Connection { struct
150 std::unique_ptr<BlockingConnection> underlying_;
155 std::mutex mutex_;
156 std::condition_variable cv_;
158 std::once_flag error_flag_;
Dtransport.cpp265 BlockingConnectionAdapter::BlockingConnectionAdapter(std::unique_ptr<BlockingConnection> connection) in BlockingConnectionAdapter() function in BlockingConnectionAdapter