Home
last modified time | relevance | path

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

/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsScriptTests.cpp531 Closure closure = context->closureCreate(kernelID, allocation /* returnValue */, fieldIDS, in TEST_F() local
533 ASSERT_NE(Closure(0), closure); in TEST_F()
536 context->closureSetArg(closure, 0 /* first argument */, (Ptr)allocation, -1); in TEST_F()
541 hidl_vec<Closure> closures = {closure}; in TEST_F()
/hardware/interfaces/renderscript/1.0/default/
DContext.h88 Return<void> closureSetArg(Closure closure, uint32_t index, Ptr value, int32_t size) override;
89 …Return<void> closureSetGlobal(Closure closure, ScriptFieldID fieldID, int64_t value, int32_t size)…
DContext.cpp521 Return<void> Context::closureSetArg(Closure closure, uint32_t index, Ptr value, int32_t size) { in closureSetArg() argument
522 RsClosure _closure = hidl_to_rs<RsClosure>(closure); in closureSetArg()
530 Return<void> Context::closureSetGlobal(Closure closure, ScriptFieldID fieldID, int64_t value, int32… in closureSetGlobal() argument
531 RsClosure _closure = hidl_to_rs<RsClosure>(closure); in closureSetGlobal()
/hardware/interfaces/automotive/evs/1.0/
DIEvsCamera.hal75 * closure of the stream is signaled to the IEvsCameraStream.
/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/graphics/composer/2.1/
DIComposerClient.hal585 * This function must only be called inside executeCommands closure.