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

  /frameworks/base/include/binder/
IPCThreadState.h 66 void incWeakHandle(int32_t handle);
  /frameworks/base/libs/binder/
BpBinder.cpp 98 IPCThreadState::self()->incWeakHandle(handle);
IPCThreadState.cpp 569 void IPCThreadState::incWeakHandle(int32_t handle)
571 LOG_REMOTEREFS("IPCThreadState::incWeakHandle(%d)\n", handle);
    [all...]

Completed in 773 milliseconds