mirror of
https://github.com/AndroidAudioMods/ViPERFX_RE.git
synced 2025-06-08 02:29:40 +08:00
test
This commit is contained in:
parent
9f76039bf9
commit
c9493aaf0a
@ -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) {
|
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_in;
|
||||||
(void)_aidl_out;
|
(void)_aidl_out;
|
||||||
|
printf("aidl_android_hardware_audio_effect_IEffect_onTransact\n");
|
||||||
binder_status_t _aidl_ret_status = STATUS_UNKNOWN_TRANSACTION;
|
binder_status_t _aidl_ret_status = STATUS_UNKNOWN_TRANSACTION;
|
||||||
std::shared_ptr<BnEffect> _aidl_impl = std::static_pointer_cast<BnEffect>(::ndk::ICInterface::asInterface(_aidl_binder));
|
std::shared_ptr<BnEffect> _aidl_impl = std::static_pointer_cast<BnEffect>(::ndk::ICInterface::asInterface(_aidl_binder));
|
||||||
switch (_aidl_code) {
|
switch (_aidl_code) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user