Home
last modified time | relevance | path

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

/hardware/interfaces/tv/cec/1.1/vts/functional/
DVtsHalTvCecV1_1TargetTest.cpp67 std::vector<int> deviceTypes; in getDeviceTypes() local
76 deviceTypes.push_back(stoi(number)); in getDeviceTypes()
81 return deviceTypes; in getDeviceTypes()
85 std::vector<int> deviceTypes = getDeviceTypes(); in hasDeviceType() local
86 return std::find(deviceTypes.begin(), deviceTypes.end(), (int)type) != deviceTypes.end(); in hasDeviceType()
/hardware/interfaces/tv/cec/1.0/vts/functional/
DVtsHalTvCecV1_0TargetTest.cpp63 std::vector<int> deviceTypes; in getDeviceTypes() local
72 deviceTypes.push_back(stoi(number)); in getDeviceTypes()
77 return deviceTypes; in getDeviceTypes()
81 std::vector<int> deviceTypes = getDeviceTypes(); in hasDeviceType() local
82 for (auto deviceType = deviceTypes.begin(); deviceType != deviceTypes.end(); ++deviceType) { in hasDeviceType()