Home | History | Annotate | Download | only in Inc

Lines Matching defs:TI_OAL

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() \
138 { return (TI_OAL*) ClassApi::GetInstance(); } \
139 TI_OAL* ClassApi::GetInstance() \
142 tiVOID TI_OAL::FreeInstance() \