Searched refs:mStandbyPortLocks (Results 1 – 1 of 1) sorted by relevance
151 private final List<StandbyPortsLock> mStandbyPortLocks = new ArrayList<>(); field in LowPowerStandbyController969 for (int i = 0; i < mStandbyPortLocks.size(); i++) { in findIndexOfStandbyPorts()970 if (mStandbyPortLocks.get(i).getToken() == token) { in findIndexOfStandbyPorts()988 mStandbyPortLocks.add(standbyPortsLock); in acquireStandbyPorts()1012 StandbyPortsLock standbyPortsLock = mStandbyPortLocks.remove(index); in releaseStandbyPorts()1029 for (StandbyPortsLock standbyPortsLock : mStandbyPortLocks) { in getActiveStandbyPorts()