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

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

Completed in 126 milliseconds