Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libfastboot/src/
Dlib.rs575 enum ProtocolState { enum
583 state: ProtocolState,
593 state: ProtocolState::Command, in new()
617 ProtocolState::Command => { in process_next_packet()
649 ProtocolState::Download => { in process_next_packet()
660 self.state = ProtocolState::Command; in process_next_packet()
665 self.state = ProtocolState::Command; in process_next_packet()
688 if !matches!(self.state, ProtocolState::Command) { in process_next_command()
693 while !matches!(self.state, ProtocolState::Command) { in process_next_command()
822 self.state = ProtocolState::Download; in download()