/aosp12/system/apex/apexd/ |
H A D | apexd_session.cpp | 109 std::vector<ApexSession> sessions; in GetSessions() local 136 auto sessions = GetSessions(); in GetSessionsInState() local 146 auto sessions = GetSessions(); in GetActiveSessions() local 273 auto sessions = GetSessions(); in DeleteFinalizedSessions() local
|
H A D | apexd_session_test.cpp | 112 auto sessions = ApexSession::GetSessions(); in TEST() local
|
/aosp12/frameworks/base/media/java/android/media/session/ |
H A D | IActiveSessionsListener.aidl | 25 void onActiveSessionsChanged(in List<MediaSession.Token> sessions); in onActiveSessionsChanged()
|
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/ |
H A D | StagingManagerTest.java | 214 List<StagingManager.StagedSession> sessions = new ArrayList<>(); in restoreSessions_handlesDestroyedAndNotReadySessions() local 245 List<StagingManager.StagedSession> sessions = new ArrayList<>(); in restoreSessions_unknownApexSession_failsAllSessions() local 300 List<StagingManager.StagedSession> sessions = new ArrayList<>(); in restoreSessions_failedApexSessions_failsAllSessions() local 350 List<StagingManager.StagedSession> sessions = new ArrayList<>(); in restoreSessions_stagedApexSession_failsAllSessions() local 413 List<StagingManager.StagedSession> sessions = new ArrayList<>(); in restoreSessions_failedAndActivatedApexSessions_abortsCheckpoint() local 444 List<StagingManager.StagedSession> sessions = new ArrayList<>(); in restoreSessions_apexSessionInImpossibleState_failsAllSessions() local
|
/aosp12/hardware/qcom/gps/msm8909w_3100/location/ |
H A D | LocationAPIClientBase.cpp | 586 uint32_t* sessions = mLocationAPI->addGeofences(count, options, data); in locAPIAddGeofences() local 606 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIRemoveGeofences() local 641 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIModifyGeofences() local 676 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIPauseGeofences() local 711 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIResumeGeofences() local 750 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIRemoveAllGeofences() local
|
H A D | LocationAPIClientBase.h | 453 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() 467 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() 482 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() 496 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() 510 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse()
|
/aosp12/hardware/qcom/gps/msm8998/location/ |
H A D | LocationAPIClientBase.cpp | 438 uint32_t* sessions = mLocationAPI->addGeofences(count, options, data); in locAPIAddGeofences() local 458 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIRemoveGeofences() local 485 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIModifyGeofences() local 512 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIPauseGeofences() local 539 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIResumeGeofences() local 570 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIRemoveAllGeofences() local
|
H A D | LocationAPIClientBase.h | 317 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() 330 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() 344 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() 357 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() 370 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse()
|
/aosp12/hardware/qcom/sdm845/gps/msm8998/location/ |
H A D | LocationAPIClientBase.cpp | 438 uint32_t* sessions = mLocationAPI->addGeofences(count, options, data); in locAPIAddGeofences() local 458 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIRemoveGeofences() local 485 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIModifyGeofences() local 512 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIPauseGeofences() local 539 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIResumeGeofences() local 570 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIRemoveAllGeofences() local
|
H A D | LocationAPIClientBase.h | 317 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() 330 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() 344 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() 357 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() 370 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse()
|
/aosp12/frameworks/base/media/tests/MediaRouter/src/com/android/mediaroutertest/ |
H A D | MediaRouter2ManagerTest.java | 335 List<RoutingSessionInfo> sessions = mManager.getRoutingSessions(mPackageName); in testGetRoutingSessions() local 441 List<RoutingSessionInfo> sessions = mManager.getRoutingSessions(mPackageName); in testSelectAndTransferAndRelease() local 468 List<RoutingSessionInfo> sessions = new ArrayList<>(); in testTransferTwice() local 549 List<RoutingSessionInfo> sessions = mManager.getRoutingSessions(mPackageName); in testTransfer_ignored_fails() local 624 List<RoutingSessionInfo> sessions = mManager.getRoutingSessions(mPackageName); in testSetSessionVolume() local
|
/aosp12/packages/apps/TV/common/src/com/android/tv/common/support/tis/ |
H A D | SimpleSessionManager.java | 30 private final Set<Session> sessions; field in SimpleSessionManager
|
/aosp12/hardware/qcom/sm7150/gps/location/ |
H A D | LocationAPIClientBase.cpp | 633 uint32_t* sessions = mLocationAPI->addGeofences(count, options, data); in locAPIAddGeofences() local 653 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIRemoveGeofences() local 696 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIModifyGeofences() local 731 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIPauseGeofences() local 766 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIResumeGeofences() local
|
H A D | LocationAPIClientBase.h | 486 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() 503 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() 524 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() 538 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() 552 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse()
|
/aosp12/hardware/qcom/sm8150p/gps/location/ |
H A D | LocationAPIClientBase.cpp | 633 uint32_t* sessions = mLocationAPI->addGeofences(count, options, data); in locAPIAddGeofences() local 653 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIRemoveGeofences() local 696 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIModifyGeofences() local 731 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIPauseGeofences() local 766 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIResumeGeofences() local
|
H A D | LocationAPIClientBase.h | 486 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() 503 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() 524 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() 538 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() 552 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse()
|
/aosp12/hardware/qcom/sm7250/gps/location/ |
H A D | LocationAPIClientBase.cpp | 654 uint32_t* sessions = mLocationAPI->addGeofences(count, options, data); in locAPIAddGeofences() local 674 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIRemoveGeofences() local 717 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIModifyGeofences() local 752 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIPauseGeofences() local 787 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIResumeGeofences() local
|
H A D | LocationAPIClientBase.h | 491 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() 508 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() 529 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() 543 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() 557 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse()
|
/aosp12/hardware/qcom/sdm845/gps/sdm845/location/ |
H A D | LocationAPIClientBase.cpp | 633 uint32_t* sessions = mLocationAPI->addGeofences(count, options, data); in locAPIAddGeofences() local 653 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIRemoveGeofences() local 696 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIModifyGeofences() local 731 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIPauseGeofences() local 766 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIResumeGeofences() local
|
H A D | LocationAPIClientBase.h | 483 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() 499 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() 519 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() 533 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() 547 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse()
|
/aosp12/hardware/qcom/sm8150/gps/location/ |
H A D | LocationAPIClientBase.cpp | 654 uint32_t* sessions = mLocationAPI->addGeofences(count, options, data); in locAPIAddGeofences() local 674 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIRemoveGeofences() local 717 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIModifyGeofences() local 752 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIPauseGeofences() local 787 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); in locAPIResumeGeofences() local
|
H A D | LocationAPIClientBase.h | 491 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() 508 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() 529 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() 543 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() 557 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse()
|
/aosp12/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/ |
H A D | IkeSessionTest.java | 107 IkeSession[] sessions = new IkeSession[numSession]; in testConstructFromDifferentThreads() local
|
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/source/ |
H A D | TunerTsStreamerManager.java | 147 Set<Integer> sessions = new HashSet<>(); in putLocked() local 162 Set<Integer> sessions = mSessions.get(channel); in removeSessionLocked() local
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | MediaRouter2Manager.java | 223 List<RoutingSessionInfo> sessions = getRoutingSessions(packageName); in getAvailableRoutes() local 236 List<RoutingSessionInfo> sessions = getRoutingSessions(packageName); in getTransferableRoutes() local 332 List<RoutingSessionInfo> sessions = getRoutingSessions(packageName); in filterRoutesForPackage() local 404 List<RoutingSessionInfo> sessions = new ArrayList<>(); in getRoutingSessions() local
|