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

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

Completed in 1222 milliseconds