summaryrefslogtreecommitdiff
path: root/libs/binder/ProcessInfoService.cpp
Commit message (Collapse)AuthorAgeFilesLines
* libbinder: split out ProcessInfoServiceSteven Moreland2021-04-021-1/+1
| | | | | | | | More trimming the library used in very many processes. Bug: 183654927 Test: boot Change-Id: Ib97f63524b20586db74447c0213643a3a8f684aa
* remove extra semicolons [-Wextra-semi]Jooyung Han2020-11-251-1/+1
| | | | | | Bug: n/a Test: no errors with -Werror,-Wextra-semi Change-Id: If523cadea4c6f02a9155fb7482ba5463fff7854a
* Remove extraneous semicolon.Steven Moreland2019-09-271-1/+1
| | | | | | | Bug: N/A Test: build w/o -Wno-c++98-compat-extra-semi Merged-In: I632d6df9a03485e547a6e7f14df0f1c068066c1e Change-Id: I632d6df9a03485e547a6e7f14df0f1c068066c1e
* [binder] Replace NULL/0 with nullptrYi Kong2018-06-071-3/+3
| | | | | | | | | | | | | Fixes -Wzero-as-null-pointer-constant warning. clang-tidy -checks=modernize-use-nullptr -p compile_commands.json -fix ... Test: m Bug: 68236239 Change-Id: I3181bc5683796423a98b0f9b94daf30880c07bdc Merged-In: I3181bc5683796423a98b0f9b94daf30880c07bdc (cherry picked from commit 91635563b8a1bf7a31e4ceb439728dacb79abd76)
* ProcessInfoService: Add support for oom score queryEmilian Peev2017-02-061-0/+34
| | | | | | | | | An additional query for the process oom score also needs to be supported. BUG: 34701266 Test: Manual testing + run cts -m Camera --abi armeabi-v7a --disable-reboot Change-Id: I3e7de82c4d14d4b3b7faa86f4c7208deb376b6c4
* Add ProcessInfoService to activity manager.Ruben Brunk2015-02-021-0/+70
- Adds a new AIDL interface for querying process information from activity manager. Bug: 19186859 Change-Id: Ic08858f346d6b66e7bfc9da6faa2c6e38d9b2e82