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

/frameworks/native/include/binder/
H A DProcessState.h66 void expungeHandle(int32_t handle, IBinder* binder);
H A DIPCThreadState.h72 static void expungeHandle(int32_t handle, IBinder* binder);
/frameworks/native/libs/binder/include/binder/
H A DProcessState.h66 void expungeHandle(int32_t handle, IBinder* binder);
H A DIPCThreadState.h72 static void expungeHandle(int32_t handle, IBinder* binder);
/frameworks/native/libs/binder/
H A DProcessState.cpp313 // call expungeHandle(), which acquires the same lock we are holding now.
332 void ProcessState::expungeHandle(int32_t handle, IBinder* binder) function in class:android::ProcessState
H A DBpBinder.cpp403 ipc->expungeHandle(mHandle, this);
H A DIPCThreadState.cpp712 void IPCThreadState::expungeHandle(int32_t handle, IBinder* binder) function in class:android::IPCThreadState
715 ALOGV("IPCThreadState::expungeHandle(%ld)\n", handle);
717 self()->mProcess->expungeHandle(handle, binder); // NOLINT

Completed in 72 milliseconds