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

  /frameworks/native/libs/binder/include/binder/
ProcessState.h 66 void expungeHandle(int32_t handle, IBinder* binder);
IPCThreadState.h 72 static void expungeHandle(int32_t handle, IBinder* binder);
  /system/libhwbinder/include/hwbinder/
ProcessState.h 64 void expungeHandle(int32_t handle, IBinder* binder);
IPCThreadState.h 73 static void expungeHandle(int32_t handle, IBinder* binder);
  /system/libhwbinder/
BpHwBinder.cpp 276 ipc->expungeHandle(mHandle, this);
ProcessState.cpp 270 // call expungeHandle(), which acquires the same lock we are holding now.
289 void ProcessState::expungeHandle(int32_t handle, IBinder* binder)
IPCThreadState.cpp 721 void IPCThreadState::expungeHandle(int32_t handle, IBinder* binder)
724 printf("IPCThreadState::expungeHandle(%ld)\n", handle);
726 self()->mProcess->expungeHandle(handle, binder); // NOLINT
    [all...]
  /frameworks/native/libs/binder/
ProcessState.cpp 313 // call expungeHandle(), which acquires the same lock we are holding now.
332 void ProcessState::expungeHandle(int32_t handle, IBinder* binder)
BpBinder.cpp 403 ipc->expungeHandle(mHandle, this);
IPCThreadState.cpp 712 void IPCThreadState::expungeHandle(int32_t handle, IBinder* binder)
715 ALOGV("IPCThreadState::expungeHandle(%ld)\n", handle);
717 self()->mProcess->expungeHandle(handle, binder); // NOLINT
    [all...]

Completed in 183 milliseconds