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 110 bool mThreadPoolStarted;
  /frameworks/native/libs/binder/
ProcessState.cpp 135 if (!mThreadPoolStarted) {
136 mThreadPoolStarted = true;
289 if (mThreadPoolStarted) {
350 , mThreadPoolStarted(false)

Completed in 116 milliseconds