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

  /frameworks/native/libs/binder/include/binder/
IPCThreadState.h 46 int32_t getStrictModePolicy() const;
  /system/libhwbinder/include/hwbinder/
IPCThreadState.h 47 int32_t getStrictModePolicy() const;
  /frameworks/base/core/jni/
android_util_Binder.cpp 339 const int32_t strict_policy_before = thread_state->getStrictModePolicy();
359 if (thread_state->getStrictModePolicy() != strict_policy_before) {
888 return IPCThreadState::self()->getStrictModePolicy();
    [all...]
android_os_Parcel.cpp 700 const int32_t oldPolicy = threadState->getStrictModePolicy();
707 const int32_t newPolicy = threadState->getStrictModePolicy();
AndroidRuntime.cpp 379 return state && state->getStrictModePolicy() != 0;
    [all...]
  /frameworks/native/libs/binder/
IPCThreadState.cpp 380 int32_t IPCThreadState::getStrictModePolicy() const
    [all...]
Parcel.cpp 602 writeInt32(IPCThreadState::self()->getStrictModePolicy() |
    [all...]
  /system/libhwbinder/
IPCThreadState.cpp 374 int32_t IPCThreadState::getStrictModePolicy() const
    [all...]

Completed in 1293 milliseconds