aboutsummaryrefslogtreecommitdiff
path: root/include/kdbinder/binder/IPCThreadState.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/kdbinder/binder/IPCThreadState.h')
-rw-r--r--include/kdbinder/binder/IPCThreadState.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/kdbinder/binder/IPCThreadState.h b/include/kdbinder/binder/IPCThreadState.h
index 144b1a1..e034fe7 100644
--- a/include/kdbinder/binder/IPCThreadState.h
+++ b/include/kdbinder/binder/IPCThreadState.h
@@ -72,6 +72,8 @@ class IPCThreadState : public virtual RefBase {
// entry.binder->transact. Overwise return after kQuantumMs
// milliseconds.
status_t handleService(const struct ProcessState::binder_entry& entry);
+ status_t handleDeathRecipient(
+ const struct ProcessState::binder_entry& entry);
const pid_t mMyThreadId;
sp<ProcessState> mProcess;