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

  /frameworks/native/libs/binder/
ProcessState.cpp 148 if (!mThreadPoolStarted) {
149 mThreadPoolStarted = true;
302 if (mThreadPoolStarted) {
369 , mThreadPoolStarted(false)
  /frameworks/native/libs/binder/include/binder/
ProcessState.h 118 bool mThreadPoolStarted;
  /system/libhwbinder/
ProcessState.cpp 133 if (!mThreadPoolStarted) {
134 mThreadPoolStarted = true;
262 if (mThreadPoolStarted) {
333 , mThreadPoolStarted(false)
  /system/libhwbinder/include/hwbinder/
ProcessState.h 111 bool mThreadPoolStarted;

Completed in 347 milliseconds