Home
last modified time | relevance | path

Searched refs:getStrictModePolicy (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/include/binder/
DIPCThreadState.h67 int32_t getStrictModePolicy() const;
/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h67 int32_t getStrictModePolicy() const;
/frameworks/base/core/jni/
Dandroid_os_Parcel.cpp630 const int32_t oldPolicy = threadState->getStrictModePolicy(); in android_os_Parcel_enforceInterface()
637 const int32_t newPolicy = threadState->getStrictModePolicy(); in android_os_Parcel_enforceInterface()
Dandroid_util_Binder.cpp398 const int32_t strict_policy_before = thread_state->getStrictModePolicy(); in onTransact()
418 if (thread_state->getStrictModePolicy() != strict_policy_before) { in onTransact()
979 return IPCThreadState::self()->getStrictModePolicy(); in android_os_Binder_getThreadStrictModePolicy()
DAndroidRuntime.cpp433 return state && state->getStrictModePolicy() != 0; in runtime_isSensitiveThread()
/frameworks/native/libs/binder/
DIPCThreadState.cpp394 int32_t IPCThreadState::getStrictModePolicy() const in getStrictModePolicy() function in android::IPCThreadState
DParcel.cpp532 writeInt32(threadState->getStrictModePolicy() | STRICT_MODE_PENALTY_GATHER); in writeInterfaceToken()