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

  /frameworks/native/libs/binder/include/binder/
IPCThreadState.h 67 void incStrongHandle(int32_t handle, BpBinder *proxy);
  /system/libhwbinder/include/hwbinder/
IPCThreadState.h 68 void incStrongHandle(int32_t handle, BpHwBinder *proxy);
  /system/libhwbinder/
BpHwBinder.cpp 285 if (ipc) ipc->incStrongHandle(mHandle, this);
IPCThreadState.cpp 663 void IPCThreadState::incStrongHandle(int32_t handle, BpHwBinder *proxy)
665 LOG_REMOTEREFS("IPCThreadState::incStrongHandle(%d)\n", handle);
    [all...]
  /frameworks/native/libs/binder/
BpBinder.cpp 412 if (ipc) ipc->incStrongHandle(mHandle, this);
IPCThreadState.cpp 654 void IPCThreadState::incStrongHandle(int32_t handle, BpBinder *proxy)
656 LOG_REMOTEREFS("IPCThreadState::incStrongHandle(%d)\n", handle);
    [all...]

Completed in 763 milliseconds