Searched refs:attemptIncStrongHandle (Results 1 – 4 of 4) sorted by relevance
173 LIBBINDER_EXPORTED status_t attemptIncStrongHandle(int32_t handle);
713 return ipc ? ipc->attemptIncStrongHandle(binderHandle()) == NO_ERROR : false; in onIncStrongAttempted()
925 status_t IPCThreadState::attemptIncStrongHandle(int32_t handle) { in attemptIncStrongHandle() function in android::IPCThreadState