Home
last modified time | relevance | path

Searched refs:thread_state (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/jni/
Dandroid_util_Binder.cpp397 IPCThreadState* thread_state = IPCThreadState::self(); in onTransact() local
398 const int32_t strict_policy_before = thread_state->getStrictModePolicy(); in onTransact()
418 if (thread_state->getStrictModePolicy() != strict_policy_before) { in onTransact()