Home
last modified time | relevance | path

Searched refs:config_temp (Results 1 – 2 of 2) sorted by relevance

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