Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h67 void incStrongHandle(int32_t handle, BpBinder *proxy);
/frameworks/native/libs/binder/
DBpBinder.cpp412 if (ipc) ipc->incStrongHandle(mHandle, this); in onFirstRef()
DIPCThreadState.cpp654 void IPCThreadState::incStrongHandle(int32_t handle, BpBinder *proxy) in incStrongHandle() function in android::IPCThreadState