Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/
DLowPowerStandbyController.java151 private final List<StandbyPortsLock> mStandbyPortLocks = new ArrayList<>();
212 private final class StandbyPortsLock implements IBinder.DeathRecipient { class in LowPowerStandbyController
217 StandbyPortsLock(IBinder token, int uid, List<LowPowerStandbyPortDescription> ports) { in StandbyPortsLock() method in LowPowerStandbyController.StandbyPortsLock
981 StandbyPortsLock standbyPortsLock = new StandbyPortsLock(token, uid, ports); in acquireStandbyPorts()
1012 StandbyPortsLock standbyPortsLock = mStandbyPortLocks.remove(index); in releaseStandbyPorts()
1029 for (StandbyPortsLock standbyPortsLock : mStandbyPortLocks) { in getActiveStandbyPorts()