Home
last modified time | relevance | path

Searched defs:session (Results 1 – 17 of 17) sorted by relevance

/system/iorap/src/prefetcher/
Dsession_manager.cc99 void InsertNewSession(std::shared_ptr<Session> session, std::string description) { in InsertNewSession()
113 std::shared_ptr<Session> session; member
130 std::shared_ptr<Session> session = in CreateSession() local
152 std::shared_ptr<Session> session = in CreateSession() local
201 std::shared_ptr<Session> session = in CreateSession() local
217 std::shared_ptr<Session> session = in CreateSession() local
Dread_ahead.cc106 std::shared_ptr<Session> session; member
195 static bool PerformReadAhead(std::shared_ptr<Session> session, size_t path_id, ReadAheadKind kind, … in PerformReadAhead()
245 std::shared_ptr<Session> session = in BeginTaskForSockets() local
296 std::shared_ptr<Session> session = in BeginTask() local
Dprefetcher_daemon.cc1228 std::shared_ptr<Session> session = session_manager_->FindSession(command.session_id); in ReceiveCommand() local
1239 std::shared_ptr<Session> session = session_manager_->FindSession(command.session_id); in ReceiveCommand() local
1249 std::shared_ptr<Session> session = session_manager_->FindSession(command.session_id); in ReceiveCommand() local
1264 std::shared_ptr<Session> session = session_manager_->FindSession(command.session_id); in ReceiveCommand() local
1285 std::shared_ptr<Session> session = session_manager_->FindSession(command.session_id); in ReceiveCommand() local
1301 std::shared_ptr<Session> session = session_manager_->FindSession(command.session_id); in ReceiveCommand() local
Dsession.cc40 std::ostream& operator<<(std::ostream& os, const Session& session) { in operator <<()
/system/bt/common/
Dmetrics_unittest.cc111 A2DPSession* session = new A2DPSession(); in MakeA2DPSession() local
131 BluetoothSession* session = new BluetoothSession(); in MakeBluetoothSession() local
589 A2DPSession* session = in TEST_F() local
650 A2DPSession* session = in TEST_F() local
719 A2DPSession* session = in TEST_F() local
816 A2DPSession* session = in TEST_F() local
902 A2DPSession* session = in TEST_F() local
/system/core/trusty/storage/lib/
Dstorage.c104 static ssize_t send_reqv(storage_session_t session, in send_reqv()
137 void storage_close_session(storage_session_t session) in storage_close_session()
143 int storage_open_file(storage_session_t session, file_handle_t *handle_p, const char *name, in storage_open_file()
180 int storage_delete_file(storage_session_t session, const char *name, uint32_t opflags) in storage_delete_file()
301 int storage_end_transaction(storage_session_t session, bool complete) in storage_end_transaction()
/system/apex/apexd/
Dapexd_test_utils.h106 inline void PrintTo(const ApexSessionInfo& session, std::ostream* os) { in PrintTo()
Dapexd_session.cpp123 auto session = GetSessionFromFile(sessionDirPath + "/" + kStateFileName); in GetSessions() local
148 for (const ApexSession& session : sessions) { in GetActiveSessions() local
258 std::ostream& operator<<(std::ostream& out, const ApexSession& session) { in operator <<()
Dapexd.cpp1107 auto session = ApexSession::GetSession(session_id); in abortStagedSession() local
1248 const ApexSession& session) { in snapshotOrRestoreDeIfNeeded()
1278 for (const ApexSession& session : sessions) { in snapshotOrRestoreDeSysData() local
1293 for (const ApexSession& session : sessions) { in snapshotOrRestoreDeUserData() local
1380 const ApexSession& session) { in restorePreRestoreSnapshotsIfPresent()
1396 void restoreDePreRestoreSnapshotsIfPresent(const ApexSession& session) { in restoreDePreRestoreSnapshotsIfPresent()
1411 const ApexSession& session) { in deleteDePreRestoreSnapshots()
1421 void deleteDePreRestoreSnapshots(const ApexSession& session) { in deleteDePreRestoreSnapshots()
1453 for (auto& session : sessionsToActivate) { in scanStagedSessionsDirAndStage() local
1704 for (auto& session : activeSessions) { in revertActiveSessions() local
[all …]
Dapexd_session_test.cpp86 SessionState session; in TEST() local
Dapexservice_test.cpp704 auto session = ApexSession::GetSession(1547); in TEST_F() local
838 auto session = ApexSession::GetSession(1547); in TEST_F() local
1708 ApexSessionInfo session; in TEST_F() local
1799 ApexSessionInfo session; in TEST_F() local
1849 ApexSessionInfo session; in TEST_F() local
1890 ApexSessionInfo session; in TEST_F() local
1908 auto session = ApexSession::CreateSession(73); in TEST_F() local
1923 auto session = ApexSession::CreateSession(239); in TEST_F() local
1938 auto session = ApexSession::CreateSession(1543); in TEST_F() local
2223 auto session = ApexSession::CreateSession(1543); in TEST_F() local
[all …]
Dapexservice.cpp228 void convertToApexSessionInfo(const ApexSession& session, in convertToApexSessionInfo()
299 for (const auto& session : sessions) { in getSessions() local
312 auto session = ApexSession::GetSession(session_id); in getStagedSessionInfo() local
604 for (const auto& session : sessions) { in dump() local
/system/bt/gd/common/
Dobserver_registry.h47 void callback_wrapper(int session, Callback<R(T...)> callback, T... t) { in callback_wrapper()
/system/extras/simpleperf/demo/CppApi/app/src/main/cpp/
Dnative-lib.cpp36 simpleperf::ProfileSession session; in ProfileThreadFunc() local
/system/media/audio/include/system/
Daudio.h167 static inline bool audio_is_global_session(audio_session_t session) { in audio_is_global_session()
494 audio_session_t session; /* audio session */ member
514 struct audio_port_config_session_ext session; /* session specific info */ member
549 audio_session_t session; /* audio session */ member
569 struct audio_port_session_ext session; member
/system/bt/proto/bluetooth/metrics/
Dbluetooth.proto29 repeated BluetoothSession session = 1; field
/system/chre/core/
Dgnss_manager.cc136 GnssSession *session; in handleStatusChange() member