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 267 const int32_t strict_policy_before = thread_state->getStrictModePolicy();
290 if (thread_state->getStrictModePolicy() != strict_policy_before) {
781 return IPCThreadState::self()->getStrictModePolicy();
    [all...]
android_os_Parcel.cpp 664 const int32_t oldPolicy = threadState->getStrictModePolicy();
670 const int32_t newPolicy = threadState->getStrictModePolicy();
AndroidRuntime.cpp 346 return state && state->getStrictModePolicy() != 0;
    [all...]
  /frameworks/native/libs/binder/
IPCThreadState.cpp 386 int32_t IPCThreadState::getStrictModePolicy() const
    [all...]
Parcel.cpp 483 writeInt32(IPCThreadState::self()->getStrictModePolicy() |
    [all...]

Completed in 60 milliseconds