Searched defs:session_id (Results 1 – 8 of 8) sorted by relevance
27 void markStagedSessionReady(int session_id); in markStagedSessionReady()28 void markStagedSessionSuccessful(int session_id); in markStagedSessionSuccessful()31 ApexSessionInfo getStagedSessionInfo(int session_id); in getStagedSessionInfo()36 void abortStagedSession(int session_id); in abortStagedSession()
218 BinderStatus ApexService::markStagedSessionReady(int session_id) { in markStagedSessionReady()238 BinderStatus ApexService::markStagedSessionSuccessful(int session_id) { in markStagedSessionSuccessful()417 int session_id, ApexSessionInfo* apex_session_info) { in getStagedSessionInfo()566 BinderStatus ApexService::abortStagedSession(int session_id) { in abortStagedSession()1031 int session_id = strtol(String8(args[1]).c_str(), nullptr, 10); in shellCommand() local1070 int session_id = strtol(String8(args[1]).c_str(), nullptr, 10); in shellCommand() local
75 Result<ApexSession> ApexSession::CreateSession(int session_id) { in CreateSession()101 Result<ApexSession> ApexSession::GetSession(int session_id) { in GetSession()
131 inline ApexSessionInfo CreateSessionInfo(int session_id) { in CreateSessionInfo()
963 Result<ApexFile> VerifySessionDir(int session_id) { in VerifySessionDir()1489 int session_id, const std::vector<int>& child_session_ids) { in GetStagedApexFiles()1715 Result<void> AbortStagedSession(int session_id) { in AbortStagedSession()2206 auto session_id = session.GetId(); in ScanStagedSessionsDirAndStage() local3160 const int session_id, const std::vector<int>& child_session_ids, in SubmitStagedSession()3237 Result<void> MarkStagedSessionReady(const int session_id) { in MarkStagedSessionReady()3256 Result<void> MarkStagedSessionSuccessful(const int session_id) { in MarkStagedSessionSuccessful()
168 const std::string GetStagedDir(int session_id) { in GetStagedDir()246 int session_id) { in CreateStagedSession()
872 uint8_t session_id[NFA_HCI_SESSION_ID_LEN]; in nfa_hci_handle_nv_read() local
343 session_id[NFA_HCI_SESSION_ID_LEN]; /* Session ID of the host network */ member