Home
last modified time | relevance | path

Searched refs:readFromParcelable (Results 1 – 14 of 14) sorted by relevance

/frameworks/av/media/libaudiofoundation/tests/
Daudiofoundation_parcelable_test.cpp124 ASSERT_EQ(NO_ERROR, audioPortFromParcel->readFromParcelable(parcelable)); in TEST()
140 ASSERT_EQ(NO_ERROR, audioPortConfigFromParcel->readFromParcelable( in TEST()
158 ASSERT_EQ(NO_ERROR, descFromParcel->readFromParcelable(parcelable)); in TEST()
/frameworks/av/media/libaudiofoundation/
DDeviceDescriptorBase.cpp215 status_t DeviceDescriptorBase::readFromParcelable(const media::AudioPortFw& parcelable) { in readFromParcelable() function in android::DeviceDescriptorBase
219 status_t status = AudioPort::readFromParcelable(parcelable) in readFromParcelable()
220 ?: AudioPortConfig::readFromParcelable( in readFromParcelable()
266 status_t status = result->readFromParcelable(aidl); in aidl2legacy_DeviceDescriptorBase()
DAudioPort.cpp260 status_t AudioPort::readFromParcelable(const media::AudioPortFw& parcelable) { in readFromParcelable() function in android::AudioPort
409 status_t AudioPortConfig::readFromParcelable( in readFromParcelable() function in android::AudioPortConfig
/frameworks/av/media/libaudioclient/
DTrackPlayerBase.cpp141 status_t s = spConfiguration->readFromParcelable(configuration) in applyVolumeShaper()
142 ?: spOperation->readFromParcelable(operation); in applyVolumeShaper()
DAudioTrack.cpp3031 state->readFromParcelable(vss.value()); in getVolumeShaperState()
3038 state->readFromParcelable(vss.value()); in getVolumeShaperState()
/frameworks/av/media/libaudiofoundation/include/media/
DAudioPort.h125 status_t readFromParcelable(const media::AudioPortFw& parcelable);
193 status_t readFromParcelable(
DDeviceDescriptorBase.h83 virtual status_t readFromParcelable(const media::AudioPortFw& parcelable);
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DIOProfile.cpp181 status_t IOProfile::readFromParcelable(const media::AudioPortFw &parcelable) { in readFromParcelable() function in android::IOProfile
182 status_t status = AudioPort::readFromParcelable(parcelable); in readFromParcelable()
DAudioPolicyConfig.cpp94 RETURN_STATUS_IF_ERROR(mixPort->readFromParcelable(fwPort)); in aidl2legacy_AudioHwModule_HwModule()
107 RETURN_STATUS_IF_ERROR(devicePort->readFromParcelable(fwPort)); in aidl2legacy_AudioHwModule_HwModule()
DDeviceDescriptor.cpp171 status_t DeviceDescriptor::readFromParcelable(const media::AudioPortFw& parcelable) { in readFromParcelable() function in android::DeviceDescriptor
172 RETURN_STATUS_IF_ERROR(DeviceDescriptorBase::readFromParcelable(parcelable)); in readFromParcelable()
/frameworks/av/include/media/
DVolumeShaper.h339 ?: readFromParcelable(data); in readFromParcel()
342 status_t readFromParcelable(const VolumeShaperConfiguration& parcelable) { in readFromParcelable() function
545 ?: readFromParcelable(op); in readFromParcel()
548 status_t readFromParcelable(const VolumeShaperOperation& op) { in readFromParcelable() function
659 ?: readFromParcelable(state); in readFromParcel()
662 status_t readFromParcelable(const VolumeShaperState& parcelable) { in readFromParcelable() function
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h232 status_t readFromParcelable(const media::AudioPortFw& parcelable);
DDeviceDescriptor.h92 status_t readFromParcelable(const media::AudioPortFw& parcelable) override;
/frameworks/av/services/audioflinger/
DTracks.cpp608 *_aidl_return = conf->readFromParcelable(configuration); in applyVolumeShaper()
614 *_aidl_return = op->readFromParcelable(operation); in applyVolumeShaper()