Lines Matching refs:Channel
29 using aidl::android::hardware::power::stats::Channel;
278 std::vector<Channel> info; in TEST_P()
284 std::vector<Channel> channels; in TEST_P()
294 std::vector<Channel> channels; in TEST_P()
304 std::vector<Channel> channels; in TEST_P()
307 testUnique(channels, &Channel::name); in TEST_P()
312 std::vector<Channel> channels; in TEST_P()
315 testUnique(channels, &Channel::id); in TEST_P()
326 std::vector<Channel> channels; in TEST_P()
332 testMatching(channels, &Channel::id, measurements, &EnergyMeasurement::id); in TEST_P()
337 std::vector<Channel> channels; in TEST_P()
343 std::vector<Channel> selectedChannels = getRandomSubset(channels); in TEST_P()
352 testMatching(selectedChannels, &Channel::id, selectedMeasurements, &EnergyMeasurement::id); in TEST_P()