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

  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
DummyDevice.cpp 20 #include <DummyDevice.h>
24 DummyDevice::DummyDevice(uint32_t disp, Hwcomposer& hwc)
36 DummyDevice::~DummyDevice()
41 bool DummyDevice::prePrepare(hwc_display_contents_1_t *display)
53 bool DummyDevice::prepare(hwc_display_contents_1_t *display)
73 bool DummyDevice::commit(hwc_display_contents_1_t *display, IDisplayContext *context)
84 bool DummyDevice::vsyncControl(bool enabled)
90 bool DummyDevice::blank(bool blank
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DummyDevice.h 27 class DummyDevice : public IDisplayDevice {
29 DummyDevice(uint32_t disp, Hwcomposer& hwc);
30 virtual ~DummyDevice();
  /hardware/intel/img/hwcomposer/moorefield_hdmi/platforms/merrifield_plus/
PlatfHwcomposer.cpp 20 #include <DummyDevice.h>
69 return new DummyDevice((uint32_t)disp, *this);
75 return new DummyDevice((uint32_t)disp, *this);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/
Android.mk 45 common/devices/DummyDevice.cpp \

Completed in 1043 milliseconds