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

  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
ipc_event.c 128 static VOID IpcEvent_PrintEvent(IpcEvent_Child_t* pIpcEventChild, U32 EventId, TI_UINT8* pData, S32 DataLen)
131 if(pIpcEventChild->p_shared_memory->event_mask & ((u64)1<<EventId))
305 static VOID IpcEvent_wext_event_wireless(IpcEvent_Child_t* pIpcEventChild, PS8 data, S32 len)
337 IpcEvent_PrintEvent(pIpcEventChild, EventId, NULL,0);
346 IpcEvent_PrintEvent(pIpcEventChild, EventId, NULL,0);
351 IpcEvent_PrintEvent(pIpcEventChild, EventId, NULL,0);
358 IpcEvent_PrintEvent (pIpcEventChild, EventId, pEvent->uBuffer, pEvent->uBufferSize);
363 IpcEvent_PrintEvent(pIpcEventChild, EventId, NULL,0);
373 IpcEvent_PrintEvent(pIpcEventChild, EventId, NULL,0);
383 static VOID IpcEvent_wext_event_rtm_newlink(IpcEvent_Child_t* pIpcEventChild, struct nlmsghdr *h,
    [all...]
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
ipc_event.c 128 static VOID IpcEvent_PrintEvent(IpcEvent_Child_t* pIpcEventChild, U32 EventId, TI_UINT8* pData, S32 DataLen)
131 if(pIpcEventChild->p_shared_memory->event_mask & (1<<EventId))
296 static VOID IpcEvent_wext_event_wireless(IpcEvent_Child_t* pIpcEventChild, PS8 data, S32 len)
328 IpcEvent_PrintEvent(pIpcEventChild, EventId, NULL,0);
333 IpcEvent_PrintEvent(pIpcEventChild, EventId, NULL,0);
338 IpcEvent_PrintEvent(pIpcEventChild, EventId, NULL,0);
345 IpcEvent_PrintEvent (pIpcEventChild, EventId, pEvent->uBuffer, pEvent->uBufferSize);
350 IpcEvent_PrintEvent(pIpcEventChild, EventId, NULL,0);
360 IpcEvent_PrintEvent(pIpcEventChild, EventId, NULL,0);
370 static VOID IpcEvent_wext_event_rtm_newlink(IpcEvent_Child_t* pIpcEventChild, struct nlmsghdr *h,
    [all...]

Completed in 65 milliseconds