Home
last modified time | relevance | path

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

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