Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:mPendingStates

75         mPendingStates(),
1362 mPendingStates.push_back(mCurrentState);
1367 *stateToCommit = mPendingStates[0];
1371 mPendingStates.removeAt(0);
1376 while (!mPendingStates.empty()) {
1377 if (mPendingStates[0].handle != nullptr) {
1389 mPendingStates[0].frameNumber) {
1418 if (!mPendingStates.empty()) {