HomeSort by relevance Sort by last modified time
    Searched refs:scr_t (Results 1 - 2 of 2) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/srv/scr/
scr.h 99 /** \struct scr_t
118 } scr_t; typedef in typeref:struct:__anon13663
scr.c 174 scr_t *pScr = os_memoryAlloc( hOS, sizeof(scr_t) );
198 scr_t *pScr = (scr_t*)hScr;
200 os_memoryFree( pScr->hOS, hScr, sizeof(scr_t) );
215 scr_t *pScr = (scr_t*)hScr;
260 scr_t *pScr = (scr_t*)hScr;
284 scr_t *pScr = (scr_t*)hScr
    [all...]

Completed in 202 milliseconds