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

/external/chromium_org/mojo/system/
H A Dtransport_data.h30 // - Before reaching |TransportData|: Turn |DispatcherTransport|s into
35 // - Serialize these dispatchers into the |TransportData|: First, for each
36 // attached dispatcher, there's an entry in the |TransportData|'s "handle
39 // detached from the dispatchers and attached to the |TransportData|.
41 // |TransportData|'s buffer, the |Channel| sends any |PlatformHandle|s (in a
43 // so, it appends a "platform handle table" to the |TransportData|
47 // the |TransportData|, consisting of the "handle table" (one entry for each
70 // |TransportData| can be discarded.
76 class MOJO_SYSTEM_IMPL_EXPORT TransportData { class in namespace:mojo::system
92 TransportData(scoped_pt
[all...]
H A Dtransport_data.cc21 // |TransportData::kMaxBufferSize|. This value should be a multiple of the
30 TransportData::kMaxSerializedDispatcherSize;
32 TransportData::kMaxSerializedDispatcherPlatformHandles;
35 const size_t TransportData::kMaxPlatformHandles =
43 const size_t TransportData::kMaxBufferSize =
49 struct TransportData::PrivateStructForCompileAsserts {
63 TransportData::TransportData(scoped_ptr<DispatcherVector> dispatchers, function in class:mojo::system::TransportData
197 TransportData::TransportData( function in class:mojo::system::TransportData
[all...]

Completed in 430 milliseconds