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

/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
H A DGeneralUtil.h84 TI_HANDLE Context; member in struct:__anon678
H A DTrafficMonitorAPI.h50 typedef void (*TraffEevntCall_t)(TI_HANDLE Context,UINT32 Cookie);
87 TI_HANDLE Context; member in struct:__anon688
H A DGeneralUtil.c348 * HANDLE Context
354 TI_HANDLE Context,UINT32 Cookie)
368 NotifReqElment->Context = Context;
380 TI_STATUS DistributorMgr_ReReg(TI_HANDLE hDistributorMgr,TI_HANDLE ReqElmenth ,UINT16 Mask,TI_HANDLE CallBack,TI_HANDLE Context,UINT32 Cookie) argument
393 NotifReqElment->Context = Context;
502 NotifReqElment->CallBack(NotifReqElment->Context,EventCount,Mask,
353 DistributorMgr_Reg(TI_HANDLE hDistributorMgr,UINT16 Mask,TI_HANDLE CallBack, TI_HANDLE Context,UINT32 Cookie) argument
H A DTrafficMonitor.h142 TI_HANDLE Context ; member in struct:AlertElement_t
H A DTrafficMonitor.c323 TrafficAlertElement->Context = TrafficAlertRegParm->Context;
748 AlertElement->CallBack(AlertElement->Context,AlertElement->Cookie);
818 AlertElement->CallBack(AlertElement->Context,AlertElement->Cookie);
1229 VOID func1(TI_HANDLE Context,UINT32 Cookie) argument
1276 TrafficAlertRegParm.Context = NULL ;
1286 TrafficAlertRegParm.Context = NULL ;
1297 TrafficAlertRegParm.Context = NULL ;
1307 TrafficAlertRegParm.Context = NULL ;
/system/wlan/ti/wilink_6_1/stad/src/Data_link/
H A DGeneralUtil.h83 TI_HANDLE Context; member in struct:__anon1829
H A DTrafficMonitorAPI.h50 typedef void (*TraffEevntCall_t)(TI_HANDLE Context,TI_UINT32 Cookie);
87 TI_HANDLE Context; member in struct:__anon1837
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 ;
/system/media/opensles/tests/listening/
H A DslesTest_playMuteSolo.cpp35 } Context; typedef in typeref:struct:__anon268
53 Context *context = (Context *) pContext;
213 Context context;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/
H A DmeasurementMgr.c91 static void measurementMgr_uponActivationDelayTimeout(TI_HANDLE Context);
1230 * @param Context A handle to the Measurement Manager module.
1234 static void measurementMgr_uponActivationDelayTimeout(TI_HANDLE Context) argument
1236 measurementMgr_t * pMeasurementMgr = (measurementMgr_t *) Context;
1241 measurementMgr_activateNextRequest(Context);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/
H A DCtrl.c72 void ctrlData_TrafficThresholdCrossed(TI_HANDLE Context,UINT32 Cookie);
1844 TrafficAlertRegParm.Context = hCtrlData;
1939 void ctrlData_TrafficThresholdCrossed(TI_HANDLE Context,UINT32 Cookie) argument
1941 ctrlData_t *pCtrlData = (ctrlData_t *)Context;

Completed in 112 milliseconds