Searched refs:removeDisplay (Results 1 – 4 of 4) sorted by relevance
70 removeDisplay) { in clear()71 mImpl->clear(removeDisplay); in clear()91 HWC3::Error ComposerResources::removeDisplay(int64_t displayId) { in removeDisplay() function in aidl::android::hardware::graphics::composer3::impl::ComposerResources93 return toHwc3Error(mImpl->removeDisplay(display)); in removeDisplay()
58 removeDisplay);66 HWC3::Error removeDisplay(int64_t display);
1308 error = mResources->removeDisplay(displayId); in destroyDisplayLocked()
340 public void removeDisplay(int displayId) throws FileNotFoundException { in removeDisplay() method in CuttlefishDisplayHotplugTest