Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/bindings/
Dbinding_set.h41 InterfacePtr<Interface> CreateInterfacePtrAndBind(Interface* impl) { in CreateInterfacePtrAndBind() function
Dbinding.h114 InterfacePtr<Interface> CreateInterfacePtrAndBind(
/external/libmojo/mojo/public/cpp/bindings/tests/
Dstruct_traits_unittest.cc126 return traits_test_bindings_.CreateInterfacePtrAndBind(this); in GetTraitsTestProxy()