HomeSort by relevance Sort by last modified time
    Searched refs:DestroyVirtualDisplay (Results 1 - 3 of 3) sorted by null

  /hardware/libhardware/include/hardware/
hwcomposer2.h 402 return "DestroyVirtualDisplay";
596 DestroyVirtualDisplay = HWC2_FUNCTION_DESTROY_VIRTUAL_DISPLAY,
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.cpp 327 if (!loadFunctionPointer(FunctionDescriptor::DestroyVirtualDisplay,
426 void Device::destroyVirtualDisplay(hwc2_display_t display)
431 ALOGE_IF(error != Error::None, "destroyVirtualDisplay(%" PRIu64 ") failed:"
450 mDevice.destroyVirtualDisplay(mId);
    [all...]
HWC2On1Adapter.cpp 186 case FunctionDescriptor::DestroyVirtualDisplay:
383 Error HWC2On1Adapter::destroyVirtualDisplay(hwc2_display_t displayId)
    [all...]

Completed in 55 milliseconds