OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TI_OAL
(Results
1 - 2
of
2
) sorted by null
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/OAL/Common/
TI_OAL.cpp
30
//
TI_OAL
Class
32
TI_OAL
*
TI_OAL
::_instance = NULL;
33
tiUINT32
TI_OAL
::m_uReferenceCount= 0;
38
TI_OAL
::
TI_OAL
()
42
TI_OAL
::~
TI_OAL
()
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/
TI_OAL.h
22
/* Module:
TI_OAL
.h*/
24
/* Purpose: This file contains a interface for the
TI_OAL
class.*/
100
class
TI_OAL
104
TI_OAL
();
105
virtual ~
TI_OAL
();
107
static
TI_OAL
* _instance;
111
static
TI_OAL
* GetInstance (); /* static function for create TI_OSlib object*/
112
static tiVOID FreeInstance (); /* static function for release
TI_OAL
object*/
137
TI_OAL
*
TI_OAL
::GetInstance()
[
all
...]
Completed in 11 milliseconds