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/native/libs/binder/
H A DParcel.cpp528 threadState->setStrictModePolicy(0);
530 threadState->setStrictModePolicy(strictPolicy);
H A DIPCThreadState.cpp381 void IPCThreadState::setStrictModePolicy(int32_t policy) function in class:android::IPCThreadState
/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp776 IPCThreadState::self()->setStrictModePolicy(policyMask);

Completed in 415 milliseconds