Searched refs:two_phase_max_bytes_read_ (Results 1 - 2 of 2) sorted by relevance

/external/libmojo/mojo/edk/system/
H A Ddata_pipe_consumer_dispatcher.h111 uint32_t two_phase_max_bytes_read_ = 0; member in class:mojo::edk::final
H A Ddata_pipe_consumer_dispatcher.cc235 two_phase_max_bytes_read_ = bytes_to_read;
252 if (num_bytes_read > two_phase_max_bytes_read_ ||
268 two_phase_max_bytes_read_ = 0;

Completed in 108 milliseconds