Home
last modified time | relevance | path

Searched refs:handle_created (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/lib/
Dmultiplex_router.cc63 bool handle_created() const { return handle_created_; } in handle_created() function in mojo::internal::MultiplexRouter::InterfaceEndpoint
425 if (endpoint->handle_created() || endpoint->closed()) in CreateLocalEndpointHandle()
975 if (endpoint->closed() || endpoint->handle_created()) in InsertEndpointsForMessage()
998 if (!endpoint || endpoint->closed() || endpoint->handle_created()) { in CloseEndpointsForMessage()
/external/libchrome/ipc/
Dipc_mojo_bootstrap.cc257 DCHECK(!endpoint->handle_created()); in CreateLocalEndpointHandle()
261 if (endpoint->handle_created()) in CreateLocalEndpointHandle()
424 bool handle_created() const { in handle_created() function in IPC::__anonefff342a0111::ChannelAssociatedGroupController::Endpoint