Searched defs:trusted (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/libs/vr/libvr_manager/
H A Dtrusted_uids.cpp42 bool trusted = interface_cast<IPermissionController>(binder)->checkPermission( local
46 uid_cache[uid] = trusted;
47 return trusted;
/frameworks/native/libs/vr/libvrflinger/
H A Ddisplay_manager_service.cpp46 const bool trusted = user_id == AID_ROOT || IsTrustedUid(user_id); local
58 if (display_manager_ || !trusted) {
H A Ddisplay_service.cpp278 const bool trusted = user_id == AID_ROOT || IsTrustedUid(user_id); local
280 if (!trusted) {
292 const bool trusted = (user_id == AID_ROOT) || IsTrustedUid(user_id); local
294 if (!trusted) {
H A Ddisplay_surface.cpp470 const bool trusted = user_id == AID_ROOT || IsTrustedUid(user_id); local
471 if (trusted) {
477 "trusted UIDs: user_id=%d",
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
H A DKeyguardStateMonitor.java124 public void onTrustedChanged(boolean trusted) { argument
125 mTrusted = trusted;
/frameworks/av/media/libnblog/
H A DNBLog.cpp553 log(&etr, true /*trusted*/);
556 void NBLog::Writer::log(const NBLog::Entry *etr, bool trusted) argument
561 if (!trusted) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java754 Log.w(TAG, "failed to load trusted sound from " + soundPath);
2157 private void notifyTrustedChangedLocked(boolean trusted) { argument
2161 mKeyguardStateCallbacks.get(i).onTrustedChanged(trusted);
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaRouterService.java238 final boolean trusted = mContext.checkCallingOrSelfPermission(
244 registerClientLocked(client, uid, pid, packageName, resolvedUserId, trusted);
477 int uid, int pid, String packageName, int userId, boolean trusted) {
487 clientRecord = new ClientRecord(userRecord, client, uid, pid, packageName, trusted);
685 int uid, int pid, String packageName, boolean trusted) {
691 mTrusted = trusted;
1160 // Build a new client state for trusted clients.
476 registerClientLocked(IMediaRouterClient client, int uid, int pid, String packageName, int userId, boolean trusted) argument
684 ClientRecord(UserRecord userRecord, IMediaRouterClient client, int uid, int pid, String packageName, boolean trusted) argument

Completed in 1378 milliseconds