Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h92 status_t attemptIncStrongHandle(int32_t handle);
/frameworks/native/libs/binder/
DBpBinder.cpp432 return ipc ? ipc->attemptIncStrongHandle(mHandle) == NO_ERROR : false; in onIncStrongAttempted()
DIPCThreadState.cpp754 status_t IPCThreadState::attemptIncStrongHandle(int32_t handle) in attemptIncStrongHandle() function in android::IPCThreadState