Searched refs:StandbyPortsLock (Results 1 – 1 of 1) sorted by relevance
149 private final List<StandbyPortsLock> mStandbyPortLocks = new ArrayList<>();210 private final class StandbyPortsLock implements IBinder.DeathRecipient { class in LowPowerStandbyController215 StandbyPortsLock(IBinder token, int uid, List<LowPowerStandbyPortDescription> ports) { in StandbyPortsLock() method in LowPowerStandbyController.StandbyPortsLock947 StandbyPortsLock standbyPortsLock = new StandbyPortsLock(token, uid, ports); in acquireStandbyPorts()978 StandbyPortsLock standbyPortsLock = mStandbyPortLocks.remove(index); in releaseStandbyPorts()995 for (StandbyPortsLock standbyPortsLock : mStandbyPortLocks) { in getActiveStandbyPorts()