Home
last modified time | relevance | path

Searched refs:hasExplicitIdentity (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/os/
DBinder.java416 private static native boolean hasExplicitIdentity(); in hasExplicitIdentity() method in Binder
419 private static boolean hasExplicitIdentity$ravenwood() { in hasExplicitIdentity$ravenwood()
434 if (!isDirectlyHandlingTransaction() && !hasExplicitIdentity()) { in getCallingUidOrThrow()
454 if (!isDirectlyHandlingTransaction() && !hasExplicitIdentity()) { in getCallingUidOrWtf()
/frameworks/native/include/binder/
DIPCThreadState.h147 LIBBINDER_EXPORTED bool hasExplicitIdentity();
/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h147 LIBBINDER_EXPORTED bool hasExplicitIdentity();
/frameworks/native/libs/binder/
DIPCThreadState.cpp412 constexpr uint32_t encodeExplicitIdentity(bool hasExplicitIdentity, pid_t callingPid) { in encodeExplicitIdentity() argument
414 if (hasExplicitIdentity) { in encodeExplicitIdentity()
421 constexpr int64_t packCallingIdentity(bool hasExplicitIdentity, uid_t callingUid, in packCallingIdentity() argument
432 encodeExplicitIdentity(hasExplicitIdentity, callingPid); in packCallingIdentity()
494 bool IPCThreadState::hasExplicitIdentity() { in hasExplicitIdentity() function in android::IPCThreadState
/frameworks/base/core/jni/
Dandroid_util_Binder.cpp1045 return IPCThreadState::self()->hasExplicitIdentity(); in android_os_Binder_hasExplicitIdentity()