Searched refs:hasExplicitIdentity (Results 1 – 5 of 5) sorted by relevance
416 private static native boolean hasExplicitIdentity(); in hasExplicitIdentity() method in Binder419 private static boolean hasExplicitIdentity$ravenwood() { in hasExplicitIdentity$ravenwood()434 if (!isDirectlyHandlingTransaction() && !hasExplicitIdentity()) { in getCallingUidOrThrow()454 if (!isDirectlyHandlingTransaction() && !hasExplicitIdentity()) { in getCallingUidOrWtf()
147 LIBBINDER_EXPORTED bool hasExplicitIdentity();
412 constexpr uint32_t encodeExplicitIdentity(bool hasExplicitIdentity, pid_t callingPid) { in encodeExplicitIdentity() argument414 if (hasExplicitIdentity) { in encodeExplicitIdentity()421 constexpr int64_t packCallingIdentity(bool hasExplicitIdentity, uid_t callingUid, in packCallingIdentity() argument432 encodeExplicitIdentity(hasExplicitIdentity, callingPid); in packCallingIdentity()494 bool IPCThreadState::hasExplicitIdentity() { in hasExplicitIdentity() function in android::IPCThreadState
1045 return IPCThreadState::self()->hasExplicitIdentity(); in android_os_Binder_hasExplicitIdentity()