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

/frameworks/base/core/jni/
H A Dandroid_os_Parcel.cpp663 IPCThreadState* threadState = IPCThreadState::self(); local
664 const int32_t oldPolicy = threadState->getStrictModePolicy();
667 threadState);
670 const int32_t newPolicy = threadState->getStrictModePolicy();
/frameworks/native/libs/binder/
H A DParcel.cpp516 IPCThreadState* threadState) const
519 if (threadState == NULL) {
520 threadState = IPCThreadState::self();
522 if ((threadState->getLastTransactionBinderFlags() &
528 threadState->setStrictModePolicy(0);
530 threadState->setStrictModePolicy(strictPolicy);
/frameworks/native/include/binder/
H A DParcel.h79 IPCThreadState* threadState = NULL) const;
/frameworks/base/core/java/android/os/
H A DStrictMode.java1784 Span(ThreadSpanState threadState) { argument
1785 mContainerState = threadState;

Completed in 210 milliseconds