Searched refs:changesFrom (Results 1 – 4 of 4) sorted by relevance
171 sp<AMessage> changesFrom(const sp<const AMessage> &other, bool deep = false) const;
818 sp<AMessage> AMessage::changesFrom(const sp<const AMessage> &other, bool deep) const { in changesFrom() function in android::AMessage915 sp<AMessage> changes = myMsg->changesFrom(oMsg, deep); in changesFrom()
1061 || mInputFormat->changesFrom(oldFormat)->countEntries() > 0) { in updateFormats()1072 || mOutputFormat->changesFrom(oldFormat)->countEntries() > 0) { in updateFormats()
5569 sp<const AMessage> changes = expectedFormat->changesFrom(mOutputFormat); in onOutputFormatChanged()5570 sp<const AMessage> to = mOutputFormat->changesFrom(expectedFormat); in onOutputFormatChanged()