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