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

  /hardware/ti/wlan/wl1271/CUDK/os/linux/inc/
ipc_event.h 37 VOID IpcEvent_Destroy(THandle hIpcEvent);
39 S32 IpcEvent_EnableEvent(THandle hIpcEvent, U32 event);
40 S32 IpcEvent_DisableEvent(THandle hIpcEvent, U32 event);
41 S32 IpcEvent_UpdateDebugLevel(THandle hIpcEvent, S32 debug_level);
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
ipc_event.c 621 VOID IpcEvent_Destroy(THandle hIpcEvent)
623 IpcEvent_t* pIpcEvent = (IpcEvent_t*)hIpcEvent;
637 S32 IpcEvent_EnableEvent(THandle hIpcEvent, U32 event)
639 IpcEvent_t* pIpcEvent = (IpcEvent_t*)hIpcEvent;
654 S32 IpcEvent_DisableEvent(THandle hIpcEvent, U32 event)
656 IpcEvent_t* pIpcEvent = (IpcEvent_t*)hIpcEvent;
670 S32 IpcEvent_UpdateDebugLevel(THandle hIpcEvent, S32 debug_level)
672 IpcEvent_t* pIpcEvent = (IpcEvent_t*)hIpcEvent;
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c 83 THandle hIpcEvent;
    [all...]

Completed in 49 milliseconds