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