Home
last modified time | relevance | path

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

/system/dev/bus/platform/
A Dplatform-device.cpp408 auto* resp_header = reinterpret_cast<platform_proxy_rsp_t*>(&resp_buf); in DdkRxrpc() local
428 resp_header->txid = req_header->txid; in DdkRxrpc()
468 auto buf_size = static_cast<uint32_t>(sizeof(resp_buf) - sizeof(*resp_header)); in DdkRxrpc()
561 resp_len = sizeof(*resp_header); in DdkRxrpc()
579 status = bus_->Proxy(req_header, actual, req_handles, req_handle_count, resp_header, in DdkRxrpc()
589 resp_header->status = status; in DdkRxrpc()
590 status = zx_channel_write(channel, 0, resp_header, resp_len, in DdkRxrpc()

Completed in 4 milliseconds