Home
last modified time | relevance | path

Searched refs:setStrictModePolicy (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/include/binder/
DIPCThreadState.h66 void setStrictModePolicy(int32_t policy);
/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h66 void setStrictModePolicy(int32_t policy);
/frameworks/native/libs/binder/
DIPCThreadState.cpp389 void IPCThreadState::setStrictModePolicy(int32_t policy) in setStrictModePolicy() function in android::IPCThreadState
DParcel.cpp593 threadState->setStrictModePolicy(0); in enforceInterface()
595 threadState->setStrictModePolicy(strictPolicy); in enforceInterface()
/frameworks/base/core/jni/
Dandroid_util_Binder.cpp974 IPCThreadState::self()->setStrictModePolicy(policyMask); in android_os_Binder_setThreadStrictModePolicy()