Home
last modified time | relevance | path

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

/frameworks/native/include/binder/
DIPCThreadState.h67 void incStrongHandle(int32_t handle);
/frameworks/native/libs/binder/
DBpBinder.cpp342 if (ipc) ipc->incStrongHandle(mHandle); in onFirstRef()
DIPCThreadState.cpp610 void IPCThreadState::incStrongHandle(int32_t handle) in incStrongHandle() function in android::IPCThreadState