HomeSort by relevance Sort by last modified time
    Searched refs:getStrictModePolicy (Results 1 - 6 of 6) sorted by null

  /frameworks/native/include/binder/
IPCThreadState.h 46 int32_t getStrictModePolicy() const;
  /frameworks/base/core/jni/
android_util_Binder.cpp 263 const int strict_policy_before = thread_state->getStrictModePolicy();
287 const int strict_policy_after = thread_state->getStrictModePolicy();
750 return IPCThreadState::self()->getStrictModePolicy();
    [all...]
android_os_Parcel.cpp 595 const int32_t oldPolicy = threadState->getStrictModePolicy();
601 const int32_t newPolicy = threadState->getStrictModePolicy();
AndroidRuntime.cpp 335 return state && state->getStrictModePolicy() != 0;
    [all...]
  /frameworks/native/libs/binder/
IPCThreadState.cpp 387 int32_t IPCThreadState::getStrictModePolicy() const
    [all...]
Parcel.cpp 476 writeInt32(IPCThreadState::self()->getStrictModePolicy() |
    [all...]

Completed in 648 milliseconds