Searched refs:has_write_data (Results 1 – 2 of 2) sorted by relevance
44 bool has_write_data() const { return pending_write_ && pending_write_->request_length() > 0; } in has_write_data() function
115 if (!has_write_data()) { in ProcessWrites()315 bool do_write = client->has_write_data() && usb_handler_->writable() && in Run()
Completed in 7 milliseconds