Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/lib/
Dmultiplex_router.cc30 class MultiplexRouter::InterfaceEndpoint class in mojo::internal::MultiplexRouter
31 : public base::RefCountedThreadSafe<InterfaceEndpoint>,
34 InterfaceEndpoint(MultiplexRouter* router, InterfaceId id) in InterfaceEndpoint() function in mojo::internal::MultiplexRouter::InterfaceEndpoint
150 friend class base::RefCountedThreadSafe<InterfaceEndpoint>;
152 ~InterfaceEndpoint() override { in ~InterfaceEndpoint()
163 scoped_refptr<InterfaceEndpoint> self_protector(this); in OnSyncEventSignaled()
188 &InterfaceEndpoint::OnSyncEventSignaled, base::Unretained(this))); in EnsureSyncWatcherExists()
224 DISALLOW_COPY_AND_ASSIGN(InterfaceEndpoint);
290 InterfaceEndpoint* endpoint) { in CreateNotifyErrorTask()
302 scoped_refptr<InterfaceEndpoint> endpoint_to_notify;
[all …]
Dmultiplex_router.h162 class InterfaceEndpoint;
226 void UpdateEndpointStateMayRemove(InterfaceEndpoint* endpoint,
231 InterfaceEndpoint* FindOrInsertEndpoint(InterfaceId id, bool* inserted);
232 InterfaceEndpoint* FindEndpoint(InterfaceId id);
262 base::small_map<std::map<InterfaceId, scoped_refptr<InterfaceEndpoint>>, 1>
/external/libchrome/mojo/public/js/lib/
Drouter.js26 function InterfaceEndpoint(router, interfaceId) { class
36 InterfaceEndpoint.prototype.sendMessage = function(message) { class
86 var endpoint = new InterfaceEndpoint(this, id);
180 endpoint = new InterfaceEndpoint(this, interfaceId);
247 endpoint = new InterfaceEndpoint(this, interfaceId);