Searched refs:attemptIncStrongHandle (Results 1 – 3 of 3) sorted by relevance
71 status_t attemptIncStrongHandle(int32_t handle);
360 return ipc ? ipc->attemptIncStrongHandle(mHandle) == NO_ERROR : false; in onIncStrongAttempted()
635 status_t IPCThreadState::attemptIncStrongHandle(int32_t handle) in attemptIncStrongHandle() function in android::IPCThreadState