Home
last modified time | relevance | path

Searched refs:mergeAndApply (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/
DIPC_test.cpp82 virtual status_t mergeAndApply(TransactionHelper transaction) = 0;
104 status_t mergeAndApply(TransactionHelper transaction) { in mergeAndApply() function in android::test::BpIPCTest
105 return callRemote<decltype(&IIPCTest::mergeAndApply)>(Tag::MergeAndApply, transaction); in mergeAndApply()
173 status_t mergeAndApply(TransactionHelper /*transaction*/) { in mergeAndApply() function in android::test::BnIPCTest
204 return callLocal(data, reply, &IIPCTest::mergeAndApply); in onTransact()