Searched refs:StandbyPortsLock (Results 1 – 1 of 1) sorted by relevance
151 private final List<StandbyPortsLock> mStandbyPortLocks = new ArrayList<>();212 private final class StandbyPortsLock implements IBinder.DeathRecipient { class in LowPowerStandbyController217 StandbyPortsLock(IBinder token, int uid, List<LowPowerStandbyPortDescription> ports) { in StandbyPortsLock() method in LowPowerStandbyController.StandbyPortsLock981 StandbyPortsLock standbyPortsLock = new StandbyPortsLock(token, uid, ports); in acquireStandbyPorts()1012 StandbyPortsLock standbyPortsLock = mStandbyPortLocks.remove(index); in releaseStandbyPorts()1029 for (StandbyPortsLock standbyPortsLock : mStandbyPortLocks) { in getActiveStandbyPorts()