Home
last modified time | relevance | path

Searched refs:expungeHandle (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/include/binder/
DProcessState.h60 void expungeHandle(int32_t handle, IBinder* binder);
DIPCThreadState.h72 static void expungeHandle(int32_t handle, IBinder* binder);
/frameworks/native/libs/binder/
DProcessState.cpp267 void ProcessState::expungeHandle(int32_t handle, IBinder* binder) in expungeHandle() function in android::ProcessState
DBpBinder.cpp333 ipc->expungeHandle(mHandle, this); in ~BpBinder()
DIPCThreadState.cpp662 void IPCThreadState::expungeHandle(int32_t handle, IBinder* binder) in expungeHandle() function in android::IPCThreadState
667 self()->mProcess->expungeHandle(handle, binder); in expungeHandle()