Searched refs:standbyPortsLock (Results 1 – 1 of 1) sorted by relevance
947 StandbyPortsLock standbyPortsLock = new StandbyPortsLock(token, uid, ports); in acquireStandbyPorts() local953 if (standbyPortsLock.linkToDeath()) { in acquireStandbyPorts()954 mStandbyPortLocks.add(standbyPortsLock); in acquireStandbyPorts()978 StandbyPortsLock standbyPortsLock = mStandbyPortLocks.remove(index); in releaseStandbyPorts() local979 standbyPortsLock.unlinkToDeath(); in releaseStandbyPorts()980 if (mEnableStandbyPorts && isEnabled() && isPackageExempt(standbyPortsLock.getUid())) { in releaseStandbyPorts()995 for (StandbyPortsLock standbyPortsLock : mStandbyPortLocks) { in getActiveStandbyPorts()996 int standbyPortsAppid = UserHandle.getAppId(standbyPortsLock.getUid()); in getActiveStandbyPorts()998 activeStandbyPorts.addAll(standbyPortsLock.getPorts()); in getActiveStandbyPorts()