Searched refs:mRkAiqGroupMsgHdlTh (Results 1 – 2 of 2) sorted by relevance
38 mRkAiqGroupMsgHdlTh = new RkAiqAnalyzeGroupMsgHdlThread(ss.str().c_str(), this); in RkAiqAnalyzerGroup()40 mRkAiqGroupMsgHdlTh = nullptr; in RkAiqAnalyzerGroup()45 if (mRkAiqGroupMsgHdlTh.ptr()) { in start()46 mRkAiqGroupMsgHdlTh->triger_start(); in start()47 mRkAiqGroupMsgHdlTh->start(); in start()88 if (mRkAiqGroupMsgHdlTh.ptr()) { in pushMsg()89 mRkAiqGroupMsgHdlTh->push_msg(msg); in pushMsg()170 if (mRkAiqGroupMsgHdlTh.ptr()) { in stop()171 mRkAiqGroupMsgHdlTh->triger_stop(); in stop()172 mRkAiqGroupMsgHdlTh->stop(); in stop()
87 SmartPtr<RkAiqAnalyzeGroupMsgHdlThread> mRkAiqGroupMsgHdlTh; variable