Searched refs:threadState (Results 1 – 4 of 4) sorted by relevance
689 IPCThreadState* threadState = IPCThreadState::self(); in android_os_Parcel_enforceInterface() local690 const int32_t oldPolicy = threadState->getStrictModePolicy(); in android_os_Parcel_enforceInterface()694 threadState); in android_os_Parcel_enforceInterface()697 const int32_t newPolicy = threadState->getStrictModePolicy(); in android_os_Parcel_enforceInterface()
613 IPCThreadState* threadState) const in enforceInterface()616 if (threadState == NULL) { in enforceInterface()617 threadState = IPCThreadState::self(); in enforceInterface()619 if ((threadState->getLastTransactionBinderFlags() & in enforceInterface()625 threadState->setStrictModePolicy(0); in enforceInterface()627 threadState->setStrictModePolicy(strictPolicy); in enforceInterface()
2182 Span(ThreadSpanState threadState) { in Span() argument2183 mContainerState = threadState; in Span()
94 IPCThreadState* threadState = NULL) const;