Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DapiDMX.c284 MS_BOOL _bEnableInitRefCnt; member
617 ._bEnableInitRefCnt = FALSE,
778 presource->_bEnableInitRefCnt = FALSE; in _DMX_InitResource()
3563 if((_pdmx_res->_bEnableInitRefCnt) && (_pdmx_res->_u8InitRefCnt != 1))//not the first init in _MApi_DMX_Init()
3686 if(_pdmx_res->_bEnableInitRefCnt) in _MApi_DMX_TSPInit()
3839 if((_pdmx_res->_bEnableInitRefCnt) && (_pdmx_res->_u8InitRefCnt > 0)) in _MApi_DMX_Exit()
12208 _pdmx_res->_bEnableInitRefCnt = (MS_BOOL)u32Config;