Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DParcel.cpp531 const IPCThreadState* threadState = IPCThreadState::self(); in writeInterfaceToken() local
532 writeInt32(threadState->getStrictModePolicy() | STRICT_MODE_PENALTY_GATHER); in writeInterfaceToken()
534 writeInt32(threadState->shouldPropagateWorkSource() ? in writeInterfaceToken()
535 threadState->getCallingWorkSourceUid() : IPCThreadState::kUnsetWorkSource); in writeInterfaceToken()
573 IPCThreadState* threadState) const in enforceInterface()
575 return enforceInterface(interface.string(), interface.size(), threadState); in enforceInterface()
580 IPCThreadState* threadState) const in enforceInterface()
584 if (threadState == nullptr) { in enforceInterface()
585 threadState = IPCThreadState::self(); in enforceInterface()
587 if ((threadState->getLastTransactionBinderFlags() & in enforceInterface()
[all …]
/frameworks/base/core/jni/
Dandroid_os_Parcel.cpp629 IPCThreadState* threadState = IPCThreadState::self(); in android_os_Parcel_enforceInterface() local
630 const int32_t oldPolicy = threadState->getStrictModePolicy(); in android_os_Parcel_enforceInterface()
634 threadState); in android_os_Parcel_enforceInterface()
637 const int32_t newPolicy = threadState->getStrictModePolicy(); in android_os_Parcel_enforceInterface()
/frameworks/base/core/java/android/os/
DStrictMode.java2315 Span(ThreadSpanState threadState) { in Span() argument
2316 mContainerState = threadState; in Span()
/frameworks/native/include/binder/
DParcel.h98 IPCThreadState* threadState = nullptr) const;
101 IPCThreadState* threadState = nullptr) const;
/frameworks/native/libs/binder/include/binder/
DParcel.h98 IPCThreadState* threadState = nullptr) const;
101 IPCThreadState* threadState = nullptr) const;