Searched refs:P_GET_STATE (Results 1 – 3 of 3) sorted by relevance
24 P_GET_STATE = 1 << 0, enumerator
57 static const perm_t DEFAULT_PERMS = static_cast<perm_t>(P_GET_STATE | P_GET | P_INSERT | P_DELETE |
59 if (!checkBinderPermission(P_GET_STATE)) { in getState()