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

/frameworks/base/core/jni/
H A Dandroid_os_Parcel.cpp594 IPCThreadState* threadState = IPCThreadState::self(); local
595 const int32_t oldPolicy = threadState->getStrictModePolicy();
598 threadState);
601 const int32_t newPolicy = threadState->getStrictModePolicy();
/frameworks/native/libs/binder/
H A DParcel.cpp489 IPCThreadState* threadState) const
492 if (threadState == NULL) {
493 threadState = IPCThreadState::self();
495 if ((threadState->getLastTransactionBinderFlags() &
501 threadState->setStrictModePolicy(0);
503 threadState->setStrictModePolicy(strictPolicy);
/frameworks/native/include/binder/
H A DParcel.h79 IPCThreadState* threadState = NULL) const;
/frameworks/base/core/java/android/os/
H A DStrictMode.java1751 Span(ThreadSpanState threadState) { argument
1752 mContainerState = threadState;

Completed in 92 milliseconds