Home
last modified time | relevance | path

Searched refs:closure (Results 1 – 14 of 14) sorted by relevance

/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXthreads.h47 # 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
114 CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)func, (LPVOID)closure, 0, \
172 # define xthread_fork(func,closure) { pthread_t _tmpxthr; \ argument
173 pthread_create(&_tmpxthr,NULL,func,closure); }
202 # define xthread_fork(func,closure) { thr_t _tmpxthr; \ argument
204 thr_create(&_tmpxthr,NULL,func,closure); }
238 # define xthread_fork(func,closure) { pthread_t _tmpxthr; \ argument
239 pthread_create(&_tmpxthr,NULL,func,closure); }
[all …]
/hardware/google/gfxstream/guest/mesa/src/util/
Dhash_table.h158 void *closure), in hash_table_call_foreach() argument
159 void *closure) in hash_table_call_foreach()
162 callback(entry->key, entry->data, closure); in hash_table_call_foreach()
/hardware/google/gfxstream/guest/mesa/include/
Dkopper_interface.h110 void *closure);
/hardware/interfaces/automotive/sv/1.0/
DISurroundViewSession.hal41 * the closure of the stream is signaled by the ISurroundViewStream.
/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsScriptTests.cpp531 Closure closure = context->closureCreate(kernelID, allocation /* returnValue */, fieldIDS, in TEST_P() local
533 ASSERT_NE(Closure(0), closure); in TEST_P()
536 context->closureSetArg(closure, 0 /* first argument */, (Ptr)allocation, -1); in TEST_P()
541 hidl_vec<Closure> closures = {closure}; in TEST_P()
/hardware/interfaces/automotive/evs/1.1/
DIEvsUltrasonicsArray.hal69 * closure of the stream is signaled to the IEvsCameraStream.
/hardware/interfaces/renderscript/1.0/default/
DContext.h104 Return<void> closureSetArg(Closure closure, uint32_t index, Ptr value, int32_t size) override;
105 …Return<void> closureSetGlobal(Closure closure, ScriptFieldID fieldID, int64_t value, int32_t size)…
DContext.cpp535 Return<void> Context::closureSetArg(Closure closure, uint32_t index, Ptr value, int32_t size) { in closureSetArg() argument
536 RsClosure _closure = hidl_to_rs<RsClosure>(closure); in closureSetArg()
544 Return<void> Context::closureSetGlobal(Closure closure, ScriptFieldID fieldID, int64_t value, int32… in closureSetGlobal() argument
545 RsClosure _closure = hidl_to_rs<RsClosure>(closure); in closureSetGlobal()
/hardware/google/gfxstream/guest/android-emu/aemu/base/fit/
DREADME132 - Case study: fit::defer has a need to store a closure that may be nullable.
138 surprised when assigning a null closure to wrappers such as fit::function
DFunction.h91 using closure = function<void()>; variable
/hardware/interfaces/renderscript/1.0/
DIContext.hal804 * @return closure Created Closure
811 generates (Closure closure);
822 * @return closure Created Closure
828 generates (Closure closure);
834 * @param closure Closure to be modified
840 closureSetArg(Closure closure, uint32_t index, Ptr value, int32_t size);
845 * @param closure Closure
851 closureSetGlobal(Closure closure, ScriptFieldID fieldID, int64_t value,
/hardware/interfaces/automotive/evs/1.0/
DIEvsCamera.hal80 * closure of the stream is signaled to the IEvsCameraStream.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dmemorymodel.adoc176 symmetric and transitive closure of:
199 * (Transitive closure): If A is shader-call-ordered-before B and B is
937 denote happens-before and "`->^rcpo^`" denote the reflexive closure of
/hardware/interfaces/graphics/composer/2.1/
DIComposerClient.hal585 * This function must only be called inside executeCommands closure.