Home
last modified time | relevance | path

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

/aosp12/system/iorap/src/prefetcher/
H A Dprefetcher_daemon.cc90 case CommandChoice::kReadAhead: in operator <<()
93 case CommandChoice::kExit: in operator <<()
102 case CommandChoice::kDumpSession: in operator <<()
126 case CommandChoice::kExit: in operator <<()
132 case CommandChoice::kDumpSession: in operator <<()
159 case CommandChoice::kReadAhead: in operator <<()
164 case CommandChoice::kExit: in operator <<()
629 ParseResult<CommandChoice> parsed_choice = ParsingRead<CommandChoice>(buf, buf_size); in Read()
757 case CommandChoice::kExit: in Read()
822 case CommandChoice::kExit: in Write()
[all …]
H A Dprefetcher_daemon.h56 enum class CommandChoice : uint32_t { enum
69 CommandChoice choice;
90 return choice == CommandChoice::kCreateFdSession; in RequiresFd()
H A Dsession_manager.cc171 cmd.choice = CommandChoice::kExit; in ~SessionManagerIndirect()
180 cmd.choice = CommandChoice::kDumpEverything; in Dump()
235 cmd.choice = CommandChoice::kExit; in ~SessionManagerIndirectSocket()
244 cmd.choice = CommandChoice::kDumpEverything; in Dump()
H A Dsession.cc618 cmd.choice = CommandChoice::kCreateSession;
632 cmd.choice = CommandChoice::kDestroySession; in ~SessionIndirect()
646 cmd.choice = CommandChoice::kDumpSession; in Dump()
654 cmd.choice = CommandChoice::kRegisterFilePath; in RegisterFilePath()
664 cmd.choice = CommandChoice::kUnregisterFilePath; in UnregisterFilePath()
675 cmd.choice = CommandChoice::kReadAhead; in ReadAhead()
704 cmd.choice = CommandChoice::kCreateFdSession;