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

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

Completed in 204 milliseconds