Home
last modified time | relevance | path

Searched refs:tmp_fd (Results 1 – 2 of 2) sorted by relevance

/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_ion.cpp480 int tmp_fd; in mali_gralloc_ion_allocate() local
484 tmp_fd = dup(shared_fd); in mali_gralloc_ion_allocate()
486 if (tmp_fd < 0) in mali_gralloc_ion_allocate()
495 tmp_fd = shared_fd; in mali_gralloc_ion_allocate()
500 … bufDescriptor->consumer_usage, bufDescriptor->producer_usage, tmp_fd, bufDescriptor->hal_format, in mali_gralloc_ion_allocate()
/device/linaro/hikey/gralloc960/
Dmali_gralloc_ion.cpp540 int tmp_fd; in mali_gralloc_ion_allocate() local
544 tmp_fd = dup(shared_fd); in mali_gralloc_ion_allocate()
546 if (tmp_fd < 0) in mali_gralloc_ion_allocate()
555 tmp_fd = shared_fd; in mali_gralloc_ion_allocate()
560 … bufDescriptor->consumer_usage, bufDescriptor->producer_usage, tmp_fd, bufDescriptor->hal_format, in mali_gralloc_ion_allocate()