Home
last modified time | relevance | path

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

/frameworks/native/include/binder/
DIPCThreadState.h69 void incWeakHandle(int32_t handle);
/frameworks/native/libs/binder/
DBpBinder.cpp98 IPCThreadState::self()->incWeakHandle(handle); in BpBinder()
DIPCThreadState.cpp621 void IPCThreadState::incWeakHandle(int32_t handle) in incWeakHandle() function in android::IPCThreadState