Searched refs:unblank (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/include/gui/
H A DISurfaceComposer.h111 virtual void unblank(const sp<IBinder>& display) = 0;
/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp213 virtual void unblank(const sp<IBinder>& display) function in class:android::BpSurfaceComposer
337 unblank(display);
H A DSurfaceComposerClient.cpp617 ComposerService::getComposerService()->unblank(token);
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h209 virtual void unblank(const sp<IBinder>& display);
240 // called on the main thread in response to unblank()
H A DSurfaceFlinger.cpp196 // restore initial conditions (default device unblank, etc)
589 // FIXME: currently we don't get blank/unblank requests
623 // set initial conditions (e.g. unblank default device)
2251 void SurfaceFlinger::unblank(const sp<IBinder>& display) { function in class:android::SurfaceFlinger
2261 ALOGE("Attempt to unblank null display %p", mDisplay.get());
2263 ALOGW("Attempt to unblank virtual display");

Completed in 212 milliseconds