Searched refs:FidlTxn (Results 1 – 3 of 3) sorted by relevance
14 class FidlTxn {16 FidlTxn(zx::unowned_channel channel, uint32_t txid) : channel_(channel), txid_(txid) { } in FidlTxn() function17 FidlTxn(const zx::channel& channel, uint32_t txid) : channel_(channel), txid_(txid) { } in FidlTxn() function19 FidlTxn& operator=(const FidlTxn&) = delete;20 FidlTxn(const FidlTxn&) = delete;22 FidlTxn& operator=(FidlTxn&&) = delete;23 FidlTxn(FidlTxn&&) = delete;33 static_assert(offsetof(FidlTxn, txn_) == 0); in FidlReply()34 return reinterpret_cast<FidlTxn*>(reply)->Reply(msg); in FidlReply()42 fidl_txn_t txn_ = { .reply = FidlTxn::FidlReply };
612 FidlTxn txn(zx::unowned_channel(h), hdr->txid); in dh_handle_rpc_read()
1468 FidlTxn txn(dev->hrpc, hdr->txid); in HandleDeviceRead()
Completed in 23 milliseconds