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

  /frameworks/base/include/binder/
IPCThreadState.h 45 void setStrictModePolicy(int32_t policy);
  /frameworks/base/libs/binder/
Parcel.cpp 499 threadState->setStrictModePolicy(0);
501 threadState->setStrictModePolicy(strictPolicy);
    [all...]
IPCThreadState.cpp 381 void IPCThreadState::setStrictModePolicy(int32_t policy)
    [all...]
  /frameworks/base/core/jni/
android_util_Binder.cpp 311 thread_state->setStrictModePolicy(strict_policy_before);
763 IPCThreadState::self()->setStrictModePolicy(policyMask);
    [all...]

Completed in 179 milliseconds