Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorService.h136 const SortedVector<wp<ConnectionType>>& connectionList,
DSensorService.cpp1897 const SortedVector<wp<ConnectionType>>& connectionList, in getConnectionsHelper() argument
1901 for (const wp<ConnectionType>& weakConnection : connectionList){ in getConnectionsHelper()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java2733 final List<RemoteAccessibilityConnection> connectionList = new ArrayList<>(); in notifyOutsideTouchIfNeeded() local
2737 connectionList.add(getConnectionLocked(outsideWindowsIds.get(i))); in notifyOutsideTouchIfNeeded()
2740 for (int i = 0; i < connectionList.size(); i++) { in notifyOutsideTouchIfNeeded()
2741 final RemoteAccessibilityConnection connection = connectionList.get(i); in notifyOutsideTouchIfNeeded()