/hardware/ril/mock-ril/src/cpp/ |
D | requests.h | 61 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);
|
D | js_support.cpp | 227 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 …]
|
D | js_support.h | 39 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);
|
D | mock_ril.cpp | 218 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()
|
D | experiments.cpp | 66 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()
|
D | requests.cpp | 271 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()
|
D | experiments.h | 22 void experiments(v8::Handle<v8::Context> context);
|
D | ctrl_server.cpp | 61 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()
|
D | worker_v8.h | 28 extern void testWorkerV8(v8::Handle<v8::Context> context);
|
D | ctrl_server.h | 24 extern void ctrlServerInit(v8::Handle<v8::Context> context);
|
D | responses.h | 49 int responsesInit(v8::Handle<v8::Context> context);
|
D | worker_v8.cpp | 195 void testWorkerV8(v8::Handle<v8::Context> context) { in testWorkerV8()
|
D | protobuf_v8.cpp | 63 using v8::Context;
|
D | responses.cpp | 492 int responsesInit(v8::Handle<v8::Context> context) { in responsesInit()
|
/hardware/ti/wlan/wl1271/stad/src/Data_link/ |
D | GeneralUtilApi.h | 49 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);
|
D | GeneralUtil.c | 354 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()
|
D | TrafficMonitorAPI.h | 50 typedef void (*TraffEevntCall_t)(TI_HANDLE Context,TI_UINT32 Cookie); 87 TI_HANDLE Context; member
|
D | TrafficMonitor.c | 335 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()
|
D | GeneralUtil.h | 83 TI_HANDLE Context; member
|
D | TrafficMonitor.h | 144 TI_HANDLE Context ; member
|
D | Ctrl.c | 62 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/ |
D | osApi.h | 363 typedef void (*fTimerFunction)(TI_HANDLE Context);
|
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
D | PowerMgr.c | 231 tmRegParam.Context = pPowerMgr; in PowerMgr_SetDefaults() 274 tmRegParam.Context = pPowerMgr; in PowerMgr_SetDefaults()
|