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.cpp254 IPCThreadState* thread_state = IPCThreadState::self(); in onTransact() local
255 const int32_t strict_policy_before = thread_state->getStrictModePolicy(); in onTransact()
278 if (thread_state->getStrictModePolicy() != strict_policy_before) { in onTransact()