Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DProcessState.h56 void expungeHandle(int32_t handle, IBinder* binder);
DIPCThreadState.h129 static void expungeHandle(int32_t handle, IBinder* binder);
/frameworks/native/include/binder/
DProcessState.h56 void expungeHandle(int32_t handle, IBinder* binder);
DIPCThreadState.h129 static void expungeHandle(int32_t handle, IBinder* binder);
/frameworks/native/libs/binder/
DProcessState.cpp319 void ProcessState::expungeHandle(int32_t handle, IBinder* binder) in expungeHandle() function in android::ProcessState
DBpBinder.cpp465 ipc->expungeHandle(binderHandle(), this); in ~BpBinder()
DIPCThreadState.cpp821 void IPCThreadState::expungeHandle(int32_t handle, IBinder* binder) in expungeHandle() function in android::IPCThreadState
826 self()->mProcess->expungeHandle(handle, binder); // NOLINT in expungeHandle()