Home
last modified time | relevance | path

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

12

/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/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/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()
/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/sm8150/display/sdm/libs/hwc2/
Dhwc_session.h175 static int32_t CreateLayer(hwc2_device_t *device, hwc2_display_t display,
Dhwc_display.h326 virtual HWC2::Error CreateLayer(hwc2_layer_t *out_layer_id);
Dhwc_session.cpp487 int32_t HWCSession::CreateLayer(hwc2_device_t *device, hwc2_display_t display, in CreateLayer() function in sdm::HWCSession
493 return CallDisplayFunction(device, display, &HWCDisplay::CreateLayer, out_layer_id); in CreateLayer()
1426 case HWC2::FunctionDescriptor::CreateLayer: in GetFunction()
1427 return AsFP<HWC2_PFN_CREATE_LAYER>(CreateLayer); in GetFunction()
/hardware/libhardware/include_all/hardware/
Dhwcomposer2.h881 CreateLayer = HWC2_FUNCTION_CREATE_LAYER, enumerator
/hardware/qcom/sm7250/display/composer/
Dhwc_display.h422 virtual HWC2::Error CreateLayer(hwc2_layer_t *out_layer_id);
Dhwc_session.h212 int32_t CreateLayer(hwc2_display_t display, hwc2_layer_t *out_layer_id);
Dhwc_session.cpp490 int32_t HWCSession::CreateLayer(hwc2_display_t display, in CreateLayer() function in sdm::HWCSession
496 return CallDisplayFunction(display, &HWCDisplay::CreateLayer, out_layer_id); in CreateLayer()
/hardware/libhardware/include/hardware/
Dhwcomposer2.h881 CreateLayer = HWC2_FUNCTION_CREATE_LAYER, enumerator
/hardware/interfaces/graphics/composer/2.1/vts/functional/
DVtsHalGraphicsComposerV2_1TargetTest.cpp202 TEST_P(GraphicsComposerHidlTest, CreateLayer) { in TEST_P() argument

12