HomeSort by relevance Sort by last modified time
    Searched defs:list_properties (Results 1 - 4 of 4) sorted by null

  /hardware/libhardware/modules/radio/
radio_hal_tool.c 185 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/
vehicle-hal-tool.c 72 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) {
  /external/dtc/
fdtget.c 122 static int list_properties(const void *blob, int node) function
214 err = list_properties(blob, node);
  /hardware/libhardware/include/hardware/
vehicle.h 2523 vehicle_prop_config_t const *(*list_properties)(struct vehicle_hw_device* device, member in struct:vehicle_hw_device
    [all...]

Completed in 134 milliseconds