Home
last modified time | relevance | path

Searched refs:num_properties (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/bluetooth/1.0/default/test/
Dproperties.cc35 int num_properties = 0; variable
40 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()
/hardware/libhardware/include/hardware/
Dbluetooth.h329 int num_properties,
338 int num_properties,
344 typedef void (*device_found_callback)(int num_properties,
Dvehicle.h2524 int* num_properties);
/hardware/libhardware/modules/vehicle/
Dvehicle.c147 int* num_properties) { in vdev_list_properties() argument
150 *num_properties = sizeof(CONFIGS) / sizeof(vehicle_prop_config_t); in vdev_list_properties()