Home
last modified time | relevance | path

Searched refs:HandlePart (Results 1 – 12 of 12) sorted by relevance

/system/ulib/fidl/include/lib/fidl/cpp/
A Dmessage.h31 Message(BytePart bytes, HandlePart handles);
104 HandlePart& handles() { return handles_; } in handles()
105 const HandlePart& handles() const { return handles_; } in handles()
167 HandlePart handles_;
A Dmessage_part.h98 using HandlePart = MessagePart<zx_handle_t>; variable
/system/core/devmgr/devmgr/
A Dfidl.cpp25 fidl::Message msg(builder.Finalize(), fidl::HandlePart(nullptr, 0)); in dh_send_remove_device()
67 fidl::Message msg(builder.Finalize(), fidl::HandlePart(handles, num_handles, num_handles)); in dh_send_create_device()
86 fidl::HandlePart(handles, fbl::count_of(handles), fbl::count_of(handles))); in dh_send_create_device_stub()
112 fidl::HandlePart(handles, fbl::count_of(handles), fbl::count_of(handles))); in dh_send_bind_driver()
130 fidl::HandlePart(handles, fbl::count_of(handles), fbl::count_of(handles))); in dh_send_connect_proxy()
145 fidl::Message msg(builder.Finalize(), fidl::HandlePart(nullptr, 0)); in dh_send_suspend()
/system/ulib/fidl/
A Dmessage.cpp20 Message::Message(BytePart bytes, HandlePart handles) in Message()
22 handles_(static_cast<HandlePart&&>(handles)) {} in Message()
33 handles_(static_cast<HandlePart&&>(other.handles_)) {} in Message()
37 handles_ = static_cast<HandlePart&&>(other.handles_); in operator =()
A Dmessage_builder.cpp25 HandlePart(buffer_.handles(), in Encode()
A Dmessage_buffer.cpp43 HandlePart(handles(), handles_capacity())); in CreateEmptyMessage()
/system/ulib/fidl/include/lib/fidl/llcpp/
A Dencoded_message.h82 const HandlePart& handles() const { return handles_; } in handles()
97 HandlePart&, in decltype()
131 HandlePart handles_{handle_storage_, FidlType::MaxNumHandles};
A Ddecoded_message.h84 HandlePart& msg_handles) { in EncodeTo()
/system/utest/fidl/
A Dmessage_tests.cpp41 fidl::HandlePart(handle_buffer, ZX_CHANNEL_MAX_MSG_HANDLES)); in message_test()
99 EXPECT_EQ(sizeof(zx_handle_t), sizeof(fidl::HandlePart::value_type)); in message_part_is_stl_container_test()
102 EXPECT_EQ(sizeof(const zx_handle_t*), sizeof(fidl::HandlePart::const_iterator)); in message_part_is_stl_container_test()
A Dllcpp_types_tests.cpp100 fidl::HandlePart& msg_handles) { in EncodedMessageTest()
172 fidl::HandlePart& msg_handles in RoundTripTest()
/system/uapp/display-test/
A Dmain.cpp62 fidl::Message msg(fidl::BytePart(byte_buffer, ZX_CHANNEL_MAX_MSG_BYTES), fidl::HandlePart()); in bind_display()
195 fidl::HandlePart()); in apply_config()
231 fidl::Message msg(fidl::BytePart(byte_buffer, ZX_CHANNEL_MAX_MSG_BYTES), fidl::HandlePart()); in wait_for_vsync()
/system/dev/display/display/
A Dclient.cpp144 fidl::HandlePart(&in_handle, 1)); in HandleControllerApi()
198 fidl::HandlePart(&out_handle, 1, has_out_handle ? 1 : 0)); in HandleControllerApi()
1364 fidl::Message msg(builder.Finalize(), fidl::HandlePart()); in OnDisplaysChanged()

Completed in 25 milliseconds