Searched refs:resp_buffer (Results 1 – 2 of 2) sorted by relevance
47 void PlatformI2cBus::Complete(I2cTxn* txn, zx_status_t status, const uint8_t* resp_buffer, in Complete() argument49 rpc_i2c_rsp_t* i2c = (rpc_i2c_rsp_t*)(resp_buffer); in Complete()55 status = zx_channel_write(txn->channel_handle, 0, resp_buffer, in Complete()
226 uint8_t resp_buffer[PROXY_MAX_TRANSFER_SIZE]; in I2cTransact() local227 rpc_i2c_rsp_t* rsp = reinterpret_cast<rpc_i2c_rsp_t*>(resp_buffer); in I2cTransact()
Completed in 9 milliseconds