Searched refs:threadState (Results 1 – 5 of 5) sorted by relevance
531 const IPCThreadState* threadState = IPCThreadState::self(); in writeInterfaceToken() local532 writeInt32(threadState->getStrictModePolicy() | STRICT_MODE_PENALTY_GATHER); in writeInterfaceToken()534 writeInt32(threadState->shouldPropagateWorkSource() ? in writeInterfaceToken()535 threadState->getCallingWorkSourceUid() : IPCThreadState::kUnsetWorkSource); in writeInterfaceToken()573 IPCThreadState* threadState) const in enforceInterface()575 return enforceInterface(interface.string(), interface.size(), threadState); in enforceInterface()580 IPCThreadState* threadState) const in enforceInterface()584 if (threadState == nullptr) { in enforceInterface()585 threadState = IPCThreadState::self(); in enforceInterface()587 if ((threadState->getLastTransactionBinderFlags() & in enforceInterface()[all …]
629 IPCThreadState* threadState = IPCThreadState::self(); in android_os_Parcel_enforceInterface() local630 const int32_t oldPolicy = threadState->getStrictModePolicy(); in android_os_Parcel_enforceInterface()634 threadState); in android_os_Parcel_enforceInterface()637 const int32_t newPolicy = threadState->getStrictModePolicy(); in android_os_Parcel_enforceInterface()
2315 Span(ThreadSpanState threadState) { in Span() argument2316 mContainerState = threadState; in Span()
98 IPCThreadState* threadState = nullptr) const;101 IPCThreadState* threadState = nullptr) const;