Searched refs:changesFrom (Results 1 – 6 of 6) sorted by relevance
179 sp<AMessage> changesFrom(const sp<const AMessage> &other, bool deep = false) const;
841 sp<AMessage> AMessage::changesFrom(const sp<const AMessage> &other, bool deep) const { in changesFrom() function in android::AMessage937 sp<AMessage> changes = myMsg->changesFrom(oMsg, deep); in changesFrom()
1351 || mInputFormat->changesFrom(oldFormat)->countEntries() > 0) { in updateFormats()1362 || mOutputFormat->changesFrom(oldFormat)->countEntries() > 0) { in updateFormats()
769 sp<AMessage> diff = currentFormat->changesFrom(oldFormat); in RevertOutputFormatIfNeeded()
2841 sp<AMessage> deltas = updatedFormat->changesFrom(format, false /* deep */); in shapeMediaFormat()5816 sp<AMessage> diff1 = mOutputFormat->changesFrom(format); in handleOutputFormatChangeIfNeeded()5817 sp<AMessage> diff2 = format->changesFrom(mOutputFormat); in handleOutputFormatChangeIfNeeded()
5858 sp<const AMessage> changes = expectedFormat->changesFrom(mOutputFormat); in onOutputFormatChanged()5859 sp<const AMessage> to = mOutputFormat->changesFrom(expectedFormat); in onOutputFormatChanged()