Home
last modified time | relevance | path

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

/system/libhwbinder/include/hwbinder/
DIPCThreadState.h83 status_t attemptIncStrongHandle(int32_t handle);
/system/libhwbinder/
DBpHwBinder.cpp312 return ipc ? ipc->attemptIncStrongHandle(mHandle) == NO_ERROR : false; in onIncStrongAttempted()
DIPCThreadState.cpp726 status_t IPCThreadState::attemptIncStrongHandle(int32_t handle) in attemptIncStrongHandle() function in android::hardware::IPCThreadState