Searched refs:removeDisplay (Results 1 – 5 of 5) sorted by relevance
58 removeDisplay);66 HWC3::Error removeDisplay(int64_t display);
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()
1350 error = mResources->removeDisplay(displayId); in destroyDisplayLocked()
679 #removeDisplay(displayId) {945 this.#removeDisplay(display_id);
338 public void removeDisplay(int displayId) throws FileNotFoundException { in removeDisplay() method in CuttlefishDisplayHotplugTest