Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DBrailleDisplayConnection.java176 final Collection<Path> hidrawNodePaths = mScanner.getHidrawNodePaths(devicePath); in connectLocked() local
177 if (hidrawNodePaths == null) { in connectLocked()
184 for (Path path : hidrawNodePaths) { in connectLocked()
476 try (DirectoryStream<Path> hidrawNodePaths = Files.newDirectoryStream( in getDefaultNativeScanner() argument
478 for (Path path : hidrawNodePaths) { in getDefaultNativeScanner()