Searched refs:getVideoNode (Results 1 – 3 of 3) sorted by relevance
63 return (UVCProvider::getVideoNode(ignoredNodes).length() != 0); in shouldStartService()
99 static std::string getVideoNode(const std::unordered_set<std::string>& ignoredNodes);
312 mVideoNode = getVideoNode(ignoredNodes); in UVCDevice()343 std::string UVCProvider::getVideoNode(const std::unordered_set<std::string>& ignoredNodes) { in getVideoNode() function in android::webcam::UVCProvider