Searched refs:checkBinderPermissionSelfOrSystem (Results 1 – 2 of 2) sorted by relevance
190 bool checkBinderPermissionSelfOrSystem(perm_t permission, int32_t targetUid);
565 if (!checkBinderPermissionSelfOrSystem(P_CLEAR_UID, targetUid)) { in clear_uid()1372 bool KeyStoreService::checkBinderPermissionSelfOrSystem(perm_t permission, int32_t targetUid) { in checkBinderPermissionSelfOrSystem() function in keystore::KeyStoreService