Home | History | Annotate | Download | only in Sta_Management

Lines Matching refs:hOS

311  * \param hOS - handle to the OS object.\n
314 TI_HANDLE scr_create( TI_HANDLE hOS )
317 TScr *pScr = os_memoryAlloc( hOS, sizeof(TScr));
326 pScr->hOS = hOS;
343 os_memoryFree( pScr->hOS, hScr, sizeof(TScr));