Searched refs:RkAiqAnalyzeGroupMsgHdlThread (Results 1 – 2 of 2) sorted by relevance
43 class RkAiqAnalyzeGroupMsgHdlThread; variable87 SmartPtr<RkAiqAnalyzeGroupMsgHdlThread> mRkAiqGroupMsgHdlTh;94 class RkAiqAnalyzeGroupMsgHdlThread : public Thread {96 RkAiqAnalyzeGroupMsgHdlThread(const std::string name, RkAiqAnalyzerGroup* group) in RkAiqAnalyzeGroupMsgHdlThread() function100 ~RkAiqAnalyzeGroupMsgHdlThread() { mMsgsQueue.clear(); }; in ~RkAiqAnalyzeGroupMsgHdlThread()171 SmartPtr<RkAiqAnalyzeGroupMsgHdlThread> mMsgThrd;
38 mRkAiqGroupMsgHdlTh = new RkAiqAnalyzeGroupMsgHdlThread(ss.str().c_str(), this); in RkAiqAnalyzerGroup()187 bool RkAiqAnalyzeGroupMsgHdlThread::loop() { in loop()214 XCamReturn RkAiqAnalyzeGroupMsgHdlThread::handleCalibUpdate(RkAiqAnalyzerGroup* grp) in handleCalibUpdate()599 mMsgThrd = new RkAiqAnalyzeGroupMsgHdlThread("GrpMsgThrd", nullptr); in parseAlgoGroup()