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

  /frameworks/native/include/binder/
IPCThreadState.h 45 void setStrictModePolicy(int32_t policy);
  /frameworks/native/libs/binder/
Parcel.cpp 580 threadState->setStrictModePolicy(0);
582 threadState->setStrictModePolicy(strictPolicy);
    [all...]
IPCThreadState.cpp 363 void IPCThreadState::setStrictModePolicy(int32_t policy)
    [all...]
  /frameworks/base/core/jni/
android_util_Binder.cpp 792 IPCThreadState::self()->setStrictModePolicy(policyMask);
    [all...]

Completed in 843 milliseconds