Home
last modified time | relevance | path

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

/test/vts/testcases/target/hal_power/
Dhal_power_basic_test.cpp92 size_t *voter_list = (size_t *)calloc(num_modes_, sizeof(*voter_list)); in TEST_F() local
93 ASSERT_TRUE(voter_list) << "voter_list* alloc failed"; in TEST_F()
95 module_->get_voter_list(module_, voter_list); in TEST_F()
99 voter_list[i], sizeof(power_state_voter_t)); in TEST_F()
103 voter_list[i], sizeof(power_state_voter_t)); in TEST_F()
136 free(voter_list); in TEST_F()
147 size_t *voter_list = (size_t *)calloc(num_modes_, sizeof(*voter_list)); in TEST_F() local
148 ASSERT_TRUE(voter_list) << "voter_t allocation failed"; in TEST_F()
150 module_->get_voter_list(module_, voter_list); in TEST_F()
153 voter_list[i], sizeof(power_state_voter_t)); in TEST_F()
[all …]