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

  /external/libmojo/mojo/edk/system/
platform_handle_dispatcher.h 34 bool BeginTransit() override;
handle_table.h 40 MojoResult BeginTransit(
wait_set_dispatcher.h 47 bool BeginTransit() override;
handle_table.cc 74 MojoResult HandleTable::BeginTransit(
90 if (!d.dispatcher->BeginTransit())
message_pipe_dispatcher.h 77 bool BeginTransit() override;
109 // BeginTransit() and Complete/CancelTransit().
platform_handle_dispatcher.cc 54 bool PlatformHandleDispatcher::BeginTransit() {
shared_buffer_dispatcher.h 87 bool BeginTransit() override;
data_pipe_consumer_dispatcher.h 71 bool BeginTransit() override;
data_pipe_producer_dispatcher.h 70 bool BeginTransit() override;
dispatcher.cc 145 bool Dispatcher::BeginTransit() { return true; }
dispatcher.h 193 // only between calls to BeginTransit() and either (but not both)
197 // consistent serializable state between BeginTransit() and
219 virtual bool BeginTransit();
platform_handle_dispatcher_unittest.cc 83 EXPECT_TRUE(dispatcher->BeginTransit());
shared_buffer_dispatcher.cc 275 bool SharedBufferDispatcher::BeginTransit() {
wait_set_dispatcher.cc 283 bool WaitSetDispatcher::BeginTransit() {
data_pipe_consumer_dispatcher.cc 354 bool DataPipeConsumerDispatcher::BeginTransit() {
data_pipe_producer_dispatcher.cc 336 bool DataPipeProducerDispatcher::BeginTransit() {
message_pipe_dispatcher.cc 424 bool MessagePipeDispatcher::BeginTransit() {
core.cc 464 MojoResult rv = handles_.BeginTransit(handles, num_handles, &dispatchers);
    [all...]

Completed in 90 milliseconds