Searched defs:ignoredNodes (Results 1 – 5 of 5) sorted by relevance
62 std::unordered_set<std::string> ignoredNodes = stringSetFromJavaArray(jIgnoredNodes); in shouldStartService() local74 std::unordered_set<std::string> ignoredNodes = stringSetFromJavaArray(jIgnoredNodes); in setupServicesAndStartListening() local
305 const std::unordered_set<std::string>& ignoredNodes) { in UVCDevice()343 std::string UVCProvider::getVideoNode(const std::unordered_set<std::string>& ignoredNodes) { in getVideoNode()928 Status UVCProvider::startService(const std::unordered_set<std::string>& ignoredNodes) { in startService()
135 String[] ignoredNodes = IgnoredV4L2Nodes.getIgnoredNodes(getApplicationContext()); in setupServicesAndStartListening() local552 public static native boolean shouldStartServiceNative(String[] ignoredNodes); in shouldStartServiceNative()560 private native int setupServicesAndStartListeningNative(String[] ignoredNodes); in setupServicesAndStartListeningNative()
50 String[] ignoredNodes = IgnoredV4L2Nodes.getIgnoredNodes(context); in onReceive() local
26 List<String> ignoredNodes = new ArrayList<>(); in getIgnoredNodes() local