Lines Matching refs:aidl
35 media::AudioAttributesEx aidl; in readFromParcel() local
36 RETURN_STATUS_IF_ERROR(aidl.readFromParcel(parcel)); in readFromParcel()
37 *this = VALUE_OR_RETURN_STATUS(aidl2legacy_AudioAttributesEx_VolumeGroupAttributes(aidl)); in readFromParcel()
42 media::AudioAttributesEx aidl = VALUE_OR_RETURN_STATUS( in writeToParcel() local
44 return aidl.writeToParcel(parcel); in writeToParcel()
49 media::AudioAttributesEx aidl; in legacy2aidl_VolumeGroupAttributes_AudioAttributesEx() local
50 aidl.attributes = VALUE_OR_RETURN( in legacy2aidl_VolumeGroupAttributes_AudioAttributesEx()
52 aidl.streamType = VALUE_OR_RETURN( in legacy2aidl_VolumeGroupAttributes_AudioAttributesEx()
54 aidl.groupId = VALUE_OR_RETURN(legacy2aidl_volume_group_t_int32_t(legacy.getGroupId())); in legacy2aidl_VolumeGroupAttributes_AudioAttributesEx()
55 return aidl; in legacy2aidl_VolumeGroupAttributes_AudioAttributesEx()
59 aidl2legacy_AudioAttributesEx_VolumeGroupAttributes(const media::AudioAttributesEx& aidl) { in aidl2legacy_AudioAttributesEx_VolumeGroupAttributes() argument
60 return VolumeGroupAttributes(VALUE_OR_RETURN(aidl2legacy_int32_t_volume_group_t(aidl.groupId)), in aidl2legacy_AudioAttributesEx_VolumeGroupAttributes()
62 aidl.streamType)), in aidl2legacy_AudioAttributesEx_VolumeGroupAttributes()
64 aidl.attributes))); in aidl2legacy_AudioAttributesEx_VolumeGroupAttributes()