Searched refs:mSetSurfaceInProgress (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.cpp36 mSetSurfaceInProgress(false),
131 if (mSetSurfaceInProgress) {
144 mSetSurfaceInProgress = true;
148 while (mSetSurfaceInProgress) {
469 CHECK(mSetSurfaceInProgress);
470 mSetSurfaceInProgress = false;
H A DNuPlayerDriver.h100 bool mSetSurfaceInProgress; member in struct:android::NuPlayerDriver

Completed in 249 milliseconds