Home
last modified time | relevance | path

Searched defs:session_id (Results 1 – 13 of 13) 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.aidl26 void markStagedSessionReady(int session_id); in markStagedSessionReady()
27 void markStagedSessionSuccessful(int session_id); in markStagedSessionSuccessful()
30 ApexSessionInfo getStagedSessionInfo(int session_id); in getStagedSessionInfo()
34 void abortStagedSession(int session_id); in abortStagedSession()
/system/apex/apexd/
Dapexd_test_utils.h88 inline ApexSessionInfo CreateSessionInfo(int session_id) { in CreateSessionInfo()
Dapexservice.cpp186 BinderStatus ApexService::markStagedSessionReady(int session_id) { in markStagedSessionReady()
200 BinderStatus ApexService::markStagedSessionSuccessful(int session_id) { in markStagedSessionSuccessful()
309 int session_id, ApexSessionInfo* apex_session_info) { in getStagedSessionInfo()
450 BinderStatus ApexService::abortStagedSession(int session_id) { in abortStagedSession()
804 int session_id = strtol(String8(args[1]).c_str(), nullptr, 10); in shellCommand() local
843 int session_id = strtol(String8(args[1]).c_str(), nullptr, 10); in shellCommand() local
Dapexd_session.cpp75 Result<ApexSession> ApexSession::CreateSession(int session_id) { in CreateSession()
101 Result<ApexSession> ApexSession::GetSession(int session_id) { in GetSession()
Dapexd.cpp708 Result<ApexFile> verifySessionDir(const int session_id) { in verifySessionDir()
1106 Result<void> abortStagedSession(int session_id) { in abortStagedSession()
1961 const int session_id, const std::vector<int>& child_session_ids, in submitStagedSession()
2022 Result<void> markStagedSessionReady(const int session_id) { in markStagedSessionReady()
2041 Result<void> markStagedSessionSuccessful(const int session_id) { in markStagedSessionSuccessful()
/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/core/adb/client/
Dadb_install.cpp592 int session_id = -1; in install_multiple_app_streamed() local
845 int session_id = -1; in install_multi_package() local
/system/nfc/src/nfa/include/
Dnfa_hci_int.h341 session_id[NFA_HCI_SESSION_ID_LEN]; /* Session ID of the host network */ member