Searched refs:getStrictModePolicy (Results 1 – 6 of 6) sorted by relevance
46 int32_t getStrictModePolicy() const;
267 const int32_t strict_policy_before = thread_state->getStrictModePolicy(); in onTransact()290 if (thread_state->getStrictModePolicy() != strict_policy_before) { in onTransact()781 return IPCThreadState::self()->getStrictModePolicy(); in android_os_Binder_getThreadStrictModePolicy()
664 const int32_t oldPolicy = threadState->getStrictModePolicy(); in android_os_Parcel_enforceInterface()670 const int32_t newPolicy = threadState->getStrictModePolicy(); in android_os_Parcel_enforceInterface()
346 return state && state->getStrictModePolicy() != 0; in runtime_isSensitiveThread()
386 int32_t IPCThreadState::getStrictModePolicy() const in getStrictModePolicy() function in android::IPCThreadState
504 writeInt32(IPCThreadState::self()->getStrictModePolicy() | in writeInterfaceToken()