Home
last modified time | relevance | path

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

/external/libmojo/mojo/edk/system/
Ddata_pipe_consumer_dispatcher.cc235 two_phase_max_bytes_read_ = bytes_to_read; in BeginReadData()
252 if (num_bytes_read > two_phase_max_bytes_read_ || in EndReadData()
268 two_phase_max_bytes_read_ = 0; in EndReadData()
Ddata_pipe_consumer_dispatcher.h111 uint32_t two_phase_max_bytes_read_ = 0; variable