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

/frameworks/native/include/binder/
H A DIPCThreadState.h71 status_t attemptIncStrongHandle(int32_t handle);
/frameworks/native/libs/binder/
H A DBpBinder.cpp360 return ipc ? ipc->attemptIncStrongHandle(mHandle) == NO_ERROR : false;
H A DIPCThreadState.cpp635 status_t IPCThreadState::attemptIncStrongHandle(int32_t handle) function in class:android::IPCThreadState
638 LOG_REMOTEREFS("IPCThreadState::attemptIncStrongHandle(%d)\n", handle);
647 printf("IPCThreadState::attemptIncStrongHandle(%ld) = %s\n",

Completed in 221 milliseconds