Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DIAudioFlinger.h541 virtual status_t onTransactWrapper(TransactionCode code, in onTransactWrapper() function
/aosp12/frameworks/av/services/audioflinger/
H A DAudioFlinger.h285 status_t onTransactWrapper(TransactionCode code, const Parcel& data, uint32_t flags,
H A DAudioFlinger.cpp4185 status_t AudioFlinger::onTransactWrapper(TransactionCode code, in onTransactWrapper() function in android::AudioFlinger
/aosp12/frameworks/av/media/libaudioclient/
H A DIAudioFlinger.cpp778 return mDelegate->onTransactWrapper(static_cast<Delegate::TransactionCode>(code), in onTransact()