Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/a11ychecker/
DAccessibilityCheckerUtils.java128 String nodePath = AccessibilityNodePathBuilder.createNodePath(nodeInfo); in processResults() local
129 if (resultBuilder == null || nodePath == null) { in processResults()
138 .setUiElementPath(nodePath) in processResults()
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp403 for (const auto& nodePath : paths) { in readBatteryConfiguration() local
406 info.path = nodePath; in readBatteryConfiguration()
407 info.name = nodePath.filename(); in readBatteryConfiguration()
411 const auto& files = allFilesInPath(nodePath); in readBatteryConfiguration()
444 for (const auto& nodePath : paths) { in readLightsConfiguration() local
447 info.path = nodePath; in readLightsConfiguration()
448 info.name = nodePath.filename(); in readLightsConfiguration()
473 const auto& files = allFilesInPath(nodePath); in readLightsConfiguration()
2989 std::string nodePath = currentPath / "power/wakeup"; in setKernelWakeEnabled() local
2990 if (std::filesystem::exists(nodePath)) { in setKernelWakeEnabled()
[all …]