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

  /frameworks/native/include/binder/
ProcessState.h 58 void expungeHandle(int32_t handle, IBinder* binder);
IPCThreadState.h 72 static void expungeHandle(int32_t handle, IBinder* binder);
  /frameworks/native/libs/binder/
BpBinder.cpp 334 ipc->expungeHandle(mHandle, this);
ProcessState.cpp 247 // call expungeHandle(), which acquires the same lock we are holding now.
266 void ProcessState::expungeHandle(int32_t handle, IBinder* binder)
IPCThreadState.cpp 659 void IPCThreadState::expungeHandle(int32_t handle, IBinder* binder)
662 printf("IPCThreadState::expungeHandle(%ld)\n", handle);
664 self()->mProcess->expungeHandle(handle, binder);
    [all...]

Completed in 181 milliseconds