Searched refs:readFromParcelable (Results 1 – 14 of 14) sorted by relevance
124 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()
215 status_t DeviceDescriptorBase::readFromParcelable(const media::AudioPortFw& parcelable) { in readFromParcelable() function in android::DeviceDescriptorBase219 status_t status = AudioPort::readFromParcelable(parcelable) in readFromParcelable()220 ?: AudioPortConfig::readFromParcelable( in readFromParcelable()266 status_t status = result->readFromParcelable(aidl); in aidl2legacy_DeviceDescriptorBase()
260 status_t AudioPort::readFromParcelable(const media::AudioPortFw& parcelable) { in readFromParcelable() function in android::AudioPort409 status_t AudioPortConfig::readFromParcelable( in readFromParcelable() function in android::AudioPortConfig
141 status_t s = spConfiguration->readFromParcelable(configuration) in applyVolumeShaper()142 ?: spOperation->readFromParcelable(operation); in applyVolumeShaper()
3031 state->readFromParcelable(vss.value()); in getVolumeShaperState()3038 state->readFromParcelable(vss.value()); in getVolumeShaperState()
125 status_t readFromParcelable(const media::AudioPortFw& parcelable);193 status_t readFromParcelable(
83 virtual status_t readFromParcelable(const media::AudioPortFw& parcelable);
181 status_t IOProfile::readFromParcelable(const media::AudioPortFw &parcelable) { in readFromParcelable() function in android::IOProfile182 status_t status = AudioPort::readFromParcelable(parcelable); in readFromParcelable()
94 RETURN_STATUS_IF_ERROR(mixPort->readFromParcelable(fwPort)); in aidl2legacy_AudioHwModule_HwModule()107 RETURN_STATUS_IF_ERROR(devicePort->readFromParcelable(fwPort)); in aidl2legacy_AudioHwModule_HwModule()
171 status_t DeviceDescriptor::readFromParcelable(const media::AudioPortFw& parcelable) { in readFromParcelable() function in android::DeviceDescriptor172 RETURN_STATUS_IF_ERROR(DeviceDescriptorBase::readFromParcelable(parcelable)); in readFromParcelable()
339 ?: readFromParcelable(data); in readFromParcel()342 status_t readFromParcelable(const VolumeShaperConfiguration& parcelable) { in readFromParcelable() function545 ?: readFromParcelable(op); in readFromParcel()548 status_t readFromParcelable(const VolumeShaperOperation& op) { in readFromParcelable() function659 ?: readFromParcelable(state); in readFromParcel()662 status_t readFromParcelable(const VolumeShaperState& parcelable) { in readFromParcelable() function
232 status_t readFromParcelable(const media::AudioPortFw& parcelable);
92 status_t readFromParcelable(const media::AudioPortFw& parcelable) override;
608 *_aidl_return = conf->readFromParcelable(configuration); in applyVolumeShaper()614 *_aidl_return = op->readFromParcelable(operation); in applyVolumeShaper()