Searched defs:context (Results 1 – 14 of 14) sorted by relevance
/hardware/ril/mock-ril/src/cpp/ |
D | js_support.cpp | 270 v8::Persistent<v8::Context> context = v8::Context::New(NULL, global); in makeJsContext() local 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() 405 void testJsSupport(v8::Handle<v8::Context> context) { in testJsSupport()
|
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() 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 | mock_ril.cpp | 271 void startMockRil(v8::Handle<v8::Context> context) { in startMockRil() 312 v8::Persistent<v8::Context> context = makeJsContext(); in RIL_Init() local
|
D | ctrl_server.cpp | 187 CtrlServerThread(v8::Handle<v8::Context> context) : in CtrlServerThread() 445 void ctrlServerInit(v8::Handle<v8::Context> context) { in ctrlServerInit()
|
D | worker_v8.cpp | 195 void testWorkerV8(v8::Handle<v8::Context> context) { in testWorkerV8()
|
D | responses.cpp | 503 int responsesInit(v8::Handle<v8::Context> context) { in responsesInit()
|
/hardware/ti/omap4xxx/security/tee_client_api/ |
D | tee_client_api_linux_driver.c | 455 TEEC_Context* context, in TEEC_OpenSession() 476 TEEC_Context* context; in TEEC_CloseSession() local 510 TEEC_Context* context, in TEEC_RegisterSharedMemory0() 545 TEEC_Context* context, in TEEC_RegisterSharedMemory() 557 TEEC_Context* context, in TEEC_AllocateSharedMemory() 586 TEEC_Context* context; in TEEC_ReleaseSharedMemory() local 627 TEEC_Context* context; in TEEC_RequestCancellation() local 749 TEEC_Context* context, in TEEC_OpenSessionEx() 836 TEEC_Context * context; in TEEC_InvokeCommandEx() local 892 TEEC_Context* context, in TEEC_GetImplementationInfo()
|
/hardware/ti/omap4xxx/ |
D | stacktrace.c | 49 static _Unwind_Reason_Code trace_function(__unwind_context *context, void *arg) in trace_function()
|
/hardware/ti/omap3/dspbridge/inc/ |
D | dynamic_loader.h | 366 u32 context; member 368 uintptr_t context; member
|
/hardware/qcom/media/mm-video/vidc/venc/test/ |
D | video_encoder_test.c | 805 static void* video_thread (void *context) in video_thread() 951 static void* async_thread (void *context) in async_thread()
|
/hardware/qcom/media/mm-video/vidc/vdec/test/ |
D | decoder_driver_test.c | 776 static void* video_thread (void *context) in video_thread() 949 static void* async_thread (void *context) in async_thread()
|
/hardware/qcom/media/mm-video/vidc/venc/src/ |
D | omx_video_encoder.cpp | 1112 int omx_venc::async_message_process (void *context, void* message) in async_message_process()
|
/hardware/qcom/media/mm-video/vidc/vdec/src/ |
D | omx_vdec.cpp | 5436 int omx_vdec::async_message_process (void *context, void* message) in async_message_process()
|