Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DPowerManager.java2509 @NonNull List<LowPowerStandbyPortDescription> ports) { in newLowPowerStandbyPortsLock()
2528 return LowPowerStandbyPortDescription.fromParcelable( in getActiveLowPowerStandbyPorts()
3265 public static final class LowPowerStandbyPortDescription { class in PowerManager
3435 LowPowerStandbyPortDescription that = (LowPowerStandbyPortDescription) o; in equals()
3448 LowPowerStandbyPortDescription portDescription) { in toParcelable()
3454 new IPowerManager.LowPowerStandbyPortDescription(); in toParcelable()
3466 List<LowPowerStandbyPortDescription> portDescriptions) { in toParcelable()
3472 for (LowPowerStandbyPortDescription port : portDescriptions) { in toParcelable()
3479 public static LowPowerStandbyPortDescription fromParcelable( in fromParcelable()
3493 return new LowPowerStandbyPortDescription( in fromParcelable()
[all …]
H A DIPowerManager.aidl91 … void acquireLowPowerStandbyPorts(in IBinder token, in List<LowPowerStandbyPortDescription> ports); in acquireLowPowerStandbyPorts()
95 List<LowPowerStandbyPortDescription> getActiveLowPowerStandbyPorts(); in getActiveLowPowerStandbyPorts()
104 parcelable LowPowerStandbyPortDescription {
/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DLowPowerStandbyController.java49 import android.os.PowerManager.LowPowerStandbyPortDescription;
213 private final List<LowPowerStandbyPortDescription> mPorts;
215 StandbyPortsLock(IBinder token, int uid, List<LowPowerStandbyPortDescription> ports) { in StandbyPortsLock()
243 public List<LowPowerStandbyPortDescription> getPorts() { in getPorts()
944 @NonNull List<LowPowerStandbyPortDescription> ports) { in acquireStandbyPorts()
962 void validatePorts(@NonNull List<LowPowerStandbyPortDescription> ports) { in validatePorts()
963 for (LowPowerStandbyPortDescription portDescription : ports) { in validatePorts()
987 List<LowPowerStandbyPortDescription> getActiveStandbyPorts() { in getActiveStandbyPorts()
988 List<LowPowerStandbyPortDescription> activeStandbyPorts = new ArrayList<>(); in getActiveStandbyPorts()
1087 final List<LowPowerStandbyPortDescription> activeStandbyPorts = getActiveStandbyPorts(); in dump()
[all …]
H A DPowerManagerService.java6396 List<LowPowerStandbyPortDescription> ports) {
6405 PowerManager.LowPowerStandbyPortDescription.fromParcelable(ports));
6431 public List<LowPowerStandbyPortDescription> getActiveLowPowerStandbyPorts() {
6441 return PowerManager.LowPowerStandbyPortDescription.toParcelable(
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/
H A DLowPowerStandbyControllerTest.java23 import static android.os.PowerManager.LowPowerStandbyPortDescription.MATCH_PORT_LOCAL;
24 import static android.os.PowerManager.LowPowerStandbyPortDescription.PROTOCOL_TCP;
25 import static android.os.PowerManager.LowPowerStandbyPortDescription.PROTOCOL_UDP;
62 import android.os.PowerManager.LowPowerStandbyPortDescription;
111 private static final LowPowerStandbyPortDescription PORT_DESC_1 =
112 new LowPowerStandbyPortDescription(PROTOCOL_UDP, MATCH_PORT_LOCAL, 5353);
113 private static final LowPowerStandbyPortDescription PORT_DESC_2 =
114 new LowPowerStandbyPortDescription(PROTOCOL_TCP, MATCH_PORT_LOCAL, 8008);
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt10726 …DEVICE_POWER}) public java.util.List<android.os.PowerManager.LowPowerStandbyPortDescription> getAc…
10734 …rStandbyPortsLock(@NonNull java.util.List<android.os.PowerManager.LowPowerStandbyPortDescription>);
10769 public static final class PowerManager.LowPowerStandbyPortDescription {
10770 ctor public PowerManager.LowPowerStandbyPortDescription(int, int, int);
10771 …ctor public PowerManager.LowPowerStandbyPortDescription(int, int, int, @Nullable java.net.InetAddr…
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes5975 android.os.IPowerManager$LowPowerStandbyPortDescription
H A Dboot-image-profile.txt28763 Landroid/os/IPowerManager$LowPowerStandbyPortDescription;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes5979 android.os.IPowerManager$LowPowerStandbyPortDescription
H A Dboot-image-profile.txt38870 Landroid/os/IPowerManager$LowPowerStandbyPortDescription;