HomeSort by relevance Sort by last modified time
    Searched full:watch_mode (Results 1 - 1 of 1) sorted by null

  /external/libbrillo/brillo/http/
http_transport_curl.cc 359 base::MessageLoopForIO::Mode watch_mode = base::MessageLoopForIO::WATCH_READ; local
362 watch_mode = base::MessageLoopForIO::WATCH_READ;
365 watch_mode = base::MessageLoopForIO::WATCH_WRITE;
368 watch_mode = base::MessageLoopForIO::WATCH_READ_WRITE;
385 s, true, watch_mode, poll_data->GetWatcher(), poll_data))

Completed in 217 milliseconds