Home
last modified time | relevance | path

Searched refs:callback (Results 1 – 5 of 5) sorted by relevance

/trusty/kernel/platform/vexpress-a15/
Dtimer.c47 status_t platform_set_periodic_timer(platform_timer_callback callback, in platform_set_periodic_timer() argument
52 t_callback = callback; in platform_set_periodic_timer()
/trusty/user/app/sample/stats-test/
DREADME.md17 Unfortunately asynchronous callback is not supported for Secure World
19 So for this test, we use the synchronous callback approach
24 as the asynchronous callback initiator.
111 callback facet, and use it asynchronously upon receiving atoms from
/trusty/user/base/app/acvp/
Dacvp.cpp431 bssl::acvp::ReplyCallback callback; in AcvpOnMessage() local
433 callback = [tool](auto spans) { in AcvpOnMessage()
437 callback = [tool](auto spans) { return tool->WriteReply(spans); }; in AcvpOnMessage()
440 if (!handler(&args[1], callback)) { in AcvpOnMessage()
/trusty/vendor/google/aosp/
Dpylintrc199 # List of strings which can identify a callback function by name. A callback
/trusty/user/app/storage/test/block_host_test/
Dblock_test.c2444 block_selector callback, in fs_corruption_helper() argument
2465 memset(&blocks[callback(tr, arg)], 0, sizeof(struct block)); in fs_corruption_helper()