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 65 void expungeHandle(int32_t handle, IBinder* binder);
IPCThreadState.h 72 static void expungeHandle(int32_t handle, IBinder* binder);
  /system/libhwbinder/include/hwbinder/
ProcessState.h 61 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 221 // call expungeHandle(), which acquires the same lock we are holding now.
240 void ProcessState::expungeHandle(int32_t handle, IBinder* binder)
IPCThreadState.cpp 665 void IPCThreadState::expungeHandle(int32_t handle, IBinder* binder)
668 printf("IPCThreadState::expungeHandle(%ld)\n", handle);
670 self()->mProcess->expungeHandle(handle, binder);
    [all...]
  /frameworks/native/libs/binder/
BpBinder.cpp 334 ipc->expungeHandle(mHandle, this);
ProcessState.cpp 261 // call expungeHandle(), which acquires the same lock we are holding now.
280 void ProcessState::expungeHandle(int32_t handle, IBinder* binder)
IPCThreadState.cpp 673 void IPCThreadState::expungeHandle(int32_t handle, IBinder* binder)
676 ALOGV("IPCThreadState::expungeHandle(%ld)\n", handle);
678 self()->mProcess->expungeHandle(handle, binder);
    [all...]

Completed in 722 milliseconds