Searched refs:hwc_composer_device_1_t (Results 1 – 2 of 2) sorted by relevance
/device/google/cuttlefish/guest/hals/hwcomposer/common/ |
D | hwcomposer.cpp | 75 hwc_composer_device_1_t base; 183 bool IsValidLayer(hwc_composer_device_1_t* dev, const hwc_layer_1_t& layer) { in IsValidLayer() 214 bool IsValidComposition(hwc_composer_device_1_t* dev, int num_layers, in IsValidComposition() 330 static int cvd_hwc_prepare(hwc_composer_device_1_t* dev, size_t numDisplays, in cvd_hwc_prepare() 348 static int cvd_hwc_set(hwc_composer_device_1_t* dev, size_t numDisplays, in cvd_hwc_set() 392 static void cvd_hwc_register_procs(hwc_composer_device_1_t* dev, in cvd_hwc_register_procs() 407 static int cvd_hwc_query(hwc_composer_device_1_t* dev, int what, int* value) { in cvd_hwc_query() 427 static int cvd_hwc_event_control(hwc_composer_device_1_t* /*dev*/, int /*dpy*/, in cvd_hwc_event_control() argument 435 static int cvd_hwc_blank(hwc_composer_device_1_t* /*dev*/, int disp, int /*blank*/) { in cvd_hwc_blank() argument 440 static void cvd_hwc_dump(hwc_composer_device_1_t* dev, char* buff, int buff_len) { in cvd_hwc_dump() [all …]
|
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/ |
D | HWC2.cpp | 95 CfHWC2::CfHWC2(hwc_composer_device_1_t* hwc1Device) in CfHWC2()
|