summaryrefslogtreecommitdiff
path: root/libs/binder/ActivityManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* activity_manager: use waitForService instead of getServiceYifei Zhang2023-06-021-16/+26
* Camera / UidObserver: Add the ability to subscribe to specific UIDsAustin Borger2023-05-081-0/+34
* ActivityManager: return status for register/unregisterUidObserverChong Zhang2020-11-171-4/+8
* Add NDK PermissionManager checkPermissionChong Zhang2020-11-041-0/+13
* Revert "Add setSchedPolicyCgroup to AM binder"Rick Yiu2020-08-281-9/+0
* Add setSchedPolicyCgroup to AM binderRick Yiu2020-05-071-0/+9
* Revert "Add isUidActiveOrForeground for camera/audio to use."Hui Yu2020-05-041-9/+0
* Add isUidActiveOrForeground for camera/audio to use.Hui Yu2020-03-251-0/+9
* Remove extraneous semicolon.Steven Moreland2019-09-271-1/+1
* Activity manager: native callback for process stateEric Laurent2018-11-271-0/+9
* [binder] Replace NULL/0 with nullptrYi Kong2018-06-071-9/+9
* Add API to query if a UID is activeSvet Ganov2018-03-281-0/+9
* ActivityManager: Add link/unlinkToDeathEino-Ville Talvala2018-03-201-0/+16
* Don't block long time gettng system serviceSvetoslav Ganov2018-02-221-1/+3
* Wait longer for the activity serviceSvet Ganov2018-01-211-1/+1
* Don't record audio if UID is idle - native frameworkGanesh Mahendran2017-12-261-0/+81