Searched defs:LoopControl (Results 1 – 4 of 4) sorted by relevance
9556 pub struct LoopControl { struct9575 impl LoopControl { argument9577 fn parse(reader: &mut InstructionReader<'_>) -> Result<LoopControl, ParseError> { in parse()
181 fun LoopControl( in LoopControl() method
52 TEST(libdm, LoopControl) { in TEST() argument
35 LoopControl::LoopControl() : control_fd_(-1) { in LoopControl() function in android::dm::LoopControl