HomeSort by relevance Sort by last modified time
    Searched defs:ScopedInterfaceEndpointHandle (Results 1 - 2 of 2) sorted by null

  /external/libmojo/mojo/public/cpp/bindings/
scoped_interface_endpoint_handle.h 24 // ScopedInterfaceEndpointHandle refers to one end of an interface, either the
26 // Threading: At any given time, a ScopedInterfaceEndpointHandle should only
28 class MOJO_CPP_BINDINGS_EXPORT ScopedInterfaceEndpointHandle {
33 ScopedInterfaceEndpointHandle* handle0,
34 ScopedInterfaceEndpointHandle* handle1);
37 ScopedInterfaceEndpointHandle();
39 ScopedInterfaceEndpointHandle(ScopedInterfaceEndpointHandle&& other);
41 ~ScopedInterfaceEndpointHandle();
43 ScopedInterfaceEndpointHandle& operator=
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/lib/
scoped_interface_endpoint_handle.cc 15 // ScopedInterfaceEndpointHandle::State ----------------------------------------
18 class ScopedInterfaceEndpointHandle::State
111 &ScopedInterfaceEndpointHandle::State::RunAssociationEventHandler,
117 &ScopedInterfaceEndpointHandle::State::RunAssociationEventHandler,
199 base::Bind(&ScopedInterfaceEndpointHandle::State::
236 base::Bind(&ScopedInterfaceEndpointHandle::State::
282 // ScopedInterfaceEndpointHandle -----------------------------------------------
285 void ScopedInterfaceEndpointHandle::CreatePairPendingAssociation(
286 ScopedInterfaceEndpointHandle* handle0,
287 ScopedInterfaceEndpointHandle* handle1)
    [all...]

Completed in 129 milliseconds