Searched refs:_instance (Results 1 - 2 of 2) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/
H A DTI_OAL.h107 static TI_OAL* _instance; member in class:TI_OAL
140 {if( _instance == 0){_instance = new ClassApi();} \
141 m_uReferenceCount++; return _instance;} \
145 { m_uReferenceCount--;if(!m_uReferenceCount && _instance ) \
146 {delete (ClassApi*)_instance;_instance = NULL;}}
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/OAL/Common/
H A DTI_OAL.cpp32 TI_OAL* TI_OAL::_instance = NULL; member in class:TI_OAL

Completed in 125 milliseconds