Searched refs:incWeakHandle (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/include/binder/
H A DIPCThreadState.h69 void incWeakHandle(int32_t handle, BpBinder *proxy);
/frameworks/native/libs/binder/include/binder/
H A DIPCThreadState.h69 void incWeakHandle(int32_t handle, BpBinder *proxy);
/frameworks/native/libs/binder/
H A DBpBinder.cpp148 IPCThreadState::self()->incWeakHandle(handle, this);
H A DIPCThreadState.cpp671 void IPCThreadState::incWeakHandle(int32_t handle, BpBinder *proxy) function in class:android::IPCThreadState
673 LOG_REMOTEREFS("IPCThreadState::incWeakHandle(%d)\n", handle);

Completed in 60 milliseconds