Home
last modified time | relevance | path

Searched refs:SetLayerCount (Results 1 – 20 of 20) sorted by relevance

/hardware/qcom/display/msm8909/gralloc/
Dgr_buf_descriptor.h69 void SetLayerCount(uint32_t layer_count) { layer_count_ = layer_count; } in SetLayerCount() function
Dgr_device_impl.cpp135 return reinterpret_cast<gralloc1_function_pointer_t>(SetLayerCount); in GetFunction()
266 gralloc1_error_t GrallocImpl::SetLayerCount(gralloc1_device_t *device, in SetLayerCount() function in gralloc1::GrallocImpl
274 &BufferDescriptor::SetLayerCount, in SetLayerCount()
Dgr_device_impl.h79 static gralloc1_error_t SetLayerCount(gralloc1_device_t *device,
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_buf_descriptor.h68 void SetLayerCount(uint32_t layer_count) { layer_count_ = layer_count; } in SetLayerCount() function
Dgr_device_impl.cpp142 return reinterpret_cast<gralloc1_function_pointer_t>(SetLayerCount); in GetFunction()
279 gralloc1_error_t GrallocImpl::SetLayerCount(gralloc1_device_t *device, in SetLayerCount() function in gralloc1::GrallocImpl
287 &BufferDescriptor::SetLayerCount, in SetLayerCount()
540 descriptor.SetLayerCount(info->layerCount); in validateBufferSize()
Dgr_device_impl.h79 static gralloc1_error_t SetLayerCount(gralloc1_device_t *device,
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_buf_descriptor.h68 void SetLayerCount(uint32_t layer_count) { layer_count_ = layer_count; } in SetLayerCount() function
Dgr_device_impl.cpp136 return reinterpret_cast<gralloc1_function_pointer_t>(SetLayerCount); in GetFunction()
261 gralloc1_error_t GrallocImpl::SetLayerCount(gralloc1_device_t *device, in SetLayerCount() function in gralloc1::GrallocImpl
269 &BufferDescriptor::SetLayerCount, in SetLayerCount()
521 descriptor.SetLayerCount(info->layerCount); in validateBufferSize()
Dgr_device_impl.h79 static gralloc1_error_t SetLayerCount(gralloc1_device_t *device,
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_buf_descriptor.h69 void SetLayerCount(uint32_t layer_count) { layer_count_ = layer_count; } in SetLayerCount() function
Dgr_device_impl.cpp135 return reinterpret_cast<gralloc1_function_pointer_t>(SetLayerCount); in GetFunction()
266 gralloc1_error_t GrallocImpl::SetLayerCount(gralloc1_device_t *device, in SetLayerCount() function in gralloc1::GrallocImpl
274 &BufferDescriptor::SetLayerCount, in SetLayerCount()
Dgr_device_impl.h79 static gralloc1_error_t SetLayerCount(gralloc1_device_t *device,
/hardware/qcom/sm8150/display/gralloc/
Dgr_buf_descriptor.h83 void SetLayerCount(uint32_t layer_count) { layer_count_ = layer_count; } in SetLayerCount() function
Dgr_device_impl.h79 static gralloc1_error_t SetLayerCount(gralloc1_device_t *device,
Dgr_device_impl.cpp212 return reinterpret_cast<gralloc1_function_pointer_t>(SetLayerCount); in GetFunction()
341 gralloc1_error_t GrallocImpl::SetLayerCount(gralloc1_device_t *device, in SetLayerCount() function in gralloc::GrallocImpl
348 return dev->CallBufferDescriptorFunction(descriptor, &BufferDescriptor::SetLayerCount, in SetLayerCount()
/hardware/qcom/sdm845/display/gralloc/
Dgr_buf_descriptor.h83 void SetLayerCount(uint32_t layer_count) { layer_count_ = layer_count; } in SetLayerCount() function
Dgr_device_impl.h79 static gralloc1_error_t SetLayerCount(gralloc1_device_t *device,
Dgr_device_impl.cpp212 return reinterpret_cast<gralloc1_function_pointer_t>(SetLayerCount); in GetFunction()
341 gralloc1_error_t GrallocImpl::SetLayerCount(gralloc1_device_t *device, in SetLayerCount() function in gralloc::GrallocImpl
348 return dev->CallBufferDescriptorFunction(descriptor, &BufferDescriptor::SetLayerCount, in SetLayerCount()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3StreamMem.cpp592 m_grallocInterface.SetLayerCount = reinterpret_cast<GRALLOC1_PFN_SET_LAYER_COUNT>( in NativeBufferInterface()
649 m_grallocInterface.SetLayerCount(m_pGralloc1Device,desc, 1); in GetGrallocBufferStride()
DQCamera3StreamMem.h117 int32_t (*SetLayerCount)( member