Searched defs:list_properties (Results 1 - 3 of 3) sorted by relevance

/hardware/libhardware/modules/radio/
H A Dradio_hal_tool.c185 int list_properties = 0; local
188 // Tune. Takes a tuner number (see bands obtainaed by list_properties).
196 list_properties = 1;
208 if (list_properties) {
/hardware/libhardware/tests/vehicle/
H A Dvehicle-hal-tool.c72 const vehicle_prop_config_t *configs = device->list_properties(device, &num_configs);
439 int list_properties = 0; local
463 list_properties = 1;
487 if (!list_properties &&
493 if (list_properties) {
/hardware/libhardware/include/hardware/
H A Dvehicle.h2523 vehicle_prop_config_t const *(*list_properties)(struct vehicle_hw_device* device, member in struct:vehicle_hw_device
2570 * Depending on output of list_properties if the property is:

Completed in 250 milliseconds