Searched refs:SessionDirect (Results 1 – 3 of 3) sorted by relevance
100 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()
114 class SessionDirect : public SessionBase {133 virtual ~SessionDirect();135 SessionDirect(size_t session_id, std::string description) in SessionDirect() function175 friend std::ostream& operator<<(std::ostream& os, const SessionDirect::Entry& entry);178 std::ostream& operator<<(std::ostream& os, const SessionDirect::Entry& entry);
131 std::static_pointer_cast<Session>(std::make_shared<SessionDirect>(session_id, in CreateSession()