Home
last modified time | relevance | path

Searched defs:commandExecuted (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/av/media/libaudioclient/aidl/android/media/
H A DIEffectClient.aidl45 oneway void commandExecuted(int cmdCode, in byte[] cmdData, in byte[] replyData); in commandExecuted() method
/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DAudioEffect.h585 binder::Status commandExecuted(int32_t cmdCode, in commandExecuted() function
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioEffect.cpp513 void AudioEffect::commandExecuted(int32_t cmdCode, in commandExecuted() function in android::AudioEffect
/aosp12/frameworks/av/media/libaudioclient/fuzzer/
H A Daudioflinger_fuzzer.cpp381 binder::Status commandExecuted(int32_t cmdCode __unused, in commandExecuted() function
/aosp12/frameworks/av/services/audioflinger/
H A DEffects.cpp2019 void AudioFlinger::EffectHandle::commandExecuted(uint32_t cmdCode, in commandExecuted() function in android::AudioFlinger::EffectHandle