Searched refs:struct_field (Results 1 – 4 of 4) sorted by relevance
477 auto* struct_field = arg->mutable_struct_value(i); in PreprocessHidlHalFunctionCallArgs() local478 if (!PreprocessHidlHalFunctionCallArgs(struct_field)) { in PreprocessHidlHalFunctionCallArgs()481 << struct_field->name() << "\" in struct \"" << arg->name() in PreprocessHidlHalFunctionCallArgs()616 auto* struct_field = return_val->mutable_struct_value(i); in SetHidlHalFunctionCallResults() local617 if (!SetHidlHalFunctionCallResults(struct_field)) { in SetHidlHalFunctionCallResults()619 LOG(ERROR) << "Failed to set struct field \"" << struct_field->name() in SetHidlHalFunctionCallResults()
874 for (const auto& struct_field : val.struct_value()) { in GenerateDriverImplForTypedVariable() local875 string struct_field_name = arg_name + "." + struct_field.name(); in GenerateDriverImplForTypedVariable()878 GenerateDriverImplForTypedVariable(out, struct_field, in GenerateDriverImplForTypedVariable()1519 for (const auto& struct_field : val.struct_value()) { in GenerateSetResultCodeForTypedVariable() local1520 string struct_field_name = result_msg + "_" + struct_field.name(); in GenerateSetResultCodeForTypedVariable()1524 out, struct_field, struct_field_name, in GenerateSetResultCodeForTypedVariable()1525 result_value + "." + struct_field.name()); in GenerateSetResultCodeForTypedVariable()1526 if (struct_field.has_name()) { in GenerateSetResultCodeForTypedVariable()1528 << struct_field.name() << "\");\n"; in GenerateSetResultCodeForTypedVariable()
114 for (const auto& struct_field : val.struct_value()) { in GenerateProfilerForStructVariable() local115 std::string struct_field_name = arg_name + "_" + struct_field.name(); in GenerateProfilerForStructVariable()119 GenerateProfilerForTypedVariable(out, struct_field, struct_field_name, in GenerateProfilerForStructVariable()120 arg_value + "." + struct_field.name()); in GenerateProfilerForStructVariable()
337 for (const auto& struct_field : val.struct_value()) { in IncludeHidlNativeType() local338 if (IncludeHidlNativeType(struct_field, type)) return true; in IncludeHidlNativeType()