Home
last modified time | relevance | path

Searched refs:PreprocessHidlHalFunctionCallArgs (Results 1 – 2 of 2) sorted by relevance

/test/vts/drivers/hal/common/driver_manager/
DVtsHalDriverManager.cpp125 bool process_success = PreprocessHidlHalFunctionCallArgs(arg); in CallFunction()
445 bool VtsHalDriverManager::PreprocessHidlHalFunctionCallArgs( in PreprocessHidlHalFunctionCallArgs() function in android::vts::VtsHalDriverManager
452 if (!PreprocessHidlHalFunctionCallArgs(arg->mutable_vector_value(i))) { in PreprocessHidlHalFunctionCallArgs()
464 if (!PreprocessHidlHalFunctionCallArgs(union_field)) { in PreprocessHidlHalFunctionCallArgs()
478 if (!PreprocessHidlHalFunctionCallArgs(struct_field)) { in PreprocessHidlHalFunctionCallArgs()
489 if (!PreprocessHidlHalFunctionCallArgs(arg->mutable_ref_value())) { in PreprocessHidlHalFunctionCallArgs()
/test/vts/drivers/hal/common/include/driver_manager/
DVtsHalDriverManager.h159 bool PreprocessHidlHalFunctionCallArgs(VariableSpecificationMessage* arg);