Home
last modified time | relevance | path

Searched refs:processDecStrong (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/
DRpcState.h132 [[nodiscard]] status_t processDecStrong(const base::unique_fd& fd,
DRpcState.cpp477 return processDecStrong(fd, command); in processServerCommand()
705 status_t RpcState::processDecStrong(const base::unique_fd& fd, const RpcWireHeader& command) { in processDecStrong() function in android::RpcState