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

  /frameworks/base/include/binder/
IPCThreadState.h 65 void incStrongHandle(int32_t handle);
  /frameworks/base/libs/binder/
BpBinder.cpp 343 if (ipc) ipc->incStrongHandle(mHandle);
IPCThreadState.cpp 566 void IPCThreadState::incStrongHandle(int32_t handle)
568 LOG_REMOTEREFS("IPCThreadState::incStrongHandle(%d)\n", handle);
    [all...]

Completed in 217 milliseconds