Searched defs:destroyDisplay (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp272 virtual void destroyDisplay(const sp<IBinder>& display) function in class:android::BpSurfaceComposer
690 destroyDisplay(display);
H A DSurfaceComposerClient.cpp181 void SurfaceComposerClient::destroyDisplay(const sp<IBinder>& display) { function in class:android::SurfaceComposerClient
182 return ComposerService::getComposerService()->destroyDisplay(display);
/frameworks/native/services/surfaceflinger/tests/unittests/
H A DTestableSurfaceFlinger.h67 auto destroyDisplay(const sp<IBinder>& display) { return mFlinger->destroyDisplay(display); } function in class:android::TestableSurfaceFlinger
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.cpp149 void Device::destroyDisplay(hwc2_display_t displayId) function in class:HWC2::Device
185 // destroyDisplay(). For now we just mark it disconnected.
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java1140 public static void destroyDisplay(IBinder displayToken) { method in class:SurfaceControl
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp427 void SurfaceFlinger::destroyDisplay(const sp<IBinder>& display) { function in class:android::SurfaceFlinger
432 ALOGW("destroyDisplay: invalid display token");
438 ALOGE("destroyDisplay called for non-virtual display");

Completed in 110 milliseconds