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 60 void expungeHandle(int32_t handle, IBinder* binder);
IPCThreadState.h 72 static void expungeHandle(int32_t handle, IBinder* binder);
  /frameworks/native/libs/binder/
BpBinder.cpp 333 ipc->expungeHandle(mHandle, this);
ProcessState.cpp 248 // call expungeHandle(), which acquires the same lock we are holding now.
267 void ProcessState::expungeHandle(int32_t handle, IBinder* binder)
IPCThreadState.cpp 662 void IPCThreadState::expungeHandle(int32_t handle, IBinder* binder)
665 printf("IPCThreadState::expungeHandle(%ld)\n", handle);
667 self()->mProcess->expungeHandle(handle, binder);
    [all...]

Completed in 80 milliseconds