Searched defs:closure (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | hash_table.h | 158 void *closure), in hash_table_call_foreach()
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xthreads.h | 47 # define xthread_fork(func,closure) cthread_fork(func,closure) argument 76 # define xthread_fork(func,closure) thr_create(NULL,0,func,closure,THR_NEW_LWP|THR_DETACHED,NULL) argument 112 # define xthread_fork(func,closure) { \ argument 172 # define xthread_fork(func,closure) { pthread_t _tmpxthr; \ argument 202 # define xthread_fork(func,closure) { thr_t _tmpxthr; \ argument 238 # define xthread_fork(func,closure) { pthread_t _tmpxthr; \ argument 247 # define xthread_fork(func,closure) { pthread_t _tmpxthr; \ argument
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/fit/ |
D | Function.h | 91 using closure = function<void()>; variable
|
/hardware/interfaces/renderscript/1.0/vts/functional/ |
D | VtsScriptTests.cpp | 531 Closure closure = context->closureCreate(kernelID, allocation /* returnValue */, fieldIDS, in TEST_P() local
|
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.cpp | 535 Return<void> Context::closureSetArg(Closure closure, uint32_t index, Ptr value, int32_t size) { in closureSetArg() 544 Return<void> Context::closureSetGlobal(Closure closure, ScriptFieldID fieldID, int64_t value, int32… in closureSetGlobal()
|