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.cpp298 thread_state->setStrictModePolicy(strict_policy_before);
753 IPCThreadState::self()->setStrictModePolicy(policyMask);
/frameworks/native/libs/binder/
H A DParcel.cpp499 threadState->setStrictModePolicy(0);
501 threadState->setStrictModePolicy(strictPolicy);
H A DIPCThreadState.cpp381 void IPCThreadState::setStrictModePolicy(int32_t policy) function in class:android::IPCThreadState

Completed in 135 milliseconds