Searched refs:threadState (Results 1 – 5 of 5) sorted by relevance
609 const IPCThreadState* threadState = IPCThreadState::self(); in writeInterfaceToken() local610 writeInt32(threadState->getStrictModePolicy() | STRICT_MODE_PENALTY_GATHER); in writeInterfaceToken()612 writeInt32(threadState->shouldPropagateWorkSource() ? threadState->getCallingWorkSourceUid() in writeInterfaceToken()653 IPCThreadState* threadState) const in enforceInterface()655 return enforceInterface(interface.string(), interface.size(), threadState); in enforceInterface()660 IPCThreadState* threadState) const in enforceInterface()665 if (threadState == nullptr) { in enforceInterface()666 threadState = IPCThreadState::self(); in enforceInterface()673 threadState->setStrictModePolicy(0); in enforceInterface()675 threadState->setStrictModePolicy(strictPolicy); in enforceInterface()[all …]
685 IPCThreadState* threadState = IPCThreadState::self(); in android_os_Parcel_enforceInterface() local686 const int32_t oldPolicy = threadState->getStrictModePolicy(); in android_os_Parcel_enforceInterface()689 descriptor.size(), threadState); in android_os_Parcel_enforceInterface()691 const int32_t newPolicy = threadState->getStrictModePolicy(); in android_os_Parcel_enforceInterface()
124 IPCThreadState* threadState = nullptr) const;127 IPCThreadState* threadState = nullptr) const;
2538 Span(ThreadSpanState threadState) { in Span() argument2539 mContainerState = threadState; in Span()