summaryrefslogtreecommitdiff
path: root/libs/binder/IProcessInfoService.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
* resolve merge conflicts of 168dc86 to nyc-dev-plus-aospChih-Hung Hsieh2016-04-281-1/+1
|\ | | | | | | Change-Id: I1554cec6ea880a87921f723bc96972cb8e1d3c5c
| * Fix google-explicit-constructor warnings.Chih-Hung Hsieh2016-04-251-1/+1
| | | | | | | | | | Bug: 28341362 Change-Id: I0ce850de85e0de6a5472dd142f738856142db9ec
* | Remove unused native binder impl.Ruben Brunk2016-02-171-68/+0
| | | | | | | | | | Bug: 27073437 Change-Id: I65eca22cc42164715610e461d2e390decab202f9
* | Add API for retrieving oom scores from ActivityManagerServiceChong Zhang2015-12-011-0/+65
|/ | | | | bug: 25853091 Change-Id: I3848ee96dc845eb654b5177edc5a6b472024a852
* Add ProcessInfoService to activity manager.Ruben Brunk2015-02-021-0/+94
- Adds a new AIDL interface for querying process information from activity manager. Bug: 19186859 Change-Id: Ic08858f346d6b66e7bfc9da6faa2c6e38d9b2e82