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

  /frameworks/base/include/binder/
IPCThreadState.h 66 void decStrongHandle(int32_t handle);
  /frameworks/base/libs/binder/
BpBinder.cpp 353 if (ipc) ipc->decStrongHandle(mHandle);
IPCThreadState.cpp 573 void IPCThreadState::decStrongHandle(int32_t handle)
575 LOG_REMOTEREFS("IPCThreadState::decStrongHandle(%d)\n", handle);
    [all...]

Completed in 18 milliseconds