Searched refs:changesFrom (Results 1 – 3 of 3) sorted by relevance
165 sp<AMessage> changesFrom(const sp<const AMessage> &other, bool deep = false) const;
811 sp<AMessage> AMessage::changesFrom(const sp<const AMessage> &other, bool deep) const { in changesFrom() function in android::AMessage908 sp<AMessage> changes = myMsg->changesFrom(oMsg, deep); in changesFrom()
5259 sp<const AMessage> changes = expectedFormat->changesFrom(mOutputFormat); in onOutputFormatChanged()5260 sp<const AMessage> to = mOutputFormat->changesFrom(expectedFormat); in onOutputFormatChanged()