Searched defs:EventId (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
H A Dipc_event.c128 static VOID IpcEvent_PrintEvent(IpcEvent_Child_t* pIpcEventChild, U32 EventId, TI_UINT8* pData, S32 DataLen) argument
131 if(pIpcEventChild->p_shared_memory->event_mask & ((u64)1<<EventId))
133 switch(EventId)
300 os_error_printf(CU_MSG_ERROR, (PS8)"**** Unknow EventId %d ****\n", EventId);
311 U32 EventId = 0; local
336 EventId=IPC_EVENT_DISASSOCIATED;
337 IpcEvent_PrintEvent(pIpcEventChild, EventId, NULL,0);
345 EventId=IPC_EVENT_ASSOCIATED;
346 IpcEvent_PrintEvent(pIpcEventChild, EventId, NUL
[all...]

Completed in 22 milliseconds