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

  /frameworks/native/libs/binder/include/binder/
IPCThreadState.h 69 void incWeakHandle(int32_t handle);
  /system/libhwbinder/include/hwbinder/
IPCThreadState.h 70 void incWeakHandle(int32_t handle);
  /system/libhwbinder/
BpHwBinder.cpp 99 IPCThreadState::self()->incWeakHandle(handle);
IPCThreadState.cpp 627 void IPCThreadState::incWeakHandle(int32_t handle)
629 LOG_REMOTEREFS("IPCThreadState::incWeakHandle(%d)\n", handle);
    [all...]
  /frameworks/native/libs/binder/
BpBinder.cpp 99 IPCThreadState::self()->incWeakHandle(handle);
IPCThreadState.cpp 635 void IPCThreadState::incWeakHandle(int32_t handle)
637 LOG_REMOTEREFS("IPCThreadState::incWeakHandle(%d)\n", handle);
    [all...]

Completed in 108 milliseconds