Home
last modified time | relevance | path

Searched refs:DestroyLayer (Results 1 – 25 of 28) sorted by relevance

12

/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_session.h93 static int32_t DestroyLayer(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer);
Dhwc_display.h175 virtual HWC2::Error DestroyLayer(hwc2_layer_t layer_id);
Dhwc_session.cpp255 int32_t HWCSession::DestroyLayer(hwc2_device_t *device, hwc2_display_t display, in DestroyLayer() function in sdm::HWCSession
258 return CallDisplayFunction(device, display, &HWCDisplay::DestroyLayer, layer); in DestroyLayer()
610 case HWC2::FunctionDescriptor::DestroyLayer: in GetFunction()
611 return AsFP<HWC2_PFN_DESTROY_LAYER>(DestroyLayer); in GetFunction()
Dhwc_display.cpp303 HWC2::Error HWCDisplay::DestroyLayer(hwc2_layer_t layer_id) { in DestroyLayer() function in sdm::HWCDisplay
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_session.h94 static int32_t DestroyLayer(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer);
Dhwc_display.h190 virtual HWC2::Error DestroyLayer(hwc2_layer_t layer_id);
Dhwc_session.cpp272 int32_t HWCSession::DestroyLayer(hwc2_device_t *device, hwc2_display_t display, in DestroyLayer() function in sdm::HWCSession
275 return CallDisplayFunction(device, display, &HWCDisplay::DestroyLayer, layer); in DestroyLayer()
628 case HWC2::FunctionDescriptor::DestroyLayer: in GetFunction()
629 return AsFP<HWC2_PFN_DESTROY_LAYER>(DestroyLayer); in GetFunction()
Dhwc_display.cpp433 HWC2::Error HWCDisplay::DestroyLayer(hwc2_layer_t layer_id) { in DestroyLayer() function in sdm::HWCDisplay
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwcomposer.cpp94 void DestroyLayer(hwc2_layer_t layer) { in DestroyLayer() function in __anon10e974fd0111::DummyDisplay
290 iter->second.DestroyLayer(layer); in Hwc2ImplDestroyLayer()
Dhwc_session.h138 static int32_t DestroyLayer(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer);
Dhwc_display.h203 virtual HWC2::Error DestroyLayer(hwc2_layer_t layer_id);
Dhwc_session.cpp360 int32_t HWCSession::DestroyLayer(hwc2_device_t *device, hwc2_display_t display, in DestroyLayer() function in sdm::HWCSession
362 return CallDisplayFunction(device, display, &HWCDisplay::DestroyLayer, layer); in DestroyLayer()
779 case HWC2::FunctionDescriptor::DestroyLayer: in GetFunction()
780 return AsFP<HWC2_PFN_DESTROY_LAYER>(DestroyLayer); in GetFunction()
Dhwc_display.cpp447 HWC2::Error HWCDisplay::DestroyLayer(hwc2_layer_t layer_id) { in DestroyLayer() function in sdm::HWCDisplay
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_session.h127 static int32_t DestroyLayer(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer);
Dhwc_session.cpp358 int32_t HWCSession::DestroyLayer(hwc2_device_t *device, hwc2_display_t display, in DestroyLayer() function in sdm::HWCSession
364 return CallDisplayFunction(device, display, &HWCDisplay::DestroyLayer, layer); in DestroyLayer()
734 case HWC2::FunctionDescriptor::DestroyLayer: in GetFunction()
735 return AsFP<HWC2_PFN_DESTROY_LAYER>(DestroyLayer); in GetFunction()
Dhwc_display.h202 virtual HWC2::Error DestroyLayer(hwc2_layer_t layer_id);
Dhwc_display.cpp431 HWC2::Error HWCDisplay::DestroyLayer(hwc2_layer_t layer_id) { in DestroyLayer() function in sdm::HWCDisplay
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_session.h154 static int32_t DestroyLayer(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer);
Dhwc_session.cpp377 int32_t HWCSession::DestroyLayer(hwc2_device_t *device, hwc2_display_t display, in DestroyLayer() function in sdm::HWCSession
379 return CallDisplayFunction(device, display, &HWCDisplay::DestroyLayer, layer); in DestroyLayer()
1049 case HWC2::FunctionDescriptor::DestroyLayer: in GetFunction()
1050 return AsFP<HWC2_PFN_DESTROY_LAYER>(DestroyLayer); in GetFunction()
Dhwc_display.h356 virtual HWC2::Error DestroyLayer(hwc2_layer_t layer_id);
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display.h297 virtual HWC2::Error DestroyLayer(hwc2_layer_t layer_id);
Dhwc_session.h191 static int32_t DestroyLayer(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer);
Dhwc_session.cpp508 int32_t HWCSession::DestroyLayer(hwc2_device_t *device, hwc2_display_t display, in DestroyLayer() function in sdm::HWCSession
510 return CallDisplayFunction(device, display, &HWCDisplay::DestroyLayer, layer); in DestroyLayer()
1258 case HWC2::FunctionDescriptor::DestroyLayer: in GetFunction()
1259 return AsFP<HWC2_PFN_DESTROY_LAYER>(DestroyLayer); in GetFunction()
Dhwc_display.cpp618 HWC2::Error HWCDisplay::DestroyLayer(hwc2_layer_t layer_id) { in DestroyLayer() function in sdm::HWCDisplay
/hardware/libhardware/include/hardware/
Dhwcomposer2.h788 DestroyLayer = HWC2_FUNCTION_DESTROY_LAYER, enumerator

12