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

/frameworks/native/include/binder/
H A DIPCThreadState.h46 int32_t getStrictModePolicy() const;
/frameworks/native/libs/binder/include/binder/
H A DIPCThreadState.h46 int32_t getStrictModePolicy() const;
/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp339 const int32_t strict_policy_before = thread_state->getStrictModePolicy();
359 if (thread_state->getStrictModePolicy() != strict_policy_before) {
888 return IPCThreadState::self()->getStrictModePolicy();
H A Dandroid_os_Parcel.cpp700 const int32_t oldPolicy = threadState->getStrictModePolicy();
707 const int32_t newPolicy = threadState->getStrictModePolicy();
H A DAndroidRuntime.cpp379 return state && state->getStrictModePolicy() != 0;
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp380 int32_t IPCThreadState::getStrictModePolicy() const function in class:android::IPCThreadState
H A DParcel.cpp602 writeInt32(IPCThreadState::self()->getStrictModePolicy() |

Completed in 283 milliseconds