HomeSort by relevance Sort by last modified time
    Searched defs:pModules (Results 1 - 3 of 3) sorted by null

  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
OMX_Core.c 38 static void* pModules[MAXCOMP] = {0};
41 static void* pComponents[COUNTOF(pModules)] = {0};
199 for(i=0; i< COUNTOF(pModules); i++) {
200 if(pModules[i] == NULL) break;
202 if(i == COUNTOF(pModules)) {
241 pModules[i] = dlopen(buf, RTLD_LAZY | RTLD_GLOBAL);
242 if( pModules[i] == NULL ) {
250 pComponentInit = dlsym(pModules[i], "OMX_ComponentInit");
253 LOGE("%d:: dlsym failed for module %p\n", __LINE__, pModules[i]);
304 dlclose(pModules[i])
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
DrvMain.c 791 TStadHandlesList *pModules = &pDrvMain->tStadHandles; /* The STAD modules handles list */
796 context_Init (pModules->hContext, pModules->hOs, pModules->hReport);
797 tmr_Init (pModules->hTimer, pModules->hOs, pModules->hReport, pModules->hContext);
798 txnQ_Init (pModules->hTxnQ, pModules->hOs, pModules->hReport, pModules->hContext)
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/
DrvMain.c 798 TStadHandlesList *pModules = &pDrvMain->tStadHandles; /* The STAD modules handles list */
803 context_Init (pModules->hContext, pModules->hOs, pModules->hReport);
804 tmr_Init (pModules->hTimer, pModules->hOs, pModules->hReport, pModules->hContext);
805 txnQ_Init (pModules->hTxnQ, pModules->hOs, pModules->hReport, pModules->hContext)
    [all...]

Completed in 211 milliseconds