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

  /frameworks/native/libs/binder/include/binder/
IPCThreadState.h 45 void setStrictModePolicy(int32_t policy);
  /system/libhwbinder/include/hwbinder/
IPCThreadState.h 46 void setStrictModePolicy(int32_t policy);
  /frameworks/native/libs/binder/
IPCThreadState.cpp 375 void IPCThreadState::setStrictModePolicy(int32_t policy)
    [all...]
Parcel.cpp 625 threadState->setStrictModePolicy(0);
627 threadState->setStrictModePolicy(strictPolicy);
    [all...]
  /system/libhwbinder/
IPCThreadState.cpp 369 void IPCThreadState::setStrictModePolicy(int32_t policy)
    [all...]
  /frameworks/base/core/jni/
android_util_Binder.cpp 814 IPCThreadState::self()->setStrictModePolicy(policyMask);
    [all...]

Completed in 1521 milliseconds