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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.cpp39 mSetSurfaceInProgress(false),
143 if (mSetSurfaceInProgress) {
156 mSetSurfaceInProgress = true;
160 while (mSetSurfaceInProgress) {
578 CHECK(mSetSurfaceInProgress);
579 mSetSurfaceInProgress = false;
H A DNuPlayerDriver.h104 bool mSetSurfaceInProgress; member in struct:android::NuPlayerDriver

Completed in 281 milliseconds