summaryrefslogtreecommitdiff
path: root/libs/binder/AppOpsManager.cpp
AgeCommit message (Expand)Author
2018-06-10[binder] Replace NULL/0 with nullptr Yi Kong
2018-06-08resolve merge conflicts of f11e2bd016d886a333345dea853ebda23a408d5c to pi-dev... Xin Li
2018-06-08Merge pi-dev-plus-aosp-without-vendor into stage-aosp-master Xin Li
2018-06-07[binder] Replace NULL/0 with nullptr Yi Kong
2018-02-26Use start/finish app ops in window manager - frameworks native Svet Ganov
2016-02-26Merge "Refresh the native app ops manager\'s token if needed." into nyc-dev Svet Ganov
2016-02-26Refresh the native app ops manager's token if needed. Svet Ganov
2016-02-12Replace AppOpsManager locking with std::lock_guard Christopher Wiley
2016-02-05Don't rely on AppOpsManager in systems without applications Christopher Wiley
2016-02-05Fix race in AppOpsManager client library Christopher Wiley
2015-05-01Add body sensors app op - framework native Svetoslav
2014-11-14Replace IInterface::asBinder() with a static Marco Nelissen
2013-07-22Fix AppOsManager missing mutex unlock. Zhijun He
2013-07-17Follow framework change to track started ops by proc. Dianne Hackborn
2013-02-19Fixes to native app ops services Eino-Ville Talvala
2013-02-12App ops: new native access API. Dianne Hackborn