From c9493aaf0a2e54bde3a8a19902cdc8f981e95430 Mon Sep 17 00:00:00 2001 From: Iscle Date: Sun, 6 Apr 2025 15:41:07 +0200 Subject: [PATCH] test --- generated/android/hardware/audio/effect/IEffect.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/generated/android/hardware/audio/effect/IEffect.cpp b/generated/android/hardware/audio/effect/IEffect.cpp index 179205e..0981b46 100644 --- a/generated/android/hardware/audio/effect/IEffect.cpp +++ b/generated/android/hardware/audio/effect/IEffect.cpp @@ -19,6 +19,7 @@ namespace effect { static binder_status_t _aidl_android_hardware_audio_effect_IEffect_onTransact(AIBinder* _aidl_binder, transaction_code_t _aidl_code, const AParcel* _aidl_in, AParcel* _aidl_out) { (void)_aidl_in; (void)_aidl_out; + printf("aidl_android_hardware_audio_effect_IEffect_onTransact\n"); binder_status_t _aidl_ret_status = STATUS_UNKNOWN_TRANSACTION; std::shared_ptr _aidl_impl = std::static_pointer_cast(::ndk::ICInterface::asInterface(_aidl_binder)); switch (_aidl_code) {