Searched refs:changesFrom (Results 1 – 5 of 5) 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()
1158 || mInputFormat->changesFrom(oldFormat)->countEntries() > 0) { in updateFormats()1169 || mOutputFormat->changesFrom(oldFormat)->countEntries() > 0) { in updateFormats()
2549 sp<AMessage> diff1 = mOutputFormat->changesFrom(buffer->format()); in onMessageReceived()2550 sp<AMessage> diff2 = buffer->format()->changesFrom(mOutputFormat); in onMessageReceived()
5635 sp<const AMessage> changes = expectedFormat->changesFrom(mOutputFormat); in onOutputFormatChanged()5636 sp<const AMessage> to = mOutputFormat->changesFrom(expectedFormat); in onOutputFormatChanged()