Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DRpcState.cpp971 CommandData commandData(command.bodySize); in processDecStrong() local
972 if (!commandData.valid()) { in processDecStrong()
975 iovec iov{commandData.data(), commandData.size()}; in processDecStrong()
985 RpcDecStrong* body = reinterpret_cast<RpcDecStrong*>(commandData.data()); in processDecStrong()