Searched refs:mergeAndApply (Results 1 – 1 of 1) sorted by relevance
82 virtual status_t mergeAndApply(TransactionHelper transaction) = 0;104 status_t mergeAndApply(TransactionHelper transaction) { in mergeAndApply() function in android::test::BpIPCTest105 return callRemote<decltype(&IIPCTest::mergeAndApply)>(Tag::MergeAndApply, transaction); in mergeAndApply()173 status_t mergeAndApply(TransactionHelper /*transaction*/) { in mergeAndApply() function in android::test::BnIPCTest204 return callLocal(data, reply, &IIPCTest::mergeAndApply); in onTransact()