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_os_Parcel.cpp596 const int32_t oldPolicy = threadState->getStrictModePolicy();
602 const int32_t newPolicy = threadState->getStrictModePolicy();
H A Dandroid_util_Binder.cpp271 const int strict_policy_before = thread_state->getStrictModePolicy();
295 const int strict_policy_after = thread_state->getStrictModePolicy();
758 return IPCThreadState::self()->getStrictModePolicy();
H A DAndroidRuntime.cpp330 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.cpp475 writeInt32(IPCThreadState::self()->getStrictModePolicy() |

Completed in 78 milliseconds