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

/frameworks/native/include/binder/
H A DProcessState.h63 void expungeHandle(int32_t handle, IBinder* binder);
H A DIPCThreadState.h70 static void expungeHandle(int32_t handle, IBinder* binder);
/frameworks/native/libs/binder/
H A DBpBinder.cpp334 ipc->expungeHandle(mHandle, this);
H A DProcessState.cpp225 // call expungeHandle(), which acquires the same lock we are holding now.
244 void ProcessState::expungeHandle(int32_t handle, IBinder* binder) function in class:android::ProcessState
H A DIPCThreadState.cpp612 void IPCThreadState::expungeHandle(int32_t handle, IBinder* binder) function in class:android::IPCThreadState
615 printf("IPCThreadState::expungeHandle(%ld)\n", handle);
617 self()->mProcess->expungeHandle(handle, binder);

Completed in 116 milliseconds