Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DLowPowerStandbyController.java934 private int findIndexOfStandbyPorts(@NonNull IBinder token) { in findIndexOfStandbyPorts() method in LowPowerStandbyController
949 if (findIndexOfStandbyPorts(token) != -1) { in acquireStandbyPorts()
973 int index = findIndexOfStandbyPorts(token); in releaseStandbyPorts()