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

/frameworks/base/include/binder/
H A DIPCThreadState.h63 static void expungeHandle(int32_t handle, IBinder* binder);
H A DProcessState.h67 void expungeHandle(int32_t handle, IBinder* binder);
/frameworks/base/libs/binder/
H A DBpBinder.cpp334 ipc->expungeHandle(mHandle, this);
H A DProcessState.cpp250 // call expungeHandle(), which acquires the same lock we are holding now.
269 void ProcessState::expungeHandle(int32_t handle, IBinder* binder) function in class:android::ProcessState
H A DIPCThreadState.cpp566 void IPCThreadState::expungeHandle(int32_t handle, IBinder* binder) function in class:android::IPCThreadState
569 printf("IPCThreadState::expungeHandle(%ld)\n", handle);
571 self()->mProcess->expungeHandle(handle, binder);

Completed in 67 milliseconds