Searched refs:onTransactWrapper (Results 1 – 4 of 4) sorted by relevance
269 status_t onTransactWrapper(TransactionCode code, const Parcel& data, uint32_t flags,
5006 status_t AudioFlinger::onTransactWrapper(TransactionCode code, in onTransactWrapper() function in android::AudioFlinger
632 virtual status_t onTransactWrapper(TransactionCode code, in onTransactWrapper() function
943 return mDelegate->onTransactWrapper(static_cast<Delegate::TransactionCode>(code), in onTransact()