Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_os_Parcel.cpp670 IPCThreadState* threadState = IPCThreadState::self(); in android_os_Parcel_enforceInterface() local
671 const int32_t oldPolicy = threadState->getStrictModePolicy(); in android_os_Parcel_enforceInterface()
675 threadState); in android_os_Parcel_enforceInterface()
678 const int32_t newPolicy = threadState->getStrictModePolicy(); in android_os_Parcel_enforceInterface()
/frameworks/native/libs/binder/
DParcel.cpp568 IPCThreadState* threadState) const in enforceInterface()
571 if (threadState == NULL) { in enforceInterface()
572 threadState = IPCThreadState::self(); in enforceInterface()
574 if ((threadState->getLastTransactionBinderFlags() & in enforceInterface()
580 threadState->setStrictModePolicy(0); in enforceInterface()
582 threadState->setStrictModePolicy(strictPolicy); in enforceInterface()
/frameworks/native/include/binder/
DParcel.h80 IPCThreadState* threadState = NULL) const;
/frameworks/base/core/java/android/os/
DStrictMode.java1978 Span(ThreadSpanState threadState) { in Span() argument
1979 mContainerState = threadState; in Span()