Searched refs:Session (Results 1 – 8 of 8) sorted by relevance
/system/iorap/src/prefetcher/ |
D | session_manager.cc | 78 virtual std::shared_ptr<Session> FindSession(size_t session_id) const override { in FindSession() 99 void InsertNewSession(std::shared_ptr<Session> session, std::string description) { in InsertNewSession() 113 std::shared_ptr<Session> session; 126 virtual std::shared_ptr<Session> CreateSession(size_t session_id, in CreateSession() 130 std::shared_ptr<Session> session = in CreateSession() 131 std::static_pointer_cast<Session>(std::make_shared<SessionDirect>(session_id, in CreateSession() 148 virtual std::shared_ptr<Session> CreateSession(size_t session_id, in CreateSession() 152 std::shared_ptr<Session> session = in CreateSession() 153 std::static_pointer_cast<Session>(std::make_shared<SessionIndirect>(session_id, in CreateSession() 195 virtual std::shared_ptr<Session> CreateSession(size_t session_id, in CreateSession() [all …]
|
D | session_manager.h | 25 class Session; variable 53 virtual std::shared_ptr<Session> CreateSession(size_t session_id, 59 virtual std::shared_ptr<Session> CreateSession(size_t session_id, in CreateSession() 67 virtual std::shared_ptr<Session> FindSession(size_t session_id) const = 0;
|
D | session.h | 40 class Session { 75 virtual ~Session() {} in ~Session() 78 Session(); 82 std::ostream& operator<<(std::ostream&os, const Session& session); 84 class SessionBase : public Session {
|
D | read_ahead.cc | 108 std::shared_ptr<Session> session; 197 static bool PerformReadAhead(std::shared_ptr<Session> session, size_t path_id, ReadAheadKind kind, … in PerformReadAhead() 247 std::shared_ptr<Session> session = in BeginTaskForSockets() 298 std::shared_ptr<Session> session = in BeginTask()
|
D | prefetcher_daemon.cc | 1228 std::shared_ptr<Session> session = session_manager_->FindSession(command.session_id); in ReceiveCommand() 1239 std::shared_ptr<Session> session = session_manager_->FindSession(command.session_id); in ReceiveCommand() 1249 std::shared_ptr<Session> session = session_manager_->FindSession(command.session_id); in ReceiveCommand() 1264 std::shared_ptr<Session> session = session_manager_->FindSession(command.session_id); in ReceiveCommand() 1285 std::shared_ptr<Session> session = session_manager_->FindSession(command.session_id); in ReceiveCommand() 1301 std::shared_ptr<Session> session = session_manager_->FindSession(command.session_id); in ReceiveCommand()
|
D | session.cc | 40 std::ostream& operator<<(std::ostream& os, const Session& session) { in operator <<() 45 Session::Session() { in Session() function in iorap::prefetcher::Session
|
/system/bt/gd/proto/bluetooth/metrics/ |
D | bluetooth.proto | 26 // Session information that gets logged for every BT connection. 29 // Session information that gets logged for every Pair event. 143 // Session information that gets logged for A2DP session.
|
/system/core/fastboot/ |
D | README.md | 70 ## Example Session
|