Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:PermissionCache

20 #include <binder/PermissionCache.h>
49 // IMPORTANT: Don't use PermissionCache - a runtime permission and may change.
103 // IMPORTANT: Use PermissionCache - not a runtime permission and may not change.
104 bool ok = PermissionCache::checkCallingPermission(sCaptureAudioOutput);
111 // IMPORTANT: Use PermissionCache - not a runtime permission and may not change.
112 bool ok = PermissionCache::checkCallingPermission(sCaptureHotwordAllowed);
120 // IMPORTANT: Use PermissionCache - not a runtime permission and may not change.
121 bool ok = PermissionCache::checkCallingPermission(sAudioSettings);
128 // IMPORTANT: Use PermissionCache - not a runtime permission and may not change.
129 bool ok = PermissionCache::checkCallingPermission(sModifyAudioRoutingAllowed);
137 // IMPORTANT: Use PermissionCache - not a runtime permission and may not change.
138 bool ok = PermissionCache::checkCallingPermission(sDump);