Searched defs:RawChannel (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/mojo/system/
H A Draw_channel.cc24 // RawChannel::ReadBuffer ------------------------------------------------------
26 RawChannel::ReadBuffer::ReadBuffer()
31 RawChannel::ReadBuffer::~ReadBuffer() {
34 void RawChannel::ReadBuffer::GetBuffer(char** addr, size_t* size) {
40 // RawChannel::WriteBuffer -----------------------------------------------------
42 RawChannel::WriteBuffer::WriteBuffer(size_t serialized_platform_handle_size)
48 RawChannel::WriteBuffer::~WriteBuffer() {
52 bool RawChannel::WriteBuffer::HavePlatformHandlesToSend() const {
75 void RawChannel::WriteBuffer::GetPlatformHandlesToSend(
96 void RawChannel
154 RawChannel::RawChannel() function in class:mojo::system::RawChannel
[all...]
H A Draw_channel.h28 // |RawChannel| is an interface and base class for objects that wrap an OS
43 class MOJO_SYSTEM_IMPL_EXPORT RawChannel { class in namespace:mojo::system
45 virtual ~RawChannel();
57 // |RawChannel|), but must not destroy it.
63 // being viable. This may call |Shutdown()| (on the |RawChannel()|), but
79 static scoped_ptr<RawChannel> Create(embedder::ScopedPlatformHandle handle);
124 friend class RawChannel;
168 friend class RawChannel;
187 RawChannel();
213 // Handles any control messages targeted to the |RawChannel| (o
[all...]

Completed in 189 milliseconds