Searched refs:threadState (Results 1 – 4 of 4) sorted by relevance
674 IPCThreadState* threadState = IPCThreadState::self(); in android_os_Parcel_enforceInterface() local675 const int32_t oldPolicy = threadState->getStrictModePolicy(); in android_os_Parcel_enforceInterface()679 threadState); in android_os_Parcel_enforceInterface()682 const int32_t newPolicy = threadState->getStrictModePolicy(); in android_os_Parcel_enforceInterface()
631 IPCThreadState* threadState) const in enforceInterface()634 if (threadState == NULL) { in enforceInterface()635 threadState = IPCThreadState::self(); in enforceInterface()637 if ((threadState->getLastTransactionBinderFlags() & in enforceInterface()643 threadState->setStrictModePolicy(0); in enforceInterface()645 threadState->setStrictModePolicy(strictPolicy); in enforceInterface()
1999 Span(ThreadSpanState threadState) { in Span() argument2000 mContainerState = threadState; in Span()
87 IPCThreadState* threadState = NULL) const;