Searched refs:num_properties (Results 1 – 4 of 4) sorted by relevance
35 int num_properties = 0; variable40 for (int i = 0; i < num_properties; i++) { in property_find()55 if (num_properties >= MAX_PROPERTIES) return -1; in property_set()56 prop_index = num_properties; in property_set()57 num_properties += 1; in property_set()
329 int num_properties,338 int num_properties,344 typedef void (*device_found_callback)(int num_properties,
2524 int* num_properties);
147 int* num_properties) { in vdev_list_properties() argument150 *num_properties = sizeof(CONFIGS) / sizeof(vehicle_prop_config_t); in vdev_list_properties()