Home
last modified time | relevance | path

Searched refs:GetReadbackBufferAttributes (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_session.h174 static int32_t GetReadbackBufferAttributes(hwc2_device_t *device, hwc2_display_t display,
Dhwc_session.cpp1133 case HWC2::FunctionDescriptor::GetReadbackBufferAttributes: in GetFunction()
1134 return AsFP<HWC2_PFN_GET_READBACK_BUFFER_ATTRIBUTES>(HWCSession::GetReadbackBufferAttributes); in GetFunction()
2296 int32_t HWCSession::GetReadbackBufferAttributes(hwc2_device_t *device, hwc2_display_t display, in GetReadbackBufferAttributes() function in sdm::HWCSession
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_session.h211 static int32_t GetReadbackBufferAttributes(hwc2_device_t *device, hwc2_display_t display,
Dhwc_session.cpp1342 case HWC2::FunctionDescriptor::GetReadbackBufferAttributes: in GetFunction()
1343 return AsFP<HWC2_PFN_GET_READBACK_BUFFER_ATTRIBUTES>(HWCSession::GetReadbackBufferAttributes); in GetFunction()
3228 int32_t HWCSession::GetReadbackBufferAttributes(hwc2_device_t *device, hwc2_display_t display, in GetReadbackBufferAttributes() function in sdm::HWCSession
/hardware/libhardware/include/hardware/
Dhwcomposer2.h832 GetReadbackBufferAttributes = HWC2_FUNCTION_GET_READBACK_BUFFER_ATTRIBUTES, enumerator