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

  /external/chromium_org/mojo/system/
transport_data.h 138 static void GetPlatformHandleTable(const void* transport_data_buffer,
transport_data.cc 299 void TransportData::GetPlatformHandleTable(const void* transport_data_buffer,
302 DCHECK(transport_data_buffer);
306 const Header* header = static_cast<const Header*>(transport_data_buffer);
308 *platform_handle_table = static_cast<const char*>(transport_data_buffer) +
message_in_transit.h 91 // |transport_data_buffer()|/|transport_data_buffer_size()| is for valid
106 const void* transport_data_buffer() const { function in class:mojo::system::MessageInTransit::View
channel.cc 369 DCHECK(message_view.transport_data_buffer());
371 message_view.transport_data_buffer(),
raw_channel.cc 340 if (message_view.transport_data_buffer()) {
344 message_view.transport_data_buffer(),
message_in_transit.cc 77 transport_data_buffer(),

Completed in 1175 milliseconds