Home
last modified time | relevance | path

Searched defs:binding_ (Results 1 – 25 of 36) sorted by relevance

12

/aosp_15_r20/external/cronet/base/fuchsia/
H A Dscoped_service_binding.h145 : binding_(impl) { in binding_() function
157 : binding_(impl) { in binding_() function
202 fidl::Binding<Interface> binding_; variable
H A Dprocess_lifecycle.h42 binding_; variable
H A Dtest_log_listener_safe.h85 std::optional<fidl::ServerBinding<fuchsia_logger::LogListenerSafe>> binding_; variable
H A Dsystem_product_info_unittest.cc55 ScopedNaturalServiceBinding<fuchsia_hwinfo::Product> binding_; member in base::__anon046a9c000111::FakeHardwareInfoProduct
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/
H A Dtest_helpers_unittest.cc43 Binding<test::PingService> binding_; member in mojo::__anon4ed4d2b30111::PingImpl
60 Binding<test::EchoService> binding_; member in mojo::__anon4ed4d2b30111::EchoImpl
84 Binding<test::HandleTrampoline> binding_; member in mojo::__anon4ed4d2b30111::TrampolineImpl
H A Dinterface_ptr_unittest.cc63 Binding<math::Calculator> binding_; member in mojo::test::__anon89e095c70111::MathCalculatorImpl
174 Binding<sample::Service> binding_; member in mojo::test::__anon89e095c70111::ReentrantServiceImpl
591 Binding<math::Calculator> binding_; member in mojo::test::__anon89e095c70111::WeakMathCalculatorImpl
680 Binding<A> binding_; member in mojo::test::__anon89e095c70111::AImpl
716 Binding<sample::PingTest> binding_; member in mojo::test::__anon89e095c70111::PingTestImpl
H A Dlazy_serialization_unittest.cc43 mojo::Binding<test::TestUnserializedStruct> binding_; member in mojo::__anon5178ee5e0111::TestUnserializedStructImpl
68 Binding<test::ForceSerializeTester> binding_; member in mojo::__anon5178ee5e0111::ForceSerializeTesterImpl
H A Dhandle_passing_unittest.cc54 Binding<ImportedInterface> binding_; member in mojo::test::__anonee59fea10111::ImportedInterfaceImpl
149 Binding<sample::Factory> binding_; member in mojo::test::__anonee59fea10111::SampleFactoryImpl
H A Dassociated_interface_unittest.cc64 AssociatedBinding<IntegerSender> binding_; member in mojo::test::__anon8e0c68710111::IntegerSenderImpl
94 Binding<IntegerSenderConnection> binding_; member in mojo::test::__anon8e0c68710111::IntegerSenderConnectionImpl
624 AssociatedBinding<PingService> binding_; member in mojo::test::__anon8e0c68710111::PingServiceImpl
660 Binding<AssociatedPingProvider> binding_; member in mojo::test::__anon8e0c68710111::PingProviderImpl
H A Dbind_task_runner_unittest.cc145 BindingType binding_; member in mojo::test::__anone2ed69690111::IntegerSenderImpl
180 Binding<IntegerSenderConnection> binding_; member in mojo::test::__anone2ed69690111::IntegerSenderConnectionImpl
H A Dsync_method_unittest.cc139 Binding<TestSync> binding_; member in mojo::test::__anon18fccbde0111::TestSyncImpl
167 Binding<TestSyncMaster> binding_; member in mojo::test::__anon18fccbde0111::TestSyncMasterImpl
189 AssociatedBinding<TestSync> binding_; member in mojo::test::__anon18fccbde0111::TestSyncAssociatedImpl
H A Dnative_struct_unittest.cc45 Binding<test::NativeTypeTester> binding_; member in mojo::NativeStructTest
H A Drequest_response_unittest.cc53 Binding<sample::Provider> binding_; member in mojo::test::__anon04c1f4b80111::ProviderImpl
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkBuilderUtil.hpp126 static inline Location binding(uint32_t binding_) in binding()
130 static inline Location bindingArrayElement(uint32_t binding_, uint32_t arrayElement) in bindingArrayElement()
137 …inline Location(uint32_t binding_, uint32_t arrayElement) : m_binding(binding_), m_arrayElement(ar… in Location()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/bt_hci_virtual/
H A Dloopback.h98 fidl::ServerBinding<fuchsia_hardware_bluetooth::Snoop> binding_; variable
138 fidl::ServerBinding<fuchsia_hardware_bluetooth::HciTransport> binding_; variable
H A Demulated_peer.h105 fidl::ServerBinding<fuchsia_hardware_bluetooth::Peer> binding_; variable
/aosp_15_r20/external/libchrome/ipc/
H A Dipc_channel_mojo_unittest.cc274 mojo::AssociatedBinding<IPC::mojom::TestStructPasser> binding_; member in __anon33c4f6f10111::ListenerThatBindsATestStructPasser
711 mojo::AssociatedBinding<IPC::mojom::SimpleTestDriver> binding_; member in __anon33c4f6f10111::ListenerWithSimpleAssociatedInterface
906 mojo::AssociatedBinding<IPC::mojom::SimpleTestDriver> binding_; member in __anon33c4f6f10111::ListenerWithSimpleProxyAssociatedInterface
1144 mojo::AssociatedBinding<IPC::mojom::SimpleTestDriver> binding_; member in __anon33c4f6f10111::ListenerWithSyncAssociatedInterface
1269 mojo::AssociatedBinding<IPC::mojom::SimpleTestClient> binding_; member in __anon33c4f6f10111::SimpleTestClientImpl
H A Dipc_message_pipe_reader.h105 mojo::AssociatedBinding<mojom::Channel> binding_; in COMPONENT_EXPORT() local
H A Dipc_perftest_util.h114 mojo::Binding<IPC::mojom::Reflector> binding_; variable
H A Dipc_mojo_bootstrap_unittest.cc94 mojo::AssociatedBinding<IPC::mojom::Channel> binding_; member in __anon04fbd9160111::PeerPidReceiver
/aosp_15_r20/external/libchrome/mojo/public/tools/fuzzers/
H A Dfuzz_impl.h39 mojo::Binding<FuzzInterface> binding_; variable
/aosp_15_r20/external/deqp-deps/amber/src/
Ddescriptor_set_and_binding_parser.h52 uint32_t binding_ = 0; variable
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/
H A Dstrong_associated_binding.h119 AssociatedBinding<Interface> binding_; variable
H A Dstrong_binding.h127 Binding<Interface> binding_; variable
/aosp_15_r20/external/deqp-deps/amber/src/vulkan/
Ddescriptor.h97 uint32_t binding_ = 0; variable

12