Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h45 void setStrictModePolicy(int32_t policy);
/frameworks/native/libs/binder/
DIPCThreadState.cpp375 void IPCThreadState::setStrictModePolicy(int32_t policy) in setStrictModePolicy() function in android::IPCThreadState
DParcel.cpp626 threadState->setStrictModePolicy(0); in enforceInterface()
628 threadState->setStrictModePolicy(strictPolicy); in enforceInterface()
/frameworks/base/core/jni/
Dandroid_util_Binder.cpp843 IPCThreadState::self()->setStrictModePolicy(policyMask); in android_os_Binder_setThreadStrictModePolicy()