Searched refs:mInstance (Results 1 – 2 of 2) sorted by relevance
35 RkIspFecHwMgr* RkIspFecHwMgr::mInstance = NULL; member in RKISPFEC::RkIspFecHwMgr71 if (!mInstance) in getInstance()74 mgr = mInstance; in getInstance()88 if (mInstance && mRefCnt == 0) { in deinit()89 delete mInstance; in deinit()90 mInstance = NULL; in deinit()
39 static RkIspFecHwMgr* mInstance; variable