Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DVolumeShaper.java517 public static Configuration fromParcelable(VolumeShaperConfiguration parcelable) { in fromParcelable() method in VolumeShaper.Configuration
556 return fromParcelable(VolumeShaperConfiguration.CREATOR.createFromParcel(p));
1286 public static Operation fromParcelable(VolumeShaperOperation parcelable) { in fromParcelable() method in VolumeShaper.Operation
1297 return fromParcelable(VolumeShaperOperation.CREATOR.createFromParcel(p));
1552 public static State fromParcelable(VolumeShaperState p) { in fromParcelable() method in VolumeShaper.State
1560 return fromParcelable(VolumeShaperState.CREATOR.createFromParcel(p));
H A DPlayerBase.java434 pb.playerApplyVolumeShaper(VolumeShaper.Configuration.fromParcelable(configuration), in applyVolumeShaper()
435 VolumeShaper.Operation.fromParcelable(operation)); in applyVolumeShaper()
/aosp14/frameworks/base/core/java/android/os/
H A DPowerManager.java2445 return LowPowerStandbyPolicy.fromParcelable(mService.getLowPowerStandbyPolicy()); in getLowPowerStandbyPolicy()
2528 return LowPowerStandbyPortDescription.fromParcelable( in getActiveLowPowerStandbyPorts()
3245 public static LowPowerStandbyPolicy fromParcelable( in fromParcelable() method in PowerManager.LowPowerStandbyPolicy
3479 public static LowPowerStandbyPortDescription fromParcelable( in fromParcelable() method in PowerManager.LowPowerStandbyPortDescription
3501 public static List<LowPowerStandbyPortDescription> fromParcelable( in fromParcelable() method in PowerManager.LowPowerStandbyPortDescription
3509 result.add(fromParcelable(port)); in fromParcelable()
/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java6333 PowerManager.LowPowerStandbyPolicy.fromParcelable(policy));
6405 PowerManager.LowPowerStandbyPortDescription.fromParcelable(ports));