Searched refs:getStrictModePolicy (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/include/binder/
H A DIPCThreadState.h46 int32_t getStrictModePolicy() const;
/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp267 const int32_t strict_policy_before = thread_state->getStrictModePolicy();
290 if (thread_state->getStrictModePolicy() != strict_policy_before) {
781 return IPCThreadState::self()->getStrictModePolicy();
H A Dandroid_os_Parcel.cpp664 const int32_t oldPolicy = threadState->getStrictModePolicy();
670 const int32_t newPolicy = threadState->getStrictModePolicy();
H A DAndroidRuntime.cpp346 return state && state->getStrictModePolicy() != 0;
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp386 int32_t IPCThreadState::getStrictModePolicy() const function in class:android::IPCThreadState
H A DParcel.cpp504 writeInt32(IPCThreadState::self()->getStrictModePolicy() |

Completed in 134 milliseconds