Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Ddata_pipe_consumer_dispatcher.cc136 uint32_t max_num_bytes_to_read = *num_bytes; in ReadData() local
137 if (max_num_bytes_to_read % options_.element_num_bytes != 0) in ReadData()
141 uint32_t min_num_bytes_to_read = all_or_none ? max_num_bytes_to_read : 0; in ReadData()
150 uint32_t bytes_to_read = std::min(max_num_bytes_to_read, bytes_available_); in ReadData()