Home
last modified time | relevance | path

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

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