Loading libs/binder/IPCThreadState.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -1017,6 +1017,10 @@ status_t IPCThreadState::waitForResponse(Parcel *reply, status_t *acquireResult) if (!reply && !acquireResult) goto finish; break; case BR_TRANSACTION_PENDING_FROZEN: ALOGW("Sending oneway calls to frozen process."); goto finish; case BR_DEAD_REPLY: err = DEAD_OBJECT; goto finish; Loading libs/binder/binder_module.h +5 −0 Original line number Diff line number Diff line Loading @@ -100,4 +100,9 @@ struct binder_frozen_status_info { #define BINDER_ENABLE_ONEWAY_SPAM_DETECTION _IOW('b', 16, __u32) #endif // BINDER_ENABLE_ONEWAY_SPAM_DETECTION #ifndef BR_TRANSACTION_PENDING_FROZEN // Temporary definition of BR_TRANSACTION_PENDING_FROZEN until UAPI binder.h includes it. #define BR_TRANSACTION_PENDING_FROZEN _IO('r', 20) #endif // BR_TRANSACTION_PENDING_FROZEN #endif // _BINDER_MODULE_H_ Loading
libs/binder/IPCThreadState.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -1017,6 +1017,10 @@ status_t IPCThreadState::waitForResponse(Parcel *reply, status_t *acquireResult) if (!reply && !acquireResult) goto finish; break; case BR_TRANSACTION_PENDING_FROZEN: ALOGW("Sending oneway calls to frozen process."); goto finish; case BR_DEAD_REPLY: err = DEAD_OBJECT; goto finish; Loading
libs/binder/binder_module.h +5 −0 Original line number Diff line number Diff line Loading @@ -100,4 +100,9 @@ struct binder_frozen_status_info { #define BINDER_ENABLE_ONEWAY_SPAM_DETECTION _IOW('b', 16, __u32) #endif // BINDER_ENABLE_ONEWAY_SPAM_DETECTION #ifndef BR_TRANSACTION_PENDING_FROZEN // Temporary definition of BR_TRANSACTION_PENDING_FROZEN until UAPI binder.h includes it. #define BR_TRANSACTION_PENDING_FROZEN _IO('r', 20) #endif // BR_TRANSACTION_PENDING_FROZEN #endif // _BINDER_MODULE_H_