Searched refs:changesFrom (Results 1 – 6 of 6) sorted by relevance
174 sp<AMessage> changesFrom(const sp<const AMessage> &other, bool deep = false) const;
830 sp<AMessage> AMessage::changesFrom(const sp<const AMessage> &other, bool deep) const { in changesFrom() function in android::AMessage926 sp<AMessage> changes = myMsg->changesFrom(oMsg, deep); in changesFrom()
1205 || mInputFormat->changesFrom(oldFormat)->countEntries() > 0) { in updateFormats()1216 || mOutputFormat->changesFrom(oldFormat)->countEntries() > 0) { in updateFormats()
513 sp<AMessage> diff = currentFormat->changesFrom(oldFormat); in RevertOutputFormatIfNeeded()
2033 sp<AMessage> deltas = updatedFormat->changesFrom(format, false /* deep */); in shapeMediaFormat()4462 sp<AMessage> diff1 = mOutputFormat->changesFrom(format); in handleOutputFormatChangeIfNeeded()4463 sp<AMessage> diff2 = format->changesFrom(mOutputFormat); in handleOutputFormatChangeIfNeeded()
5767 sp<const AMessage> changes = expectedFormat->changesFrom(mOutputFormat); in onOutputFormatChanged()5768 sp<const AMessage> to = mOutputFormat->changesFrom(expectedFormat); in onOutputFormatChanged()