Home
last modified time | relevance | path

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

/packages/modules/adb/
Dtransport.h171 struct BlockingConnectionAdapter : public Connection { struct
189 std::unique_ptr<BlockingConnection> underlying_;
194 std::mutex mutex_;
195 std::condition_variable cv_;
197 std::once_flag error_flag_;
Dtransport.cpp295 BlockingConnectionAdapter::BlockingConnectionAdapter(std::unique_ptr<BlockingConnection> connection) in BlockingConnectionAdapter() function in BlockingConnectionAdapter