Home
last modified time | relevance | path

Searched refs:Context (Results 1 – 23 of 23) sorted by relevance

/hardware/ril/mock-ril/src/cpp/
Drequests.h61 v8::Handle<v8::Context> context_;
70 RilRequestWorkerQueue(v8::Handle<v8::Context> context);
94 int requestsInit(v8::Handle<v8::Context> context, RilRequestWorkerQueue **rwq);
99 void testRequests(v8::Handle<v8::Context> context);
Djs_support.cpp227 runJs(v8::Context::GetCurrent(), &try_catch, fileName, buffer); in Include()
240 v8::Persistent<v8::Context> makeJsContext() { in makeJsContext()
270 v8::Persistent<v8::Context> context = v8::Context::New(NULL, global); in makeJsContext()
285 void runJs(v8::Handle<v8::Context> context, v8::TryCatch *try_catch, in runJs()
303 void testRadioState(v8::Handle<v8::Context> context) { in testRadioState()
320 void testMsSleep(v8::Handle<v8::Context> context) { in testMsSleep()
336 void testPrint(v8::Handle<v8::Context> context) { in testPrint()
347 void testCompileError(v8::Handle<v8::Context> context) { in testCompileError()
359 void testRuntimeError(v8::Handle<v8::Context> context) { in testRuntimeError()
390 void testReadFileToStringBuffer(v8::Handle<v8::Context> context) { in testReadFileToStringBuffer()
[all …]
Djs_support.h39 extern v8::Persistent<v8::Context> makeJsContext();
42 extern void runJs(v8::Handle<v8::Context> context, v8::TryCatch *try_catch,
46 extern void testJsSupport(v8::Handle<v8::Context> context);
Dmock_ril.cpp218 v8::Handle<v8::Context> context_;
221 UnsolicitedThread(v8::Handle<v8::Context> context) :
253 v8::Context::Scope context_scope(context_);
271 void startMockRil(v8::Handle<v8::Context> context) { in startMockRil()
312 v8::Persistent<v8::Context> context = makeJsContext(); in RIL_Init()
313 v8::Context::Scope context_scope(context); in RIL_Init()
Dexperiments.cpp66 bool callOnRilRequest(v8::Handle<v8::Context> context, int request, in callOnRilRequest()
131 void testOnRilRequestUsingCppRequestObjs(v8::Handle<v8::Context> context) { in testOnRilRequestUsingCppRequestObjs()
231 void testProtobufV8(v8::Handle<v8::Context> context) { in testProtobufV8()
274 void experiments(v8::Handle<v8::Context> context) { in experiments()
Drequests.cpp271 int callOnRilRequest(v8::Handle<v8::Context> context, int cmd, in callOnRilRequest()
309 RilRequestWorkerQueue::RilRequestWorkerQueue(v8::Handle<v8::Context> context) { in RilRequestWorkerQueue()
342 v8::Context::Scope context_scope(context_); in AddRequest()
396 v8::Context::Scope context_scope(context_); in Process()
405 int requestsInit(v8::Handle<v8::Context> context, RilRequestWorkerQueue **rwq) { in requestsInit()
443 void testRilRequest(v8::Handle<v8::Context> context, int request, const void *data, in testRilRequest()
465 void testRequests(v8::Handle<v8::Context> context) { in testRequests()
Dexperiments.h22 void experiments(v8::Handle<v8::Context> context);
Dctrl_server.cpp61 v8::Handle<v8::Context> context_;
187 CtrlServerThread(v8::Handle<v8::Context> context) : in CtrlServerThread()
328 v8::Context::Scope context_scope(context_); in Worker()
445 void ctrlServerInit(v8::Handle<v8::Context> context) { in ctrlServerInit()
Dworker_v8.h28 extern void testWorkerV8(v8::Handle<v8::Context> context);
Dctrl_server.h24 extern void ctrlServerInit(v8::Handle<v8::Context> context);
Dresponses.h49 int responsesInit(v8::Handle<v8::Context> context);
Dworker_v8.cpp195 void testWorkerV8(v8::Handle<v8::Context> context) { in testWorkerV8()
Dprotobuf_v8.cpp63 using v8::Context;
Dresponses.cpp492 int responsesInit(v8::Handle<v8::Context> context) { in responsesInit()
/hardware/ti/wlan/wl1271/stad/src/Data_link/
DGeneralUtilApi.h49 typedef void (*GeneralEventCall_t)(TI_HANDLE Context,int EventCount,TI_UINT16 Mask,TI_UINT32 Cookie…
54 …eg(TI_HANDLE hDistributorMgr,TI_UINT16 Mask,TI_HANDLE CallBack,TI_HANDLE Context,TI_UINT32 Cookie);
55 …torMgr,TI_HANDLE ReqElmenth ,TI_UINT16 Mask,TI_HANDLE CallBack,TI_HANDLE Context,TI_UINT32 Cookie);
DGeneralUtil.c354 TI_HANDLE Context,TI_UINT32 Cookie) in DistributorMgr_Reg() argument
368 NotifReqElment->Context = Context; in DistributorMgr_Reg()
380 …utorMgr,TI_HANDLE ReqElmenth ,TI_UINT16 Mask,TI_HANDLE CallBack,TI_HANDLE Context,TI_UINT32 Cookie) in DistributorMgr_ReReg() argument
393 NotifReqElment->Context = Context; in DistributorMgr_ReReg()
502 NotifReqElment->CallBack(NotifReqElment->Context,EventCount,Mask, in DistributorMgr_EventCall()
DTrafficMonitorAPI.h50 typedef void (*TraffEevntCall_t)(TI_HANDLE Context,TI_UINT32 Cookie);
87 TI_HANDLE Context; member
DTrafficMonitor.c335 TrafficAlertElement->Context = TrafficAlertRegParm->Context; in TrafficMonitor_RegEvent()
757 AlertElement->CallBack(AlertElement->Context,AlertElement->Cookie); in isThresholdUp()
827 AlertElement->CallBack(AlertElement->Context,AlertElement->Cookie); in isThresholdDown()
1242 void func1(TI_HANDLE Context,TI_UINT32 Cookie) in func1() argument
1289 TrafficAlertRegParm.Context = NULL ; in TestEventFunc()
1299 TrafficAlertRegParm.Context = NULL ; in TestEventFunc()
1310 TrafficAlertRegParm.Context = NULL ; in TestEventFunc()
1320 TrafficAlertRegParm.Context = NULL ; in TestEventFunc()
DGeneralUtil.h83 TI_HANDLE Context; member
DTrafficMonitor.h144 TI_HANDLE Context ; member
DCtrl.c62 static void ctrlData_TrafficThresholdCrossed(TI_HANDLE Context,TI_UINT32 Cookie);
862 TrafficAlertRegParm.Context = hCtrlData; in ctrlData_RegisterTrafficIntensityEvents()
950 static void ctrlData_TrafficThresholdCrossed(TI_HANDLE Context,TI_UINT32 Cookie) in ctrlData_TrafficThresholdCrossed() argument
952 ctrlData_t *pCtrlData = (ctrlData_t *)Context; in ctrlData_TrafficThresholdCrossed()
/hardware/ti/wlan/wl1271/platforms/os/common/inc/
DosApi.h363 typedef void (*fTimerFunction)(TI_HANDLE Context);
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
DPowerMgr.c231 tmRegParam.Context = pPowerMgr; in PowerMgr_SetDefaults()
274 tmRegParam.Context = pPowerMgr; in PowerMgr_SetDefaults()