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

  /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...]
  /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...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
report.c 317 void report_getReportModuleTable(TI_HANDLE hReport, tiUINT8 *pModules)
321 os_memoryCopy(NULL, (void *)pModules, (void *)(((report_t *)hReport)->ModuleTable), sizeof(((report_t *)hReport)->ModuleTable));
325 pModules[index] += '0';
348 void report_setReportModuleTable(TI_HANDLE hReport, tiUINT8 *pModules)
354 pModules[index] -= '0';
357 os_memoryCopy(NULL, (void *)(((report_t *)hReport)->ModuleTable), (void *)pModules, sizeof(((report_t *)hReport)->ModuleTable));
report.h 175 void report_getReportModuleTable (TI_HANDLE hReport, tiUINT8 *pModules);
176 void report_setReportModuleTable (TI_HANDLE hReport, tiUINT8 *pModules);

Completed in 147 milliseconds