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

/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp270 IPCThreadState* thread_state = IPCThreadState::self(); local
271 const int strict_policy_before = thread_state->getStrictModePolicy();
272 thread_state->setLastTransactionBinderFlags(flags);
295 const int strict_policy_after = thread_state->getStrictModePolicy();
298 thread_state->setStrictModePolicy(strict_policy_before);

Completed in 24 milliseconds