/hardware/qcom/display/msm8909/gralloc/ |
D | gr_buf_descriptor.h | 69 void SetLayerCount(uint32_t layer_count) { layer_count_ = layer_count; } in SetLayerCount() function
|
D | gr_device_impl.cpp | 135 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()
|
D | gr_device_impl.h | 79 static gralloc1_error_t SetLayerCount(gralloc1_device_t *device,
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_buf_descriptor.h | 68 void SetLayerCount(uint32_t layer_count) { layer_count_ = layer_count; } in SetLayerCount() function
|
D | gr_device_impl.cpp | 142 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()
|
D | gr_device_impl.h | 79 static gralloc1_error_t SetLayerCount(gralloc1_device_t *device,
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_buf_descriptor.h | 68 void SetLayerCount(uint32_t layer_count) { layer_count_ = layer_count; } in SetLayerCount() function
|
D | gr_device_impl.cpp | 136 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()
|
D | gr_device_impl.h | 79 static gralloc1_error_t SetLayerCount(gralloc1_device_t *device,
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_buf_descriptor.h | 69 void SetLayerCount(uint32_t layer_count) { layer_count_ = layer_count; } in SetLayerCount() function
|
D | gr_device_impl.cpp | 135 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()
|
D | gr_device_impl.h | 79 static gralloc1_error_t SetLayerCount(gralloc1_device_t *device,
|
/hardware/qcom/sm8150/display/gralloc/ |
D | gr_buf_descriptor.h | 83 void SetLayerCount(uint32_t layer_count) { layer_count_ = layer_count; } in SetLayerCount() function
|
D | gr_device_impl.h | 79 static gralloc1_error_t SetLayerCount(gralloc1_device_t *device,
|
D | gr_device_impl.cpp | 212 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/ |
D | gr_buf_descriptor.h | 83 void SetLayerCount(uint32_t layer_count) { layer_count_ = layer_count; } in SetLayerCount() function
|
D | gr_device_impl.h | 79 static gralloc1_error_t SetLayerCount(gralloc1_device_t *device,
|
D | gr_device_impl.cpp | 212 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/ |
D | QCamera3StreamMem.cpp | 592 m_grallocInterface.SetLayerCount = reinterpret_cast<GRALLOC1_PFN_SET_LAYER_COUNT>( in NativeBufferInterface() 649 m_grallocInterface.SetLayerCount(m_pGralloc1Device,desc, 1); in GetGrallocBufferStride()
|
D | QCamera3StreamMem.h | 117 int32_t (*SetLayerCount)( member
|