summaryrefslogtreecommitdiff
path: root/libs/binder/IActivityManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge "Use String8/16 c_str [binder]" into main am: a79915269d am: 13da0f9a0f...Treehugger Robot2023-08-251-2/+2
|\
| * Merge "Use String8/16 c_str [binder]" into main am: a79915269d am: 13da0f9a0fTreehugger Robot2023-08-251-2/+2
| |\
| | * Use String8/16 c_str [binder]Tomasz Wasilczyk2023-08-251-2/+2
* | | Merge "Updating transaction code to use correct transaction for state changed...Kunal Malhotra2023-08-171-1/+1
|\ \ \
| * | | Updating transaction code to use correct transaction for state changedKunal2023-08-151-1/+1
| |/ /
* / / Updating log lines in FGS logger transaction codeKunal2023-08-161-6/+3
|/ /
* | Merge "Updating CPP ActivityManager interface to be one way" into udc-devKunal Malhotra2023-05-121-3/+6
|\ \
| * | Updating CPP ActivityManager interface to be one wayKunal Malhotra2023-05-121-3/+6
* | | Camera / UidObserver: Add the ability to subscribe to specific UIDsAustin Borger2023-05-081-0/+52
|/ /
* / Adding in FGS Logger AIDL methods for use in C++ codeKunal Malhotra2023-03-131-0/+47
|/
* Merge "remove extra semicolons [-Wextra-semi]" am: b0379e376d am: 9baa2fe651 ...Treehugger Robot2020-11-251-1/+1
|\
| * remove extra semicolons [-Wextra-semi]Jooyung Han2020-11-251-1/+1
| * Remove extraneous semicolon.Steven Moreland2019-09-271-1/+1
* | ActivityManager: return status for register/unregisterUidObserverChong Zhang2020-11-171-4/+12
* | Add NDK PermissionManager checkPermissionChong Zhang2020-11-041-0/+19
* | Revert "Add setSchedPolicyCgroup to AM binder"Rick Yiu2020-08-281-11/+0
* | Add setSchedPolicyCgroup to AM binderRick Yiu2020-05-071-0/+11
* | Revert "Add isUidActiveOrForeground for camera/audio to use."Hui Yu2020-05-041-12/+0
* | Add isUidActiveOrForeground for camera/audio to use.Hui Yu2020-03-251-0/+12
* | Remove extraneous semicolon.Steven Moreland2019-09-271-1/+1
|/
* Activity manager: native callback for process stateEric Laurent2018-11-271-1/+15
* Add API to query if a UID is activeSvet Ganov2018-03-281-0/+12
* Don't record audio if UID is idle - native frameworkGanesh Mahendran2017-12-261-0/+22
* Add the missing Parcel.writeInterfaceToken call.Sudheer Shanka2017-03-031-0/+1
* libbinder: replace dup() with fcntl(F_DUPFD_CLOEXEC)Nick Kralevich2016-12-171-1/+4
* Add native interface for activity manager service.Sudheer Shanka2016-11-261-0/+61