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

/frameworks/native/include/binder/
H A DIPCThreadState.h67 void incStrongHandle(int32_t handle, BpBinder *proxy);
/frameworks/native/libs/binder/include/binder/
H A DIPCThreadState.h67 void incStrongHandle(int32_t handle, BpBinder *proxy);
/frameworks/native/libs/binder/
H A DBpBinder.cpp412 if (ipc) ipc->incStrongHandle(mHandle, this);
H A DIPCThreadState.cpp654 void IPCThreadState::incStrongHandle(int32_t handle, BpBinder *proxy) function in class:android::IPCThreadState
656 LOG_REMOTEREFS("IPCThreadState::incStrongHandle(%d)\n", handle);

Completed in 160 milliseconds