Home
last modified time | relevance | path

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

/aosp12/system/libhwbinder/include/hwbinder/
H A DIPCThreadState.h85 status_t attemptIncStrongHandle(int32_t handle);
/aosp12/frameworks/native/include/binder/
H A DIPCThreadState.h135 status_t attemptIncStrongHandle(int32_t handle);
/aosp12/frameworks/native/libs/binder/include/binder/
H A DIPCThreadState.h135 status_t attemptIncStrongHandle(int32_t handle);
/aosp12/system/libhwbinder/
H A DBpHwBinder.cpp322 return ipc ? ipc->attemptIncStrongHandle(mHandle) == NO_ERROR : false; in onIncStrongAttempted()
H A DIPCThreadState.cpp712 status_t IPCThreadState::attemptIncStrongHandle(int32_t handle) in attemptIncStrongHandle() function in android::hardware::IPCThreadState
/aosp12/frameworks/native/libs/binder/
H A DBpBinder.cpp533 return ipc ? ipc->attemptIncStrongHandle(binderHandle()) == NO_ERROR : false; in onIncStrongAttempted()
H A DIPCThreadState.cpp797 status_t IPCThreadState::attemptIncStrongHandle(int32_t handle) in attemptIncStrongHandle() function in android::IPCThreadState