Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudiofoundation/
H A DAudioProfile.cpp186 *this = *VALUE_OR_RETURN_STATUS(fromParcelable(parcelable)); in readFromParcel()
191 AudioProfile::fromParcelable(const media::AudioProfile& parcelable) { in fromParcelable() function in android::AudioProfile
212 return AudioProfile::fromParcelable(aidl); in aidl2legacy_AudioProfile()
/aosp12/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.java428 pb.playerApplyVolumeShaper(VolumeShaper.Configuration.fromParcelable(configuration), in applyVolumeShaper()
429 VolumeShaper.Operation.fromParcelable(operation)); in applyVolumeShaper()
/aosp12/frameworks/av/media/libaudiofoundation/include/media/
H A DAudioProfile.h88 static ConversionResult<sp<AudioProfile>> fromParcelable(const media::AudioProfile& parcelable);
/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/
H A DDhcpLeaseRepositoryTest.java640 l.stream().map(DhcpLeaseRepositoryTest::fromParcelable).collect(toSet()) in verifyLeasesChangedCallback()
651 private static DhcpLease fromParcelable(DhcpLeaseParcelable p) { in fromParcelable() method in DhcpLeaseRepositoryTest