Home
last modified time | relevance | path

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

/system/iorap/src/prefetcher/
Dprefetcher_daemon.cc82 std::ostream& operator<<(std::ostream& os, CommandChoice choice) { in operator <<()
84 case CommandChoice::kRegisterFilePath: in operator <<()
87 case CommandChoice::kUnregisterFilePath: in operator <<()
90 case CommandChoice::kReadAhead: in operator <<()
93 case CommandChoice::kExit: in operator <<()
96 case CommandChoice::kCreateSession: in operator <<()
99 case CommandChoice::kDestroySession: in operator <<()
102 case CommandChoice::kDumpSession: in operator <<()
105 case CommandChoice::kDumpEverything: in operator <<()
108 case CommandChoice::kCreateFdSession: in operator <<()
[all …]
Dprefetcher_daemon.h56 enum class CommandChoice : uint32_t { enum
69 CommandChoice choice;
90 return choice == CommandChoice::kCreateFdSession; in RequiresFd()
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()
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;