Home
last modified time | relevance | path

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

/aosp12/system/iorap/src/prefetcher/
H A Dsession.cc100 std::ostream& operator<<(std::ostream& os, const SessionDirect::Entry& entry) { in operator <<()
115 bool SessionDirect::RegisterFilePath(size_t path_id, std::string_view file_path) { in RegisterFilePath()
140 bool SessionDirect::UnregisterFilePath(size_t path_id) { in UnregisterFilePath()
184 std::optional<android::base::unique_fd*> SessionDirect::GetFdForPath(size_t path_id) { in GetFdForPath()
193 bool SessionDirect::ReadAhead(size_t path_id, in ReadAhead()
282 bool SessionDirect::UnreadAhead(size_t path_id, in UnreadAhead()
326 void SessionDirect::UnmapWithoutErase(const EntryMapping& entry_mapping) { in UnmapWithoutErase()
338 bool SessionDirect::ProcessFd(int fd) { in ProcessFd()
439 void SessionDirect::Dump(std::ostream& os, bool multiline) const { in Dump()
593 SessionDirect::~SessionDirect() { in ~SessionDirect()
H A Dsession.h114 class SessionDirect : public SessionBase {
133 virtual ~SessionDirect();
135 SessionDirect(size_t session_id, std::string description) in SessionDirect() function
175 friend std::ostream& operator<<(std::ostream& os, const SessionDirect::Entry& entry);
178 std::ostream& operator<<(std::ostream& os, const SessionDirect::Entry& entry);
H A Dsession_manager.cc131 std::static_pointer_cast<Session>(std::make_shared<SessionDirect>(session_id, in CreateSession()