Home
last modified time | relevance | path

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

/hardware/libhardware/modules/vehicle/
Dvehicle.c67 static vehicle_prop_config_t CONFIGS[] = {
125 vehicle_prop_config_t* find_config(int prop) { in find_config()
127 for (i = 0; i < sizeof(CONFIGS) / sizeof(vehicle_prop_config_t); i++) { in find_config()
146 static vehicle_prop_config_t const * vdev_list_properties(vehicle_hw_device_t* device UNUSED, in vdev_list_properties()
150 *num_properties = sizeof(CONFIGS) / sizeof(vehicle_prop_config_t); in vdev_list_properties()
193 vehicle_prop_config_t* config = find_config(data->prop); in vdev_get()
267 vehicle_prop_config_t* config = find_config(data->prop); in vdev_set()
312 for (i = 0; i < sizeof(CONFIGS) / sizeof(vehicle_prop_config_t); i++) { in print_subscribe_info()
435 vehicle_prop_config_t* config = find_config(prop); in vdev_subscribe()
493 vehicle_prop_config_t* config = find_config(prop); in vdev_unsubscribe()
/hardware/libhardware/tests/vehicle/
Dvehicle_tests.cpp33 vehicle_prop_config_t const* config; in TEST_F()
41 const vehicle_prop_config_t& config_temp = config[i]; in TEST_F()
Dvehicle-hal-tool.c72 const vehicle_prop_config_t *configs = device->list_properties(device, &num_configs); in list_all_properties()
81 const vehicle_prop_config_t *config_temp = configs + i; in list_all_properties()
/hardware/libhardware/include/hardware/
Dvehicle.h1443 } vehicle_prop_config_t; typedef
1663 vehicle_prop_config_t const *(*list_properties)(struct vehicle_hw_device* device,