Home
last modified time | relevance | path

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

/system/iorap/src/prefetcher/
Dsession_manager.cc88 virtual bool DestroySession(size_t session_id) override { in DestroySession()
102 size_t session_id = session->SessionId(); in InsertNewSession() local
126 virtual std::shared_ptr<Session> CreateSession(size_t session_id, in CreateSession()
148 virtual std::shared_ptr<Session> CreateSession(size_t session_id, in CreateSession()
195 virtual std::shared_ptr<Session> CreateSession(size_t session_id, in CreateSession()
209 virtual std::shared_ptr<Session> CreateSession(size_t session_id, in CreateSession()
Dsession_manager.h59 virtual std::shared_ptr<Session> CreateSession(size_t session_id, in CreateSession()
Dsession.h135 SessionDirect(size_t session_id, std::string description) in SessionDirect()
Dprefetcher_daemon.h70 uint32_t session_id; member
Dsession.cc60 SessionBase::SessionBase(size_t session_id, std::string description) in SessionBase()
606 SessionIndirect::SessionIndirect(size_t session_id, in SessionIndirect()
697 SessionIndirectSocket::SessionIndirectSocket(size_t session_id, in SessionIndirectSocket()
/system/apex/apexd/aidl/android/apex/
DIApexService.aidl27 void markStagedSessionReady(int session_id); in markStagedSessionReady()
28 void markStagedSessionSuccessful(int session_id); in markStagedSessionSuccessful()
31 ApexSessionInfo getStagedSessionInfo(int session_id); in getStagedSessionInfo()
35 void abortStagedSession(int session_id); in abortStagedSession()
/system/apex/apexd/
Dapexservice.cpp197 BinderStatus ApexService::markStagedSessionReady(int session_id) { in markStagedSessionReady()
211 BinderStatus ApexService::markStagedSessionSuccessful(int session_id) { in markStagedSessionSuccessful()
359 int session_id, ApexSessionInfo* apex_session_info) { in getStagedSessionInfo()
513 BinderStatus ApexService::abortStagedSession(int session_id) { in abortStagedSession()
923 int session_id = strtol(String8(args[1]).c_str(), nullptr, 10); in shellCommand() local
962 int session_id = strtol(String8(args[1]).c_str(), nullptr, 10); in shellCommand() local
Dapexd_test_utils.h125 inline ApexSessionInfo CreateSessionInfo(int session_id) { in CreateSessionInfo()
Dapexd_session.cpp75 Result<ApexSession> ApexSession::CreateSession(int session_id) { in CreateSession()
101 Result<ApexSession> ApexSession::GetSession(int session_id) { in GetSession()
Dapexd.cpp856 Result<ApexFile> VerifySessionDir(const int session_id) { in VerifySessionDir()
1520 Result<void> AbortStagedSession(int session_id) { in AbortStagedSession()
1967 auto session_id = session.GetId(); in ScanStagedSessionsDirAndStage() local
2902 const int session_id, const std::vector<int>& child_session_ids, in SubmitStagedSession()
2973 Result<void> MarkStagedSessionReady(const int session_id) { in MarkStagedSessionReady()
2992 Result<void> MarkStagedSessionSuccessful(const int session_id) { in MarkStagedSessionSuccessful()
Dapexd_test.cpp127 const std::string GetStagedDir(int session_id) { in GetStagedDir()
178 int session_id) { in CreateStagedSession()
/system/update_engine/cros/
Domaha_request_builder_xml.h129 const std::string& session_id) in OmahaRequestBuilderXml()
Domaha_request_builder_xml_unittest.cc167 const string session_id = in TEST_F() local
Domaha_request_action.cc343 const string& session_id) in OmahaRequestAction()
Domaha_request_action_unittest.cc375 string session_id; member
/system/nfc/src/nfa/hci/
Dnfa_hci_main.cc873 uint8_t session_id[NFA_HCI_SESSION_ID_LEN]; in nfa_hci_handle_nv_read() local
/system/nfc/src/nfa/include/
Dnfa_hci_int.h341 session_id[NFA_HCI_SESSION_ID_LEN]; /* Session ID of the host network */ member