Searched defs:ignoredNodes (Results 1 – 9 of 9) sorted by relevance
155 String[] ignoredNodes = IgnoredV4L2Nodes.getIgnoredNodes(getApplicationContext()); in setupServicesAndStartListening() local310 public static native boolean shouldStartServiceNative(String[] ignoredNodes); in shouldStartServiceNative()318 private native int setupServicesAndStartListeningNative(String[] ignoredNodes); in setupServicesAndStartListeningNative()
56 String[] ignoredNodes = IgnoredV4L2Nodes.getIgnoredNodes(context); in onReceive() local
com/android/deviceaswebcam/utils/IgnoredV4L2Nodes.class IgnoredV4L2Nodes.java package com.android. ...
META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
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()
54 List<String> ignoredNodes = new ArrayList<>(); in getIgnoredNodes() local
META-INF/ META-INF/MANIFEST.MF META-INF/activity_release.kotlin_module META ...