Searched refs:deviceTypes (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/tv/hdmi/cec/aidl/vts/functional/ |
D | VtsHalTvHdmiCecAidlTargetTest.cpp | 69 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/ |
D | VtsHalTvCecV1_1TargetTest.cpp | 67 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/ |
D | VtsHalTvCecV1_0TargetTest.cpp | 63 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/ |
D | ModuleConfig.h | 43 const std::vector<aidl::android::media::audio::common::AudioDeviceType>& deviceTypes, 54 const std::vector<aidl::android::media::audio::common::AudioDeviceType>& deviceTypes,
|
D | ModuleConfig.cpp | 77 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()
|