Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:mPendingStates

75         mPendingStates(),
1368 mPendingStates.push_back(mCurrentState);
1373 *stateToCommit = mPendingStates[0];
1377 mPendingStates.removeAt(0);
1382 while (!mPendingStates.empty()) {
1383 if (mPendingStates[0].handle != nullptr) {
1395 mPendingStates[0].frameNumber) {
1424 if (!mPendingStates.empty()) {