Merge "Adding onTransact method for testing"
This commit is contained in:
commit
6ba4920c3a
1 changed files with 4 additions and 0 deletions
|
@ -365,6 +365,10 @@ public:
|
|||
|
||||
auto flushTransactionQueues() { return mFlinger->flushTransactionQueues(); };
|
||||
|
||||
auto onTransact(uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) {
|
||||
return mFlinger->onTransact(code, data, reply, flags);
|
||||
}
|
||||
|
||||
/* ------------------------------------------------------------------------
|
||||
* Read-only access to private data to assert post-conditions.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue