HomeSort by relevance Sort by last modified time
    Searched defs:thread_state (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/
android_util_Binder.cpp 283 IPCThreadState* thread_state = IPCThreadState::self(); local
284 const int strict_policy_before = thread_state->getStrictModePolicy();
285 thread_state->setLastTransactionBinderFlags(flags);
308 const int strict_policy_after = thread_state->getStrictModePolicy();
311 thread_state->setStrictModePolicy(strict_policy_before);
    [all...]
  /external/v8/src/
isolate.h 408 ThreadState* thread_state() const { return thread_state_; } function in class:v8::internal::Isolate::PerIsolateThreadData
    [all...]

Completed in 1457 milliseconds