Searched refs:threadState (Results 1 – 4 of 4) sorted by relevance
663 IPCThreadState* threadState = IPCThreadState::self(); in android_os_Parcel_enforceInterface() local664 const int32_t oldPolicy = threadState->getStrictModePolicy(); in android_os_Parcel_enforceInterface()667 threadState); in android_os_Parcel_enforceInterface()670 const int32_t newPolicy = threadState->getStrictModePolicy(); in android_os_Parcel_enforceInterface()
516 IPCThreadState* threadState) const in enforceInterface()519 if (threadState == NULL) { in enforceInterface()520 threadState = IPCThreadState::self(); in enforceInterface()522 if ((threadState->getLastTransactionBinderFlags() & in enforceInterface()528 threadState->setStrictModePolicy(0); in enforceInterface()530 threadState->setStrictModePolicy(strictPolicy); in enforceInterface()
79 IPCThreadState* threadState = NULL) const;
1784 Span(ThreadSpanState threadState) { in Span() argument1785 mContainerState = threadState; in Span()