Home
last modified time | relevance | path

Searched refs:requestDeathNotification (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/include/binder/
DIPCThreadState.h73 status_t requestDeathNotification( int32_t handle,
/frameworks/native/libs/binder/
DBpBinder.cpp197 self->requestDeathNotification(mHandle, this); in linkToDeath()
DIPCThreadState.cpp691 status_t IPCThreadState::requestDeathNotification(int32_t handle, BpBinder* proxy) in requestDeathNotification() function in android::IPCThreadState