Home
last modified time | relevance | path

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

/system/core/devmgr/shared/
A Dfidl_txn.h14 class FidlTxn {
16 FidlTxn(zx::unowned_channel channel, uint32_t txid) : channel_(channel), txid_(txid) { } in FidlTxn() function
17 FidlTxn(const zx::channel& channel, uint32_t txid) : channel_(channel), txid_(txid) { } in FidlTxn() function
19 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 };
/system/core/devmgr/devhost/
A Ddevhost.cpp612 FidlTxn txn(zx::unowned_channel(h), hdr->txid); in dh_handle_rpc_read()
/system/core/devmgr/devmgr/
A Dcoordinator.cpp1468 FidlTxn txn(dev->hrpc, hdr->txid); in HandleDeviceRead()

Completed in 23 milliseconds