summaryrefslogtreecommitdiff
path: root/libs/binder/IAppOpsService.cpp
AgeCommit message (Expand)Author
2021-04-19libbinder->libpermission: appops Steven Moreland
2021-04-08Properly unparcel return from note/startOperation Nate Myren
2021-04-01Update native AppOpsService to unpack SyncNotedAppOp Nate Myren
2020-11-25Merge "remove extra semicolons [-Wextra-semi]" am: b0379e376d am: 9baa2fe651 ... Treehugger Robot
2020-11-25remove extra semicolons [-Wextra-semi] Jooyung Han
2020-08-03Add shouldCollectMessage parameter to AppOpsManager calls from native code. Stanislav Zholnin
2020-03-11Rename featureId -> attributionTag Philip P. Moltmann
2020-03-11Rename featureId -> attributionTag Philip P. Moltmann
2020-02-26Use std::optional for @nullable (AIDL) Jooyung Han
2020-02-24Use std::optional for @nullable (AIDL) Jooyung Han
2020-01-04Collect AsyncNotedAppOp in same call as native noteOp Philip P. Moltmann
2019-12-09Create local clientId instead of sharing one Philip P. Moltmann
2019-11-05Allow null featureIds in AppOpsService binder calls Philip P. Moltmann
2019-10-09Note appOps with featureIds from native code Philip P. Moltmann
2019-09-27Remove extraneous semicolon. Steven Moreland
2019-09-09libbinder: Hide AppOpsManager/Service from vendor. Steven Moreland
2019-08-30Camera: add camera audio restriction binder call Yin-Chia Yeh
2019-08-28Support noted appops collection in native code Philip P. Moltmann
2019-07-15Merge "libbinder: don't export Static.h" Steven Moreland
2019-07-12libbinder: don't export Static.h Steven Moreland
2019-03-12Native impl for ApOpManager.checkAudioOperation Jean-Michel Trivi
2018-10-29Suppress lint warnings on google-default-arguments Jiyong Park
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-04-25Fix google-explicit-constructor warnings. Chih-Hung Hsieh
2015-05-01Add body sensors app op - framework native Svetoslav
2014-11-14Replace IInterface::asBinder() with a static Marco Nelissen
2014-05-29binder: rm utils/Debug.h Mark Salyzyn
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