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/base/core/jni/
android_util_Binder.cpp 290 thread_state->setStrictModePolicy(strict_policy_before);
745 IPCThreadState::self()->setStrictModePolicy(policyMask);
    [all...]
  /frameworks/native/libs/binder/
Parcel.cpp 500 threadState->setStrictModePolicy(0);
502 threadState->setStrictModePolicy(strictPolicy);
    [all...]
IPCThreadState.cpp 382 void IPCThreadState::setStrictModePolicy(int32_t policy)
    [all...]

Completed in 87 milliseconds