OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProxyMessagePipeEndpoint
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/mojo/system/
proxy_message_pipe_endpoint.cc
16
ProxyMessagePipeEndpoint
::
ProxyMessagePipeEndpoint
()
23
ProxyMessagePipeEndpoint
::~
ProxyMessagePipeEndpoint
() {
30
void
ProxyMessagePipeEndpoint
::Close() {
49
bool
ProxyMessagePipeEndpoint
::OnPeerClose() {
72
MojoResult
ProxyMessagePipeEndpoint
::CanEnqueueMessage(
86
void
ProxyMessagePipeEndpoint
::EnqueueMessage(
106
void
ProxyMessagePipeEndpoint
::Attach(scoped_refptr<Channel> channel,
119
bool
ProxyMessagePipeEndpoint
::Run(MessageInTransit::EndpointId remote_id)
[
all
...]
proxy_message_pipe_endpoint.h
25
// A |
ProxyMessagePipeEndpoint
| connects an end of a |MessagePipe| to a
27
// |
ProxyMessagePipeEndpoint
|). So a |MessagePipe| with one endpoint local and
29
// |
ProxyMessagePipeEndpoint
|, with only the local endpoint being accessible via
32
// Like any |MessagePipeEndpoint|, a |
ProxyMessagePipeEndpoint
| is owned by a
34
// - A |
ProxyMessagePipeEndpoint
| starts out *detached*, i.e., not associated
36
// is assigned a local ID. A |
ProxyMessagePipeEndpoint
| must be detached
38
// - When attached, a |
ProxyMessagePipeEndpoint
| starts out not running. When
40
class MOJO_SYSTEM_IMPL_EXPORT
ProxyMessagePipeEndpoint
43
ProxyMessagePipeEndpoint
();
44
virtual ~
ProxyMessagePipeEndpoint
();
[
all
...]
Completed in 25 milliseconds