Home
last modified time | relevance | path

Searched refs:incWeakHandle (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h69 void incWeakHandle(int32_t handle, BpBinder *proxy);
/frameworks/native/libs/binder/
DBpBinder.cpp148 IPCThreadState::self()->incWeakHandle(handle, this); in BpBinder()
DIPCThreadState.cpp671 void IPCThreadState::incWeakHandle(int32_t handle, BpBinder *proxy) in incWeakHandle() function in android::IPCThreadState