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

  /frameworks/native/include/binder/
ProcessState.h 107 bool mThreadPoolStarted;
  /frameworks/native/libs/binder/
ProcessState.cpp 139 if (!mThreadPoolStarted) {
140 mThreadPoolStarted = true;
288 if (mThreadPoolStarted) {
341 , mThreadPoolStarted(false)

Completed in 319 milliseconds