Searched refs:expungeHandle (Results 1 - 7 of 7) sorted by relevance
/frameworks/native/include/binder/ |
H A D | ProcessState.h | 66 void expungeHandle(int32_t handle, IBinder* binder);
|
H A D | IPCThreadState.h | 72 static void expungeHandle(int32_t handle, IBinder* binder);
|
/frameworks/native/libs/binder/include/binder/ |
H A D | ProcessState.h | 66 void expungeHandle(int32_t handle, IBinder* binder);
|
H A D | IPCThreadState.h | 72 static void expungeHandle(int32_t handle, IBinder* binder);
|
/frameworks/native/libs/binder/ |
H A D | ProcessState.cpp | 313 // 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 D | BpBinder.cpp | 403 ipc->expungeHandle(mHandle, this);
|
H A D | IPCThreadState.cpp | 712 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 108 milliseconds