Searched refs:cur_algo_hdl (Results 1 – 1 of 1) sorted by relevance
1439 SmartPtr<RkAiqHandle>* cur_algo_hdl = getCurAlgoTypeHandle(algoType); in enableAlgo() local1440 if (!cur_algo_hdl) { in enableAlgo()1475 RkAiqHandle* curHdl = (*cur_algo_hdl).ptr(); in enableAlgo()1486 curHdl = (*cur_algo_hdl).ptr(); in enableAlgo()1509 SmartPtr<RkAiqHandle>* cur_algo_hdl = getCurAlgoTypeHandle(algoType); in rmAlgo() local1510 if (!cur_algo_hdl) { in rmAlgo()1528 RkAiqHandle* curHdl = (*cur_algo_hdl).ptr(); in rmAlgo()