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

  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
EvHandler.c 96 IPC_EVENT_PARAMS *pEvParams;
112 pEvParams = (IPC_EVENT_PARAMS *)pData;
114 PRINTF(DBG_INIT_LOUD, (" EvHandlerRegisterEvent EventType = %d \n",pEvParams->uEventType));
125 if (pEvParams->uEventType >= IPC_EVENT_MAX){
127 pEvParams->uEventType));
134 (pEvHandler->RegistrationArray[pEvParams->uEventType][ModuleIndex].uEventID != NULL))
143 pEvParams->uEventType));
147 os_memoryCopy(pEvHandler->hOs,(TI_UINT8*)&pEvHandler->RegistrationArray[pEvParams->uEventType][ModuleIndex],
148 (TI_UINT8*)pEvParams,Length);
150 pEvParams->uEventID = (TI_HANDLE)&pEvHandler->RegistrationArray[pEvParams->uEventType][ModuleIndex]
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/EvHandler/
EvHandler.c 89 IPC_EVENT_PARAMS* pEvParams;
106 pEvParams = (IPC_EVENT_PARAMS*)pData;
109 PRINTF(DBG_INIT_LOUD, (" EvHandlerRegisterEvent EventType = %d \n",pEvParams->uEventType));
120 if( pEvParams->uEventType >= IPC_EVENT_MAX){
122 pEvParams->uEventType));
129 while ( (pEvHandler->RegistrationArray[pEvParams->uEventType][ModuleIndex].uEventID != NULL )
139 pEvParams->uEventType,
140 (int)(pEvHandler->RegistrationArray[pEvParams->uEventType][ModuleIndex].uEventID)));
144 os_memoryCopy(pEvHandler->hOs,(UINT8*)&pEvHandler->RegistrationArray[pEvParams->uEventType][ModuleIndex],
145 (UINT8*)pEvParams,Length)
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/
EvHandler.c 89 IPC_EVENT_PARAMS *pEvParams;
105 pEvParams = (IPC_EVENT_PARAMS *)pData;
107 PRINTF(DBG_INIT_LOUD, (" EvHandlerRegisterEvent EventType = %d \n",pEvParams->uEventType));
118 if (pEvParams->uEventType >= IPC_EVENT_MAX){
120 pEvParams->uEventType));
127 (pEvHandler->RegistrationArray[pEvParams->uEventType][ModuleIndex].uEventID != NULL))
136 pEvParams->uEventType));
140 os_memoryCopy(pEvHandler->hOs,(TI_UINT8*)&pEvHandler->RegistrationArray[pEvParams->uEventType][ModuleIndex],
141 (TI_UINT8*)pEvParams,Length);
143 pEvParams->uEventID = (TI_HANDLE)&pEvHandler->RegistrationArray[pEvParams->uEventType][ModuleIndex]
    [all...]

Completed in 223 milliseconds