Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h153 void incStrongHandle(int32_t handle, BpBinder *proxy);
/frameworks/native/include/binder/
DIPCThreadState.h153 void incStrongHandle(int32_t handle, BpBinder *proxy);
/frameworks/native/libs/binder/
DBpBinder.cpp513 if (ipc) ipc->incStrongHandle(binderHandle(), this); in onFirstRef()
DIPCThreadState.cpp778 void IPCThreadState::incStrongHandle(int32_t handle, BpBinder *proxy) in incStrongHandle() function in android::IPCThreadState