HomeSort by relevance Sort by last modified time
    Searched refs:PassInterface (Results 1 - 6 of 6) sorted by null

  /external/libmojo/mojo/public/cpp/bindings/
interface_ptr.h 34 // any version information) using PassInterface(), pass it to a different
169 // It is an error to call PassInterface() while:
178 InterfacePtrInfo<Interface> PassInterface() {
184 return state.PassInterface();
associated_interface_ptr.h 151 // It is an error to call PassInterface() while there are pending responses.
154 AssociatedInterfacePtrInfo<Interface> PassInterface() {
159 return state.PassInterface();
  /external/libmojo/mojo/public/cpp/bindings/lib/
associated_interface_ptr_state.h 97 AssociatedInterfacePtrInfo<Interface> PassInterface() {
interface_ptr_state.h 115 InterfacePtrInfo<Interface> PassInterface() {
handle_interface_serialization.h 119 InterfacePtrInfo<T> info = input.PassInterface();
  /external/libmojo/mojo/public/cpp/bindings/tests/
interface_ptr_unittest.cc 728 EXPECT_TRUE(FuseInterface(std::move(request), proxy.PassInterface()));

Completed in 434 milliseconds