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, BpBinder *proxy);
  /system/libhwbinder/include/hwbinder/
IPCThreadState.h 70 void incWeakHandle(int32_t handle, BpHwBinder *proxy);
  /system/libhwbinder/
BpHwBinder.cpp 99 IPCThreadState::self()->incWeakHandle(handle, this);
IPCThreadState.cpp 680 void IPCThreadState::incWeakHandle(int32_t handle, BpHwBinder *proxy)
682 LOG_REMOTEREFS("IPCThreadState::incWeakHandle(%d)\n", handle);
    [all...]
  /frameworks/native/libs/binder/
BpBinder.cpp 148 IPCThreadState::self()->incWeakHandle(handle, this);
IPCThreadState.cpp 671 void IPCThreadState::incWeakHandle(int32_t handle, BpBinder *proxy)
673 LOG_REMOTEREFS("IPCThreadState::incWeakHandle(%d)\n", handle);
    [all...]

Completed in 113 milliseconds