Searched defs:txid (Results 1 - 21 of 21) sorted by relevance

/fuchsia/zircon/kernel/object/include/object/
H A Dchannel_dispatcher.h81 void set_txid(zx_txid_t txid) { txid_ = txid; }; argument
H A Dmessage_packet.h66 void set_txid(zx_txid_t txid) { argument
/fuchsia/zircon/system/dev/bus/platform/
H A Dplatform-i2c.h27 uint32_t txid; member in struct:platform_bus::PlatformI2cBus::I2cTxn
H A Dplatform-i2c.cpp110 zx_status_t PlatformI2cBus::Transact(uint32_t txid, rpc_i2c_req_t* req, uint16_t address, argument
H A Dplatform-bus.cpp447 zx_status_t PlatformBus::I2cTransact(uint32_t txid, rpc_i2c_req_t* req, argument
H A Dplatform-device.cpp307 zx_status_t PlatformDevice::RpcI2cTransact(const DeviceResources* dr, uint32_t txid, argument
/fuchsia/zircon/system/ulib/fidl/include/lib/fidl/cpp/
H A Dmessage.h58 zx_txid_t txid() const { return header().txid; } function in class:fidl::Message
59 void set_txid(zx_txid_t txid) { header().txid = txid; } argument
/fuchsia/zircon/system/ulib/fdio/
H A Dprivate-socket.h36 zx_txid_t txid; // FIDL message header member in struct:zxsio_msg
/fuchsia/zircon/system/ulib/fidl/
H A Dbind.c21 zx_txid_t txid; member in struct:fidl_connection
/fuchsia/zircon/system/public/zircon/
H A Dfidl.h285 zx_txid_t txid; member in struct:fidl_message_header
/fuchsia/zircon/system/ulib/ddk/include/ddk/protocol/
H A Dplatform-proxy.h17 zx_txid_t txid; member in struct:__anon978
25 zx_txid_t txid; member in struct:__anon979
/fuchsia/zircon/system/ulib/fdio/include/lib/fdio/
H A Dremoteio.h58 zx_txid_t txid; member in struct:zxfidl_connection
/fuchsia/zircon/kernel/object/
H A Dchannel_dispatcher.cpp229 zx_txid_t txid = (++txid_) | 0x80000000; local
308 zx_txid_t txid local
[all...]
/fuchsia/zircon/system/dev/bus/pci/
H A Dkpci-private.h65 zx_txid_t txid; // FIDL message header member in struct:__anon265
/fuchsia/zircon/system/ulib/process-launcher/
H A Dlauncher.cpp116 zx_txid_t txid = message.txid(); local
157 zx_txid_t txid = message.txid(); local
/fuchsia/zircon/system/utest/fidl-simple/
H A Dldsvc_tests.c80 zx_txid_t txid; member in struct:ldsvc_connection
/fuchsia/zircon/system/ulib/audio-utils/
H A Daudio-device-stream.cpp163 zx_txid_t txid = resp.hdr.transaction_id; local
/fuchsia/zircon/system/ulib/framebuffer/
H A Dframebuffer.c26 static int32_t txid; variable
[all...]
/fuchsia/zircon/system/core/devmgr/
H A Ddevcoordinator.h184 zx_txid_t txid; // FIDL message header member in struct:__anon126
233 zx_txid_t txid; member in struct:__anon128
/fuchsia/zircon/system/utest/core/channel/
H A Dchannel.c499 zx_txid_t txid; member in struct:__anon1309
/fuchsia/zircon/system/uapp/gfxlatency/
H A Dmain.cpp123 static int32_t txid = 0; variable
[all...]

Completed in 383 milliseconds