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

  /external/libmojo/mojo/public/cpp/bindings/lib/
multiplex_router.h 155 class InterfaceEndpoint;
221 void UpdateEndpointStateMayRemove(InterfaceEndpoint* endpoint,
226 InterfaceEndpoint* FindOrInsertEndpoint(InterfaceId id, bool* inserted);
227 InterfaceEndpoint* FindEndpoint(InterfaceId id);
253 std::map<InterfaceId, scoped_refptr<InterfaceEndpoint>> endpoints_;
multiplex_router.cc 26 // InterfaceEndpoint stores the information of an interface endpoint registered
30 class MultiplexRouter::InterfaceEndpoint
31 : public base::RefCounted<InterfaceEndpoint>,
34 InterfaceEndpoint(MultiplexRouter* router, InterfaceId id)
166 friend class base::RefCounted<InterfaceEndpoint>;
168 ~InterfaceEndpoint() override {
186 scoped_refptr<InterfaceEndpoint> self_protector(this);
228 base::Bind(&InterfaceEndpoint::OnHandleReady, base::Unretained(this))));
271 DISALLOW_COPY_AND_ASSIGN(InterfaceEndpoint);
324 InterfaceEndpoint* endpoint)
    [all...]

Completed in 77 milliseconds