/system/nfc/src/fuzzers/integration/ |
D | nfc_integration_fuzzer.cc | 14 DEFINE_BINARY_PROTO_FUZZER(const Session& session) { in DEFINE_BINARY_PROTO_FUZZER()
|
D | nfc_integration_fuzzer_impl.cc | 502 NfcIntegrationFuzzer::NfcIntegrationFuzzer(const Session* session) in NfcIntegrationFuzzer()
|
/system/apex/apexd/ |
D | apexd_session.cpp | 123 auto session = GetSessionFromFile(session_dir_path + "/" + kStateFileName); in GetSessions() local 148 for (const ApexSession& session : sessions) { in GetActiveSessions() local 266 std::ostream& operator<<(std::ostream& out, const ApexSession& session) { in operator <<() 274 for (const ApexSession& session : sessions) { in DeleteFinalizedSessions() local
|
D | apexservice_test.cpp | 529 auto session = ApexSession::GetSession(1547); in TEST_F() local 583 auto session = ApexSession::GetSession(1547); in TEST_F() local 845 ApexSessionInfo session; in TEST_F() local 936 ApexSessionInfo session; in TEST_F() local 986 ApexSessionInfo session; in TEST_F() local 1032 ApexSessionInfo session; in TEST_F() local 1050 auto session = ApexSession::CreateSession(73); in TEST_F() local 1065 auto session = ApexSession::CreateSession(239); in TEST_F() local 1080 auto session = ApexSession::CreateSession(1543); in TEST_F() local 1152 auto session = ApexSession::CreateSession(230 + i); in TEST_F() local [all …]
|
D | apexd_session_test.cpp | 87 SessionState session; in TEST() local
|
D | apexd.cpp | 1490 auto session = ApexSession::GetSession(session_id); in GetStagedApexFiles() local 1716 auto session = ApexSession::GetSession(session_id); in AbortStagedSession() local 1996 const ApexSession& session) { in SnapshotOrRestoreDeIfNeeded() 2026 for (const ApexSession& session : sessions) { in SnapshotOrRestoreDeSysData() local 2041 for (const ApexSession& session : sessions) { in SnapshotOrRestoreDeUserData() local 2127 const ApexSession& session) { in RestorePreRestoreSnapshotsIfPresent() 2143 void RestoreDePreRestoreSnapshotsIfPresent(const ApexSession& session) { in RestoreDePreRestoreSnapshotsIfPresent() 2158 const ApexSession& session) { in DeleteDePreRestoreSnapshots() 2168 void DeleteDePreRestoreSnapshots(const ApexSession& session) { in DeleteDePreRestoreSnapshots() 2205 for (auto& session : sessions_to_activate) { in ScanStagedSessionsDirAndStage() local [all …]
|
D | apexservice.cpp | 316 void ConvertToApexSessionInfo(const ApexSession& session, in ConvertToApexSessionInfo() 407 for (const auto& session : sessions) { in getSessions() local 426 auto session = ApexSession::GetSession(session_id); in getStagedSessionInfo() local 830 for (const auto& session : sessions) { in dump() local
|
D | apexd_test_utils.h | 149 inline void PrintTo(const ApexSessionInfo& session, std::ostream* os) { in PrintTo()
|
D | apexd_test.cpp | 4960 auto session = ApexSession::GetSession(37); in TEST_F() local 4991 auto session = ApexSession::GetSession(73); in TEST_F() local
|
/system/core/trusty/storage/lib/ |
D | storage.c | 104 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/extras/simpleperf/demo/CppApi/app/src/main/cpp/ |
D | native-lib.cpp | 36 simpleperf::ProfileSession session; in ProfileThreadFunc() local
|
/system/security/keystore2/apc_compat/ |
D | apc_compat.cpp | 428 auto session = reinterpret_cast<ApcCompatSession*>(handle); in promptUserConfirmation() local 434 auto session = reinterpret_cast<ApcCompatSession*>(handle); in abortUserConfirmation() local 439 auto session = reinterpret_cast<ApcCompatSession*>(handle); in closeUserConfirmationService() local
|
/system/core/trusty/stats/test/ |
D | stats_test.cpp | 146 auto session_initializer = [](sp<RpcSession>& session) { in SetUp()
|
/system/security/keystore2/src/ |
D | apc.rs | 188 session: Option<ApcSessionState>, field
|
/system/media/audio/include/system/ |
D | audio.h | 221 static inline bool audio_is_global_session(audio_session_t session) { in audio_is_global_session() 629 audio_session_t session; /* audio session */ member 678 struct audio_port_config_session_ext session; /* session specific info */ member 724 audio_session_t session; /* audio session */ member 744 struct audio_port_session_ext session; member 794 struct audio_port_session_ext session; member
|
/system/chre/core/ |
D | gnss_manager.cc | 280 auto *session = static_cast<GnssSession *>(data); in handleStatusChange() local
|