Home
last modified time | relevance | path

Searched refs:GRALLOC1_ERROR_NONE (Results 1 – 25 of 29) sorted by relevance

12

/aosp12/hardware/google/gchips/gralloc3/src/
H A Dmali_gralloc_bufferdescriptor.cpp85 return GRALLOC1_ERROR_NONE; in mali_gralloc_create_descriptor_internal()
98 return GRALLOC1_ERROR_NONE; in mali_gralloc_destroy_descriptor_internal()
112 return GRALLOC1_ERROR_NONE; in mali_gralloc_set_dimensions_internal()
131 return GRALLOC1_ERROR_NONE; in mali_gralloc_set_format_internal()
144 return GRALLOC1_ERROR_NONE; in mali_gralloc_set_producerusage_internal()
157 return GRALLOC1_ERROR_NONE; in mali_gralloc_set_consumerusage_internal()
176 return GRALLOC1_ERROR_NONE; in mali_gralloc_get_backing_store_internal()
194 return GRALLOC1_ERROR_NONE; in mali_gralloc_get_consumer_usage_internal()
213 return GRALLOC1_ERROR_NONE; in mali_gralloc_get_dimensions_internal()
231 return GRALLOC1_ERROR_NONE; in mali_gralloc_get_format_internal()
[all …]
H A Dmali_gralloc_private_interface.cpp53 return GRALLOC1_ERROR_NONE; in mali_gralloc_private_get_buff_int_fmt()
73 return GRALLOC1_ERROR_NONE; in mali_gralloc_private_get_buff_fd()
95 return GRALLOC1_ERROR_NONE; in mali_gralloc_private_get_buff_int_dims()
115 return GRALLOC1_ERROR_NONE; in mali_gralloc_private_get_buff_offset()
136 return GRALLOC1_ERROR_NONE; in mali_gralloc_private_get_buff_bytestride()
157 return GRALLOC1_ERROR_NONE; in mali_gralloc_private_get_buff_yuvinfo()
177 return GRALLOC1_ERROR_NONE; in mali_gralloc_private_get_buff_size()
197 return GRALLOC1_ERROR_NONE; in mali_gralloc_private_get_buff_flags()
218 return GRALLOC1_ERROR_NONE; in mali_gralloc_private_get_buff_min_page_size()
253 return GRALLOC1_ERROR_NONE; in mali_gralloc_private_get_attr_param()
[all …]
H A Dmali_gralloc_public_interface.cpp155 if (ret == GRALLOC1_ERROR_NONE) in mali_gralloc_get_stride()
205 return GRALLOC1_ERROR_NONE; in mali_gralloc_allocate()
224 return GRALLOC1_ERROR_NONE; in mali_gralloc_retain()
237 return GRALLOC1_ERROR_NONE; in mali_gralloc_release()
278 return GRALLOC1_ERROR_NONE; in mali_gralloc1_get_num_flex_planes()
347 return GRALLOC1_ERROR_NONE; in mali_gralloc1_lock_async()
418 return GRALLOC1_ERROR_NONE; in mali_gralloc1_lock_flex_async()
459 return GRALLOC1_ERROR_NONE; in mali_gralloc1_unlock_async()
551 return GRALLOC1_ERROR_NONE; in mali_gralloc1_validate_buffer_size()
580 return GRALLOC1_ERROR_NONE; in mali_gralloc1_get_transport_size()
[all …]
/aosp12/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
H A DGralloc1On0Adapter.h118 return GRALLOC1_ERROR_NONE; in setDimensions()
123 return GRALLOC1_ERROR_NONE; in setFormat()
128 return GRALLOC1_ERROR_NONE; in setLayerCount()
133 return GRALLOC1_ERROR_NONE; in setProducerUsage()
138 return GRALLOC1_ERROR_NONE; in setConsumerUsage()
215 return GRALLOC1_ERROR_NONE; in getBackingStore()
221 return GRALLOC1_ERROR_NONE; in getConsumerUsage()
228 return GRALLOC1_ERROR_NONE; in getDimensions()
233 return GRALLOC1_ERROR_NONE; in getFormat()
238 return GRALLOC1_ERROR_NONE; in getLayerCount()
[all …]
H A DGralloc1On0Adapter.cpp211 return GRALLOC1_ERROR_NONE; in createDescriptor()
225 return GRALLOC1_ERROR_NONE; in destroyDescriptor()
285 return GRALLOC1_ERROR_NONE; in allocate()
336 return GRALLOC1_ERROR_NONE; in retain()
344 return GRALLOC1_ERROR_NONE; in release()
363 return GRALLOC1_ERROR_NONE; in release()
374 return GRALLOC1_ERROR_NONE; in retain()
421 return GRALLOC1_ERROR_NONE; in retain()
468 return GRALLOC1_ERROR_NONE; in lock()
513 return GRALLOC1_ERROR_NONE; in lockFlex()
[all …]
/aosp12/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_device_impl.cpp192 return GRALLOC1_ERROR_NONE; in Dump()
203 return GRALLOC1_ERROR_NONE; in CheckDeviceAndHandle()
295 return GRALLOC1_ERROR_NONE; in GetBackingStore()
301 if (status == GRALLOC1_ERROR_NONE) { in GetConsumerUsage()
311 if (status == GRALLOC1_ERROR_NONE) { in GetBufferDimensions()
323 if (status == GRALLOC1_ERROR_NONE) { in GetColorFormat()
333 if (status == GRALLOC1_ERROR_NONE) { in GetLayerCount()
343 if (status == GRALLOC1_ERROR_NONE) { in GetProducerUsage()
536 err = GRALLOC1_ERROR_NONE; in getTransportSize()
560 if (error != GRALLOC1_ERROR_NONE) { in importBuffer()
[all …]
H A Dgr_buf_mgr.cpp65 return GRALLOC1_ERROR_NONE; in CreateBufferDescriptor()
76 return GRALLOC1_ERROR_NONE; in DestroyBufferDescriptor()
210 return GRALLOC1_ERROR_NONE; in FreeBuffer()
237 return GRALLOC1_ERROR_NONE; in ImportHandleLocked()
272 return GRALLOC1_ERROR_NONE; in MapBuffer()
309 return GRALLOC1_ERROR_NONE; in ReleaseBuffer()
741 return GRALLOC1_ERROR_NONE; in Perform()
772 return GRALLOC1_ERROR_NONE; in GetNumFlexPlanes()
813 return GRALLOC1_ERROR_NONE; in GetFlexLayout()
835 return GRALLOC1_ERROR_NONE; in Dump()
[all …]
H A Dgr_buf_mgr.h66 return GRALLOC1_ERROR_NONE; in CallBufferDescriptorFunction()
/aosp12/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_device_impl.cpp210 return GRALLOC1_ERROR_NONE; in Dump()
221 return GRALLOC1_ERROR_NONE; in CheckDeviceAndHandle()
313 return GRALLOC1_ERROR_NONE; in GetBackingStore()
319 if (status == GRALLOC1_ERROR_NONE) { in GetConsumerUsage()
329 if (status == GRALLOC1_ERROR_NONE) { in GetBufferDimensions()
341 if (status == GRALLOC1_ERROR_NONE) { in GetColorFormat()
351 if (status == GRALLOC1_ERROR_NONE) { in GetLayerCount()
361 if (status == GRALLOC1_ERROR_NONE) { in GetProducerUsage()
555 err = GRALLOC1_ERROR_NONE; in getTransportSize()
579 if (error != GRALLOC1_ERROR_NONE) { in importBuffer()
[all …]
H A Dgr_buf_mgr.cpp65 return GRALLOC1_ERROR_NONE; in CreateBufferDescriptor()
76 return GRALLOC1_ERROR_NONE; in DestroyBufferDescriptor()
217 return GRALLOC1_ERROR_NONE; in FreeBuffer()
248 return GRALLOC1_ERROR_NONE; in ImportHandleLocked()
270 return GRALLOC1_ERROR_NONE; in MapBuffer()
301 return GRALLOC1_ERROR_NONE; in ReleaseBuffer()
733 return GRALLOC1_ERROR_NONE; in Perform()
764 return GRALLOC1_ERROR_NONE; in GetNumFlexPlanes()
805 return GRALLOC1_ERROR_NONE; in GetFlexLayout()
827 return GRALLOC1_ERROR_NONE; in Dump()
[all …]
H A Dgr_buf_mgr.h66 return GRALLOC1_ERROR_NONE; in CallBufferDescriptorFunction()
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc1/
H A Dgr_device_impl.cpp197 return GRALLOC1_ERROR_NONE; in Dump()
208 return GRALLOC1_ERROR_NONE; in CheckDeviceAndHandle()
300 return GRALLOC1_ERROR_NONE; in GetBackingStore()
306 if (status == GRALLOC1_ERROR_NONE) { in GetConsumerUsage()
316 if (status == GRALLOC1_ERROR_NONE) { in GetBufferDimensions()
328 if (status == GRALLOC1_ERROR_NONE) { in GetColorFormat()
338 if (status == GRALLOC1_ERROR_NONE) { in GetLayerCount()
352 if (status == GRALLOC1_ERROR_NONE) { in GetProducerUsage()
367 if (status == GRALLOC1_ERROR_NONE) { in GetBufferStride()
394 if (status == GRALLOC1_ERROR_NONE) { in RetainBuffer()
[all …]
H A Dgr_buf_mgr.cpp64 return GRALLOC1_ERROR_NONE; in CreateBufferDescriptor()
75 return GRALLOC1_ERROR_NONE; in DestroyBufferDescriptor()
213 return GRALLOC1_ERROR_NONE; in FreeBuffer()
240 return GRALLOC1_ERROR_NONE; in ImportHandleLocked()
262 return GRALLOC1_ERROR_NONE; in MapBuffer()
275 if (err == GRALLOC1_ERROR_NONE) { in RetainBuffer()
300 return GRALLOC1_ERROR_NONE; in ReleaseBuffer()
830 return GRALLOC1_ERROR_NONE; in Perform()
863 return GRALLOC1_ERROR_NONE; in GetNumFlexPlanes()
904 return GRALLOC1_ERROR_NONE; in GetFlexLayout()
[all …]
H A Dgr_buf_mgr.h64 return GRALLOC1_ERROR_NONE; in CallBufferDescriptorFunction()
/aosp12/hardware/qcom/display/msm8909/gralloc/
H A Dgr_device_impl.cpp197 return GRALLOC1_ERROR_NONE; in Dump()
208 return GRALLOC1_ERROR_NONE; in CheckDeviceAndHandle()
300 return GRALLOC1_ERROR_NONE; in GetBackingStore()
306 if (status == GRALLOC1_ERROR_NONE) { in GetConsumerUsage()
316 if (status == GRALLOC1_ERROR_NONE) { in GetBufferDimensions()
328 if (status == GRALLOC1_ERROR_NONE) { in GetColorFormat()
338 if (status == GRALLOC1_ERROR_NONE) { in GetLayerCount()
352 if (status == GRALLOC1_ERROR_NONE) { in GetProducerUsage()
367 if (status == GRALLOC1_ERROR_NONE) { in GetBufferStride()
394 if (status == GRALLOC1_ERROR_NONE) { in RetainBuffer()
[all …]
H A Dgr_buf_mgr.cpp64 return GRALLOC1_ERROR_NONE; in CreateBufferDescriptor()
75 return GRALLOC1_ERROR_NONE; in DestroyBufferDescriptor()
219 return GRALLOC1_ERROR_NONE; in FreeBuffer()
246 return GRALLOC1_ERROR_NONE; in ImportHandleLocked()
268 return GRALLOC1_ERROR_NONE; in MapBuffer()
273 gralloc1_error_t err = GRALLOC1_ERROR_NONE; in RetainBuffer()
299 return GRALLOC1_ERROR_NONE; in ReleaseBuffer()
831 return GRALLOC1_ERROR_NONE; in Perform()
864 return GRALLOC1_ERROR_NONE; in GetNumFlexPlanes()
905 return GRALLOC1_ERROR_NONE; in GetFlexLayout()
[all …]
H A Dgr_buf_mgr.h64 return GRALLOC1_ERROR_NONE; in CallBufferDescriptorFunction()
/aosp12/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
H A DGralloc1Hal.h137 if (error != GRALLOC1_ERROR_NONE) { in freeBuffers()
197 case GRALLOC1_ERROR_NONE: in toError()
284 if (error == GRALLOC1_ERROR_NONE) { in createDescriptor()
287 if (error == GRALLOC1_ERROR_NONE) { in createDescriptor()
290 if (error == GRALLOC1_ERROR_NONE) { in createDescriptor()
297 if (error == GRALLOC1_ERROR_NONE) { in createDescriptor()
300 if (error == GRALLOC1_ERROR_NONE) { in createDescriptor()
304 if (error == GRALLOC1_ERROR_NONE) { in createDescriptor()
317 if (error != GRALLOC1_ERROR_NONE && error != GRALLOC1_ERROR_NOT_SHARED) { in allocateOneBuffer()
323 if (error != GRALLOC1_ERROR_NONE && error != GRALLOC1_ERROR_UNDEFINED) { in allocateOneBuffer()
/aosp12/hardware/qcom/sdm845/display/gralloc/
H A Dgr_device_impl.cpp100 return GRALLOC1_ERROR_NONE; in ToError()
161 return GRALLOC1_ERROR_NONE; in CreateBufferDescriptorLocked()
172 return GRALLOC1_ERROR_NONE; in DestroyBufferDescriptorLocked()
274 return GRALLOC1_ERROR_NONE; in Dump()
285 return GRALLOC1_ERROR_NONE; in CheckDeviceAndHandle()
374 return GRALLOC1_ERROR_NONE; in GetBackingStore()
380 if (status == GRALLOC1_ERROR_NONE) { in GetConsumerUsage()
390 if (status == GRALLOC1_ERROR_NONE) { in GetBufferDimensions()
402 if (status == GRALLOC1_ERROR_NONE) { in GetColorFormat()
551 return GRALLOC1_ERROR_NONE; in GetFlexLayout()
[all …]
H A Dgr_device_impl.h139 return GRALLOC1_ERROR_NONE; in CallBufferDescriptorFunction()
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A Dgr_device_impl.cpp100 return GRALLOC1_ERROR_NONE; in ToError()
161 return GRALLOC1_ERROR_NONE; in CreateBufferDescriptorLocked()
172 return GRALLOC1_ERROR_NONE; in DestroyBufferDescriptorLocked()
274 return GRALLOC1_ERROR_NONE; in Dump()
285 return GRALLOC1_ERROR_NONE; in CheckDeviceAndHandle()
372 if (status == GRALLOC1_ERROR_NONE) { in GetBackingStore()
387 if (status == GRALLOC1_ERROR_NONE) { in GetConsumerUsage()
401 if (status == GRALLOC1_ERROR_NONE) { in GetBufferDimensions()
417 if (status == GRALLOC1_ERROR_NONE) { in GetColorFormat()
570 return GRALLOC1_ERROR_NONE; in GetFlexLayout()
[all …]
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A Dgr_device_impl.cpp100 return GRALLOC1_ERROR_NONE; in ToError()
161 return GRALLOC1_ERROR_NONE; in CreateBufferDescriptorLocked()
172 return GRALLOC1_ERROR_NONE; in DestroyBufferDescriptorLocked()
285 return GRALLOC1_ERROR_NONE; in CheckDeviceAndHandle()
375 if (status == GRALLOC1_ERROR_NONE) { in GetBackingStore()
390 if (status == GRALLOC1_ERROR_NONE) { in GetConsumerUsage()
404 if (status == GRALLOC1_ERROR_NONE) { in GetBufferDimensions()
420 if (status == GRALLOC1_ERROR_NONE) { in GetColorFormat()
434 if (status == GRALLOC1_ERROR_NONE) { in GetLayerCount()
448 if (status == GRALLOC1_ERROR_NONE) { in GetProducerUsage()
[all …]
H A Dgr_device_impl.h139 return GRALLOC1_ERROR_NONE; in CallBufferDescriptorFunction()
/aosp12/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
H A DGralloc1Hal.h104 if (error != GRALLOC1_ERROR_NONE) { in importBuffer()
117 if (error == GRALLOC1_ERROR_NONE && !mCapabilities.releaseImplyDelete) { in freeBuffer()
133 if (error == GRALLOC1_ERROR_NONE) { in lock()
146 if (error != GRALLOC1_ERROR_NONE) { in lockYCbCr()
157 if (error == GRALLOC1_ERROR_NONE && !toYCbCrLayout(flex, outLayout)) { in lockYCbCr()
235 case GRALLOC1_ERROR_NONE: in toError()
/aosp12/hardware/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/
H A DGralloc1Hal.h53 if (error != GRALLOC1_ERROR_NONE) { in validateBufferSize()

12