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

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

Completed in 491 milliseconds