Home
last modified time | relevance | path

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

/system/chre/host/msm/daemon/
Dfastrpc_daemon.cc88 mMsgToHostThread = in init()
109 if (mMsgToHostThread.has_value()) { in deinit()
110 mMsgToHostThread->join(); in deinit()
Dfastrpc_daemon.h79 std::optional<std::thread> mMsgToHostThread; variable