Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DLowPowerStandbyController.java149 private final List<StandbyPortsLock> mStandbyPortLocks = new ArrayList<>();
210 private final class StandbyPortsLock implements IBinder.DeathRecipient { class in LowPowerStandbyController
215 StandbyPortsLock(IBinder token, int uid, List<LowPowerStandbyPortDescription> ports) { in StandbyPortsLock() method in LowPowerStandbyController.StandbyPortsLock
947 StandbyPortsLock standbyPortsLock = new StandbyPortsLock(token, uid, ports); in acquireStandbyPorts()
978 StandbyPortsLock standbyPortsLock = mStandbyPortLocks.remove(index); in releaseStandbyPorts()
995 for (StandbyPortsLock standbyPortsLock : mStandbyPortLocks) { in getActiveStandbyPorts()