Home
last modified time | relevance | path

Searched refs:service_args (Results 1 – 3 of 3) sorted by relevance

/external/arm-trusted-firmware/bl32/tsp/
Dtsp_main.c366 uint128_t service_args; in tsp_smc_handler() local
395 service_args = tsp_get_magic(); in tsp_smc_handler()
396 service_arg0 = (uint64_t)service_args; in tsp_smc_handler()
397 service_arg1 = (uint64_t)(service_args >> 64U); in tsp_smc_handler()
/external/pigweed/pw_rpc/nanopb/public/pw_rpc/
Dnanopb_test_method_context.h319 NanopbTestMethodContext(ServiceArgs&&... service_args) in NanopbTestMethodContext() argument
322 std::forward<ServiceArgs>(service_args)...) {} in NanopbTestMethodContext()
/external/pigweed/pw_rpc/raw/public/pw_rpc/
Draw_test_method_context.h318 RawTestMethodContext(ServiceArgs&&... service_args) in RawTestMethodContext() argument
321 std::forward<ServiceArgs>(service_args)...) {} in RawTestMethodContext()