Home
last modified time | relevance | path

Searched refs:mConnectingThreads (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/
DRpcServer.cpp153 mConnectingThreads[thread.get_id()] = std::move(thread); in acceptOne()
171 return mConnectingThreads.size(); in numUninitializedSessions()
191 auto threadId = mConnectingThreads.find(std::this_thread::get_id()); in establishConnection()
192 LOG_ALWAYS_FATAL_IF(threadId == mConnectingThreads.end(), in establishConnection()
196 mConnectingThreads.erase(threadId); in establishConnection()
/frameworks/native/libs/binder/include/binder/
DRpcServer.h157 std::map<std::thread::id, std::thread> mConnectingThreads; variable