Home
last modified time | relevance | path

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

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