index
:
platform/frameworks/native
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
binder
/
AppOpsManager.cpp
Age
Commit message (
Expand
)
Author
2018-06-10
[binder] Replace NULL/0 with nullptr
Yi Kong
2018-06-08
resolve merge conflicts of f11e2bd016d886a333345dea853ebda23a408d5c to pi-dev...
Xin Li
2018-06-08
Merge 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-26
Use start/finish app ops in window manager - frameworks native
Svet Ganov
2016-02-26
Merge "Refresh the native app ops manager\'s token if needed." into nyc-dev
Svet Ganov
2016-02-26
Refresh the native app ops manager's token if needed.
Svet Ganov
2016-02-12
Replace AppOpsManager locking with std::lock_guard
Christopher Wiley
2016-02-05
Don't rely on AppOpsManager in systems without applications
Christopher Wiley
2016-02-05
Fix race in AppOpsManager client library
Christopher Wiley
2015-05-01
Add body sensors app op - framework native
Svetoslav
2014-11-14
Replace IInterface::asBinder() with a static
Marco Nelissen
2013-07-22
Fix AppOsManager missing mutex unlock.
Zhijun He
2013-07-17
Follow framework change to track started ops by proc.
Dianne Hackborn
2013-02-19
Fixes to native app ops services
Eino-Ville Talvala
2013-02-12
App ops: new native access API.
Dianne Hackborn