/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
D | hwc_display.h | 178 virtual HWC2::Error GetReleaseFences(uint32_t *out_num_elements, hwc2_layer_t *out_layers,
|
D | hwc_session.cpp | 388 static int32_t GetReleaseFences(hwc2_device_t *device, hwc2_display_t display, in GetReleaseFences() function 391 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::GetReleaseFences, in GetReleaseFences() 640 case HWC2::FunctionDescriptor::GetReleaseFences: in GetFunction() 641 return AsFP<HWC2_PFN_GET_RELEASE_FENCES>(GetReleaseFences); in GetFunction()
|
D | hwc_display.cpp | 817 HWC2::Error HWCDisplay::GetReleaseFences(uint32_t *out_num_elements, hwc2_layer_t *out_layers, in BuildLayerStack() function in sdm::HWCDisplay
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
D | hwc_session.cpp | 499 static int32_t GetReleaseFences(hwc2_device_t *device, hwc2_display_t display, in GetReleaseFences() function 502 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::GetReleaseFences, in GetReleaseFences() 764 case HWC2::FunctionDescriptor::GetReleaseFences: in GetFunction() 765 return AsFP<HWC2_PFN_GET_RELEASE_FENCES>(GetReleaseFences); in GetFunction()
|
D | hwc_display.h | 205 virtual HWC2::Error GetReleaseFences(uint32_t *out_num_elements, hwc2_layer_t *out_layers,
|
D | hwc_display.cpp | 1028 HWC2::Error HWCDisplay::GetReleaseFences(uint32_t *out_num_elements, hwc2_layer_t *out_layers, in BuildLayerStack() function in sdm::HWCDisplay
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | hwc_display.h | 206 virtual HWC2::Error GetReleaseFences(uint32_t *out_num_elements, hwc2_layer_t *out_layers,
|
D | hwc_session.cpp | 494 static int32_t GetReleaseFences(hwc2_device_t *device, hwc2_display_t display, in GetReleaseFences() function 497 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::GetReleaseFences, in GetReleaseFences() 809 case HWC2::FunctionDescriptor::GetReleaseFences: in GetFunction() 810 return AsFP<HWC2_PFN_GET_RELEASE_FENCES>(GetReleaseFences); in GetFunction()
|
D | hwc_display.cpp | 1092 HWC2::Error HWCDisplay::GetReleaseFences(uint32_t *out_num_elements, hwc2_layer_t *out_layers, in BuildLayerStack() function in sdm::HWCDisplay
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_display.h | 193 virtual HWC2::Error GetReleaseFences(uint32_t *out_num_elements, hwc2_layer_t *out_layers,
|
D | hwc_session.cpp | 404 static int32_t GetReleaseFences(hwc2_device_t *device, hwc2_display_t display, in GetReleaseFences() function 407 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::GetReleaseFences, in GetReleaseFences() 658 case HWC2::FunctionDescriptor::GetReleaseFences: in GetFunction() 659 return AsFP<HWC2_PFN_GET_RELEASE_FENCES>(GetReleaseFences); in GetFunction()
|
D | hwc_display.cpp | 1034 HWC2::Error HWCDisplay::GetReleaseFences(uint32_t *out_num_elements, hwc2_layer_t *out_layers, in BuildLayerStack() function in sdm::HWCDisplay
|
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_display.h | 330 virtual HWC2::Error GetReleaseFences(uint32_t *out_num_elements, hwc2_layer_t *out_layers,
|
D | hwc_session.cpp | 799 static int32_t GetReleaseFences(hwc2_device_t *device, hwc2_display_t display, in GetReleaseFences() function 802 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::GetReleaseFences, in GetReleaseFences() 1460 case HWC2::FunctionDescriptor::GetReleaseFences: in GetFunction() 1461 return AsFP<HWC2_PFN_GET_RELEASE_FENCES>(GetReleaseFences); in GetFunction()
|
D | hwc_display.cpp | 1641 HWC2::Error HWCDisplay::GetReleaseFences(uint32_t *out_num_elements, hwc2_layer_t *out_layers, in GetReleaseFences() function in sdm::HWCDisplay
|
/hardware/libhardware/include_all/hardware/ |
D | hwcomposer2.h | 898 GetReleaseFences = HWC2_FUNCTION_GET_RELEASE_FENCES, enumerator
|
/hardware/qcom/sm7250/display/composer/ |
D | hwc_display.h | 427 virtual HWC2::Error GetReleaseFences(uint32_t *out_num_elements, hwc2_layer_t *out_layers,
|
D | hwc_session.h | 274 int32_t GetReleaseFences(hwc2_display_t display, uint32_t *out_num_elements,
|
D | QtiComposerClient.cpp | 1533 err = mClient.hwc_session_->GetReleaseFences(display, &count, nullptr, nullptr); in presentDisplay() 1541 err = mClient.hwc_session_->GetReleaseFences(display, &count, layers.data(), &releaseFences); in presentDisplay()
|
D | hwc_session.cpp | 761 int32_t HWCSession::GetReleaseFences(hwc2_display_t display, uint32_t *out_num_elements, in GetReleaseFences() function in sdm::HWCSession 764 return CallDisplayFunction(display, &HWCDisplay::GetReleaseFences, out_num_elements, out_layers, in GetReleaseFences()
|
D | hwc_display.cpp | 1536 HWC2::Error HWCDisplay::GetReleaseFences(uint32_t *out_num_elements, hwc2_layer_t *out_layers, in GetReleaseFences() function in sdm::HWCDisplay
|
/hardware/libhardware/include/hardware/ |
D | hwcomposer2.h | 898 GetReleaseFences = HWC2_FUNCTION_GET_RELEASE_FENCES, enumerator
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/ |
D | HWC2On1Adapter.cpp | 214 case FunctionDescriptor::GetReleaseFences: in doGetFunction()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | HWC2On1Adapter.cpp | 252 case FunctionDescriptor::GetReleaseFences: in doGetFunction()
|