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

/frameworks/base/core/jni/
H A Dandroid_os_Parcel.cpp595 IPCThreadState* threadState = IPCThreadState::self(); local
596 const int32_t oldPolicy = threadState->getStrictModePolicy();
599 threadState);
602 const int32_t newPolicy = threadState->getStrictModePolicy();
/frameworks/native/libs/binder/
H A DParcel.cpp487 IPCThreadState* threadState) const
490 if (threadState == NULL) {
491 threadState = IPCThreadState::self();
493 if ((threadState->getLastTransactionBinderFlags() &
499 threadState->setStrictModePolicy(0);
501 threadState->setStrictModePolicy(strictPolicy);
/frameworks/native/include/binder/
H A DParcel.h80 IPCThreadState* threadState = NULL) const;
/frameworks/base/core/java/android/os/
H A DStrictMode.java1701 Span(ThreadSpanState threadState) { argument
1702 mContainerState = threadState;

Completed in 1143 milliseconds