Searched defs:session_id (Results 1 – 13 of 13) sorted by relevance
/system/iorap/src/prefetcher/ |
D | session_manager.cc | 88 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()
|
D | session_manager.h | 59 virtual std::shared_ptr<Session> CreateSession(size_t session_id, in CreateSession()
|
D | session.h | 135 SessionDirect(size_t session_id, std::string description) in SessionDirect()
|
D | prefetcher_daemon.h | 70 uint32_t session_id; member
|
D | session.cc | 60 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/ |
D | IApexService.aidl | 26 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/ |
D | apexd_test_utils.h | 88 inline ApexSessionInfo CreateSessionInfo(int session_id) { in CreateSessionInfo()
|
D | apexservice.cpp | 186 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
|
D | apexd_session.cpp | 75 Result<ApexSession> ApexSession::CreateSession(int session_id) { in CreateSession() 101 Result<ApexSession> ApexSession::GetSession(int session_id) { in GetSession()
|
D | apexd.cpp | 708 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/ |
D | nfa_hci_main.cc | 873 uint8_t session_id[NFA_HCI_SESSION_ID_LEN]; in nfa_hci_handle_nv_read() local
|
/system/core/adb/client/ |
D | adb_install.cpp | 592 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/ |
D | nfa_hci_int.h | 341 session_id[NFA_HCI_SESSION_ID_LEN]; /* Session ID of the host network */ member
|