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 507 threadState->setStrictModePolicy(0);
509 threadState->setStrictModePolicy(strictPolicy);
    [all...]
IPCThreadState.cpp 381 void IPCThreadState::setStrictModePolicy(int32_t policy)
    [all...]
  /frameworks/base/core/jni/
android_util_Binder.cpp 776 IPCThreadState::self()->setStrictModePolicy(policyMask);
    [all...]

Completed in 94 milliseconds