HomeSort by relevance Sort by last modified time
    Searched refs:hIpcEvent (Results 1 - 6 of 6) 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);
  /system/wlan/ti/wilink_6_1/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;
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
ipc_event.c 608 VOID IpcEvent_Destroy(THandle hIpcEvent)
610 IpcEvent_t* pIpcEvent = (IpcEvent_t*)hIpcEvent;
624 S32 IpcEvent_EnableEvent(THandle hIpcEvent, U32 event)
626 IpcEvent_t* pIpcEvent = (IpcEvent_t*)hIpcEvent;
641 S32 IpcEvent_DisableEvent(THandle hIpcEvent, U32 event)
643 IpcEvent_t* pIpcEvent = (IpcEvent_t*)hIpcEvent;
657 S32 IpcEvent_UpdateDebugLevel(THandle hIpcEvent, S32 debug_level)
659 IpcEvent_t* pIpcEvent = (IpcEvent_t*)hIpcEvent;
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c 83 THandle hIpcEvent;
    [all...]
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
cu_cmd.c 83 THandle hIpcEvent;
    [all...]

Completed in 211 milliseconds