Home
last modified time | relevance | path

Searched refs:CreateLayer (Results 1 – 25 of 29) sorted by relevance

12

/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_session.h89 static int32_t CreateLayer(hwc2_device_t *device, hwc2_display_t display,
Dhwc_display.h174 virtual HWC2::Error CreateLayer(hwc2_layer_t *out_layer_id);
Dhwc_session.cpp229 int32_t HWCSession::CreateLayer(hwc2_device_t *device, hwc2_display_t display, in CreateLayer() function in sdm::HWCSession
232 return CallDisplayFunction(device, display, &HWCDisplay::CreateLayer, out_layer_id); in CreateLayer()
606 case HWC2::FunctionDescriptor::CreateLayer: in GetFunction()
607 return AsFP<HWC2_PFN_CREATE_LAYER>(CreateLayer); in GetFunction()
Dhwc_display.cpp282 HWC2::Error HWCDisplay::CreateLayer(hwc2_layer_t *out_layer_id) { in CreateLayer() function in sdm::HWCDisplay
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_session.h90 static int32_t CreateLayer(hwc2_device_t *device, hwc2_display_t display,
Dhwc_display.h189 virtual HWC2::Error CreateLayer(hwc2_layer_t *out_layer_id);
Dhwc_session.cpp246 int32_t HWCSession::CreateLayer(hwc2_device_t *device, hwc2_display_t display, in CreateLayer() function in sdm::HWCSession
249 return CallDisplayFunction(device, display, &HWCDisplay::CreateLayer, out_layer_id); in CreateLayer()
624 case HWC2::FunctionDescriptor::CreateLayer: in GetFunction()
625 return AsFP<HWC2_PFN_CREATE_LAYER>(CreateLayer); in GetFunction()
Dhwc_display.cpp413 HWC2::Error HWCDisplay::CreateLayer(hwc2_layer_t *out_layer_id) { in CreateLayer() function in sdm::HWCDisplay
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwcomposer.cpp84 hwc2_layer_t CreateLayer() { in CreateLayer() function in __anon10e974fd0111::DummyDisplay
277 *out_layer = iter->second.CreateLayer(); in Hwc2ImplCreateLayer()
Dhwc_session.h134 static int32_t CreateLayer(hwc2_device_t *device, hwc2_display_t display,
Dhwc_display.h202 virtual HWC2::Error CreateLayer(hwc2_layer_t *out_layer_id);
Dhwc_session.cpp327 int32_t HWCSession::CreateLayer(hwc2_device_t *device, hwc2_display_t display, in CreateLayer() function in sdm::HWCSession
333 return CallDisplayFunction(device, display, &HWCDisplay::CreateLayer, out_layer_id); in CreateLayer()
775 case HWC2::FunctionDescriptor::CreateLayer: in GetFunction()
776 return AsFP<HWC2_PFN_CREATE_LAYER>(CreateLayer); in GetFunction()
Dhwc_display.cpp426 HWC2::Error HWCDisplay::CreateLayer(hwc2_layer_t *out_layer_id) { in CreateLayer() function in sdm::HWCDisplay
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_session.h123 static int32_t CreateLayer(hwc2_device_t *device, hwc2_display_t display,
Dhwc_session.cpp322 int32_t HWCSession::CreateLayer(hwc2_device_t *device, hwc2_display_t display, in CreateLayer() function in sdm::HWCSession
331 return CallDisplayFunction(device, display, &HWCDisplay::CreateLayer, out_layer_id); in CreateLayer()
730 case HWC2::FunctionDescriptor::CreateLayer: in GetFunction()
731 return AsFP<HWC2_PFN_CREATE_LAYER>(CreateLayer); in GetFunction()
Dhwc_display.h201 virtual HWC2::Error CreateLayer(hwc2_layer_t *out_layer_id);
Dhwc_display.cpp412 HWC2::Error HWCDisplay::CreateLayer(hwc2_layer_t *out_layer_id) { in CreateLayer() function in sdm::HWCDisplay
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_session.h150 static int32_t CreateLayer(hwc2_device_t *device, hwc2_display_t display,
Dhwc_session.cpp344 int32_t HWCSession::CreateLayer(hwc2_device_t *device, hwc2_display_t display, in CreateLayer() function in sdm::HWCSession
350 return CallDisplayFunction(device, display, &HWCDisplay::CreateLayer, out_layer_id); in CreateLayer()
1045 case HWC2::FunctionDescriptor::CreateLayer: in GetFunction()
1046 return AsFP<HWC2_PFN_CREATE_LAYER>(CreateLayer); in GetFunction()
Dhwc_display.h355 virtual HWC2::Error CreateLayer(hwc2_layer_t *out_layer_id);
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display.h296 virtual HWC2::Error CreateLayer(hwc2_layer_t *out_layer_id);
Dhwc_session.h187 static int32_t CreateLayer(hwc2_device_t *device, hwc2_display_t display,
Dhwc_session.cpp478 int32_t HWCSession::CreateLayer(hwc2_device_t *device, hwc2_display_t display, in CreateLayer() function in sdm::HWCSession
484 return CallDisplayFunction(device, display, &HWCDisplay::CreateLayer, out_layer_id); in CreateLayer()
1254 case HWC2::FunctionDescriptor::CreateLayer: in GetFunction()
1255 return AsFP<HWC2_PFN_CREATE_LAYER>(CreateLayer); in GetFunction()
/hardware/libhardware/include/hardware/
Dhwcomposer2.h786 CreateLayer = HWC2_FUNCTION_CREATE_LAYER, enumerator
/hardware/interfaces/graphics/composer/2.1/vts/functional/
DVtsHalGraphicsComposerV2_1TargetTest.cpp221 TEST_F(GraphicsComposerHidlTest, CreateLayer) { in TEST_F() argument

12