Home
last modified time | relevance | path

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

/hardware/interfaces/tv/hdmi/cec/aidl/vts/functional/
DVtsHalTvHdmiCecAidlTargetTest.cpp69 std::vector<int> deviceTypes; in getDeviceTypes() local
78 deviceTypes.push_back(stoi(number)); in getDeviceTypes()
83 return deviceTypes; in getDeviceTypes()
87 std::vector<int> deviceTypes = getDeviceTypes(); in hasDeviceType() local
88 return std::find(deviceTypes.begin(), deviceTypes.end(), (int)type) != deviceTypes.end(); in hasDeviceType()
/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()
/hardware/interfaces/audio/aidl/vts/
DModuleConfig.h43 const std::vector<aidl::android::media::audio::common::AudioDeviceType>& deviceTypes,
54 const std::vector<aidl::android::media::audio::common::AudioDeviceType>& deviceTypes,
DModuleConfig.cpp77 const std::vector<AudioDeviceType>& deviceTypes, const std::string& connection) { in getAudioPortsForDeviceTypes() argument
83 for (auto deviceType : deviceTypes) { in getAudioPortsForDeviceTypes()
140 ModuleConfig::getAudioPortsForDeviceTypes(const std::vector<AudioDeviceType>& deviceTypes, in getAudioPortsForDeviceTypes() argument
142 return getAudioPortsForDeviceTypes(mPorts, deviceTypes, connection); in getAudioPortsForDeviceTypes()