Lines Matching refs:msg

35     static void dumpProperty(String8& msg, const vehicle_prop_config_t& config) {  in dumpProperty()  argument
36 msg.appendFormat("property 0x%x, access:0x%x, change_mode:0x%x, value_type:0x%x", in dumpProperty()
38 msg.appendFormat(",permission:0x%x, zones:0x%x, conflg_flag:0x%x, fsmin:%f, fsmax:%f", in dumpProperty()
46 msg.appendFormat(",v min:%f, v max:%f\n", config.float_min_value, in dumpProperty()
55 msg.appendFormat(",v min:%f, v max:%f\n", config.float_min_value, in dumpProperty()
58 msg.appendFormat(", ERROR: float_max_values not NULL while min is NULL"); in dumpProperty()
63 msg.appendFormat(", ERROR: float_min_values not NULL while max is NULL"); in dumpProperty()
67 msg.appendFormat(", v min:"); in dumpProperty()
69 msg.appendFormat("%f,", config.float_min_values[i]); in dumpProperty()
71 msg.appendFormat(", v max:"); in dumpProperty()
73 msg.appendFormat("%f,", config.float_max_values[i]); in dumpProperty()
79 msg.appendFormat(",v min:%" PRId64 " max:%" PRId64 "\n", config.int64_min_value, in dumpProperty()
86 msg.appendFormat(",v min:%d, v max:%d\n", config.int32_min_value, in dumpProperty()
95 msg.appendFormat(",v min:%d, v max:%d\n", config.int32_min_value, in dumpProperty()
98 msg.appendFormat(", ERROR: int32_max_values not NULL while min is NULL"); in dumpProperty()
103 msg.appendFormat(", ERROR: int32_min_values not NULL while max is NULL"); in dumpProperty()
107 msg.appendFormat(", v min:"); in dumpProperty()
109 msg.appendFormat("%d,", config.int32_min_values[i]); in dumpProperty()
111 msg.appendFormat(", v max:"); in dumpProperty()
113 msg.appendFormat("%d,", config.int32_max_values[i]); in dumpProperty()
119 msg.appendFormat("\n"); in dumpProperty()