Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:PermissionCache

20 #include <binder/PermissionCache.h>
59 // IMPORTANT: Don't use PermissionCache - a runtime permission and may change.
118 // IMPORTANT: Use PermissionCache - not a runtime permission and may not change.
119 bool ok = PermissionCache::checkCallingPermission(sCaptureHotwordAllowed);
127 // IMPORTANT: Use PermissionCache - not a runtime permission and may not change.
128 bool ok = PermissionCache::checkCallingPermission(sAudioSettings);
135 // IMPORTANT: Use PermissionCache - not a runtime permission and may not change.
136 bool ok = PermissionCache::checkCallingPermission(sModifyAudioRoutingAllowed);
144 // IMPORTANT: Use PermissionCache - not a runtime permission and may not change.
145 bool ok = PermissionCache::checkCallingPermission(sDump);