Home
last modified time | relevance | path

Searched defs:context (Results 1 – 14 of 14) sorted by relevance

/hardware/ril/mock-ril/src/cpp/
Djs_support.cpp270 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()
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()
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()
Dmock_ril.cpp271 void startMockRil(v8::Handle<v8::Context> context) { in startMockRil()
312 v8::Persistent<v8::Context> context = makeJsContext(); in RIL_Init() local
Dctrl_server.cpp187 CtrlServerThread(v8::Handle<v8::Context> context) : in CtrlServerThread()
445 void ctrlServerInit(v8::Handle<v8::Context> context) { in ctrlServerInit()
Dworker_v8.cpp195 void testWorkerV8(v8::Handle<v8::Context> context) { in testWorkerV8()
Dresponses.cpp503 int responsesInit(v8::Handle<v8::Context> context) { in responsesInit()
/hardware/ti/omap4xxx/security/tee_client_api/
Dtee_client_api_linux_driver.c455 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/
Dstacktrace.c49 static _Unwind_Reason_Code trace_function(__unwind_context *context, void *arg) in trace_function()
/hardware/ti/omap3/dspbridge/inc/
Ddynamic_loader.h366 u32 context; member
368 uintptr_t context; member
/hardware/qcom/media/mm-video/vidc/venc/test/
Dvideo_encoder_test.c805 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/
Ddecoder_driver_test.c776 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/
Domx_video_encoder.cpp1112 int omx_venc::async_message_process (void *context, void* message) in async_message_process()
/hardware/qcom/media/mm-video/vidc/vdec/src/
Domx_vdec.cpp5436 int omx_vdec::async_message_process (void *context, void* message) in async_message_process()