HomeSort by relevance Sort by last modified time
    Searched defs:VrHwc (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/vr/hardware_composer/impl/
vr_hwc.cpp 247 VrHwc::VrHwc() {}
249 VrHwc::~VrHwc() {}
251 bool VrHwc::hasCapability(hwc2_capability_t /* capability */) { return false; }
253 void VrHwc::registerEventCallback(EventCallback* callback) {
267 void VrHwc::unregisterEventCallback() {
272 uint32_t VrHwc::getMaxVirtualDisplayCount() { return 1; }
274 Error VrHwc::createVirtualDisplay(uint32_t width, uint32_t height,
283 Error VrHwc::destroyVirtualDisplay(Display display)
    [all...]
vr_hwc.h 198 class VrHwc : public IComposer, public ComposerHal, public ComposerView {
200 VrHwc();
201 ~VrHwc() override;
315 VrHwc(const VrHwc&) = delete;
316 void operator=(const VrHwc&) = delete;

Completed in 282 milliseconds