HomeSort by relevance Sort by last modified time
    Searched refs:config_temp (Results 1 - 2 of 2) sorted by null

  /hardware/libhardware/tests/vehicle/
vehicle_tests.cpp 41 const vehicle_prop_config_t& config_temp = config[i]; local
42 std::cout << "Property ID: " << config_temp.prop << "\n";
43 std::cout << "Property flags: " << config_temp.config_flags << "\n";
44 std::cout << "Property change mode: " << config_temp.change_mode << "\n";
45 std::cout << "Property min sample rate: " << config_temp.min_sample_rate << "\n";
46 std::cout << "Property max sample rate: " << config_temp.max_sample_rate << "\n\n";
vehicle-hal-tool.c 81 const vehicle_prop_config_t *config_temp = configs + i; local
87 config_temp->prop, config_temp->config_flags, config_temp->change_mode,
88 config_temp->min_sample_rate, config_temp->max_sample_rate);

Completed in 257 milliseconds