Searched refs:getStrictModePolicy (Results 1 – 7 of 7) sorted by relevance
85 int32_t getStrictModePolicy() const;
686 const int32_t oldPolicy = threadState->getStrictModePolicy(); in android_os_Parcel_enforceInterface()691 const int32_t newPolicy = threadState->getStrictModePolicy(); in android_os_Parcel_enforceInterface()
402 const int32_t strict_policy_before = thread_state->getStrictModePolicy(); in onTransact()422 if (thread_state->getStrictModePolicy() != strict_policy_before) { in onTransact()984 return IPCThreadState::self()->getStrictModePolicy(); in android_os_Binder_getThreadStrictModePolicy()
405 return state && state->getStrictModePolicy() != 0; in runtime_isSensitiveThread()
395 int32_t IPCThreadState::getStrictModePolicy() const in getStrictModePolicy() function in android::IPCThreadState
610 writeInt32(threadState->getStrictModePolicy() | STRICT_MODE_PENALTY_GATHER); in writeInterfaceToken()