Home
last modified time | relevance | path

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

/external/v4l2_codec2/common/
DV4L2Device.cpp1961 std::vector<std::string> candidatePaths; in enumerateDevicesForType() local
1965 candidatePaths.push_back(devicePattern); in enumerateDevicesForType()
1970 candidatePaths.push_back(base::StringPrintf("%s%d", devicePattern.c_str(), i)); in enumerateDevicesForType()
1974 for (const auto& path : candidatePaths) { in enumerateDevicesForType()