Home
last modified time | relevance | path

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

/system/chre/host/exynos/
Dexynos_daemon.cc66 mIncomingMsgProcessThread = in init()
68 mNativeThreadHandle = mIncomingMsgProcessThread.native_handle(); in init()
105 if (mIncomingMsgProcessThread.joinable()) { in stopMsgProcessingThread()
106 mIncomingMsgProcessThread.join(); in stopMsgProcessingThread()
Dexynos_daemon.h72 std::thread mIncomingMsgProcessThread; variable