HomeSort by relevance Sort by last modified time
    Searched refs:expungeHandle (Results 1 - 5 of 5) sorted by null

  /frameworks/base/include/binder/
IPCThreadState.h 63 static void expungeHandle(int32_t handle, IBinder* binder);
ProcessState.h 67 void expungeHandle(int32_t handle, IBinder* binder);
  /frameworks/base/libs/binder/
BpBinder.cpp 334 ipc->expungeHandle(mHandle, this);
ProcessState.cpp 250 // call expungeHandle(), which acquires the same lock we are holding now.
269 void ProcessState::expungeHandle(int32_t handle, IBinder* binder)
IPCThreadState.cpp 566 void IPCThreadState::expungeHandle(int32_t handle, IBinder* binder)
569 printf("IPCThreadState::expungeHandle(%ld)\n", handle);
571 self()->mProcess->expungeHandle(handle, binder);
    [all...]

Completed in 202 milliseconds