HomeSort by relevance Sort by last modified time
    Searched refs:EventId (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))
133 switch(EventId)
300 os_error_printf(CU_MSG_ERROR, (PS8)"**** Unknow EventId %d ****\n", EventId);
311 U32 EventId = 0;
336 EventId=IPC_EVENT_DISASSOCIATED;
337 IpcEvent_PrintEvent(pIpcEventChild, EventId, NULL,0);
345 EventId=IPC_EVENT_ASSOCIATED;
346 IpcEvent_PrintEvent(pIpcEventChild, EventId, NULL,0);
    [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))
133 switch(EventId)
291 os_error_printf(CU_MSG_ERROR, (PS8)"**** Unknow EventId %d ****\n", EventId);
302 U32 EventId = 0;
327 EventId=IPC_EVENT_DISASSOCIATED;
328 IpcEvent_PrintEvent(pIpcEventChild, EventId, NULL,0);
332 EventId=IPC_EVENT_ASSOCIATED;
333 IpcEvent_PrintEvent(pIpcEventChild, EventId, NULL,0);
    [all...]

Completed in 156 milliseconds