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

  /frameworks/native/include/binder/
BufferedTextOutput.h 61 BufferState* mGlobalState;
  /frameworks/native/libs/binder/
BufferedTextOutput.cpp 148 mGlobalState = new BufferState(mSeq);
149 if (mGlobalState) mGlobalState->incStrong(this);
154 if (mGlobalState) mGlobalState->decStrong(this);
279 return mGlobalState;

Completed in 126 milliseconds