Searched refs:fromParcelable (Results 1 – 5 of 5) sorted by relevance
186 *this = *VALUE_OR_RETURN_STATUS(fromParcelable(parcelable)); in readFromParcel()191 AudioProfile::fromParcelable(const media::AudioProfile& parcelable) { in fromParcelable() function in android::AudioProfile212 return AudioProfile::fromParcelable(aidl); in aidl2legacy_AudioProfile()
517 public static Configuration fromParcelable(VolumeShaperConfiguration parcelable) { in fromParcelable() method in VolumeShaper.Configuration556 return fromParcelable(VolumeShaperConfiguration.CREATOR.createFromParcel(p));1286 public static Operation fromParcelable(VolumeShaperOperation parcelable) { in fromParcelable() method in VolumeShaper.Operation1297 return fromParcelable(VolumeShaperOperation.CREATOR.createFromParcel(p));1552 public static State fromParcelable(VolumeShaperState p) { in fromParcelable() method in VolumeShaper.State1560 return fromParcelable(VolumeShaperState.CREATOR.createFromParcel(p));
428 pb.playerApplyVolumeShaper(VolumeShaper.Configuration.fromParcelable(configuration), in applyVolumeShaper()429 VolumeShaper.Operation.fromParcelable(operation)); in applyVolumeShaper()
88 static ConversionResult<sp<AudioProfile>> fromParcelable(const media::AudioProfile& parcelable);
640 l.stream().map(DhcpLeaseRepositoryTest::fromParcelable).collect(toSet()) in verifyLeasesChangedCallback()651 private static DhcpLease fromParcelable(DhcpLeaseParcelable p) { in fromParcelable() method in DhcpLeaseRepositoryTest