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

/hardware/ti/wlan/wl1271/stad/src/Data_link/
H A DGeneralUtil.h83 TI_HANDLE Context; member in struct:__anon1411
H A DTrafficMonitorAPI.h50 typedef void (*TraffEevntCall_t)(TI_HANDLE Context,TI_UINT32 Cookie);
87 TI_HANDLE Context; member in struct:__anon1419
H A DGeneralUtil.c348 * HANDLE Context
354 TI_HANDLE Context,TI_UINT32 Cookie)
368 NotifReqElment->Context = Context;
380 TI_STATUS DistributorMgr_ReReg(TI_HANDLE hDistributorMgr,TI_HANDLE ReqElmenth ,TI_UINT16 Mask,TI_HANDLE CallBack,TI_HANDLE Context,TI_UINT32 Cookie) argument
393 NotifReqElment->Context = Context;
502 NotifReqElment->CallBack(NotifReqElment->Context,EventCount,Mask,
353 DistributorMgr_Reg(TI_HANDLE hDistributorMgr,TI_UINT16 Mask,TI_HANDLE CallBack, TI_HANDLE Context,TI_UINT32 Cookie) argument
H A DTrafficMonitor.h144 TI_HANDLE Context ; member in struct:AlertElement_t
H A DCtrl.c62 static void ctrlData_TrafficThresholdCrossed(TI_HANDLE Context,TI_UINT32 Cookie);
862 TrafficAlertRegParm.Context = hCtrlData;
950 static void ctrlData_TrafficThresholdCrossed(TI_HANDLE Context,TI_UINT32 Cookie) argument
952 ctrlData_t *pCtrlData = (ctrlData_t *)Context;
H A DTrafficMonitor.c335 TrafficAlertElement->Context = TrafficAlertRegParm->Context;
757 AlertElement->CallBack(AlertElement->Context,AlertElement->Cookie);
827 AlertElement->CallBack(AlertElement->Context,AlertElement->Cookie);
1242 void func1(TI_HANDLE Context,TI_UINT32 Cookie) argument
1289 TrafficAlertRegParm.Context = NULL ;
1299 TrafficAlertRegParm.Context = NULL ;
1310 TrafficAlertRegParm.Context = NULL ;
1320 TrafficAlertRegParm.Context = NULL ;

Completed in 46 milliseconds