Home
last modified time | relevance | path

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

/system/dev/bus/platform/
A Dplatform-device.cpp406 uint8_t resp_buf[PROXY_MAX_TRANSFER_SIZE]; in DdkRxrpc() local
408 auto* resp_header = reinterpret_cast<platform_proxy_rsp_t*>(&resp_buf); in DdkRxrpc()
438 auto resp = reinterpret_cast<rpc_pdev_rsp_t*>(&resp_buf); in DdkRxrpc()
466 auto resp = reinterpret_cast<rpc_pdev_metadata_rsp_t*>(resp_buf); in DdkRxrpc()
467 static_assert(sizeof(*resp) == sizeof(resp_buf), ""); in DdkRxrpc()
468 auto buf_size = static_cast<uint32_t>(sizeof(resp_buf) - sizeof(*resp_header)); in DdkRxrpc()
492 auto resp = reinterpret_cast<rpc_gpio_rsp_t*>(&resp_buf); in DdkRxrpc()
533 auto resp = reinterpret_cast<rpc_i2c_rsp_t*>(&resp_buf); in DdkRxrpc()
580 sizeof(resp_buf), &resp_actual, resp_handles, in DdkRxrpc()
/system/ulib/tftp/
A Dtftp.c164 static void set_error(tftp_session* session, uint16_t err_code, void* resp_buf, in set_error() argument
166 tftp_err_msg* resp = resp_buf; in set_error()

Completed in 9 milliseconds