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

  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
EvHandler.c 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],
150 pEvParams->uEventID = (TI_HANDLE)&pEvHandler->RegistrationArray[pEvParams->uEventType][ModuleIndex];
152 pEvHandler->RegistrationArray[pEvParams->uEventType][ModuleIndex].uEventID = pEvParams->uEventID;
181 PRINTF(DBG_INIT_LOUD, (" EvHandlerUnRegisterEvent EventType = %d \n",pEvParams->uEventType));
183 if( pEvParams->uEventType >= IPC_EVENT_MAX)
    [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
TI_IPC_Api.h 152 TI_UINT32 uEventType;
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c     [all...]
osapi.c 542 switch(pInParam->uEventType)
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
ipc_event.c 357 EventId = (U32)pEvent->EvParams.uEventType;
  /hardware/ti/wlan/wl1271/wpa_supplicant_lib/
driver_ti.c 201 wpa_printf(MSG_DEBUG, "uEventType %d", pData->EvParams.uEventType);
202 switch (pData->EvParams.uEventType) {
    [all...]

Completed in 3271 milliseconds