Home
last modified time | relevance | path

Searched refs:MAX_FDS (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gchips/gralloc4/src/
Dmali_gralloc_buffer.h56 #define MAX_FDS 4 macro
61 #define MAX_BUFFER_FDS MAX_FDS - 1
173 int fds[MAX_FDS];
265 int _fds[MAX_FDS], int _fd_count, in private_handle_t()
354 if (fd_count <= 0 || fd_count > MAX_FDS) in get_share_attr_fd_index()
Dmali_gralloc_buffer4.h56 #define MAX_FDS 4 macro
61 #define MAX_BUFFER_FDS MAX_FDS - 1
173 int fds[MAX_FDS];
265 int _fds[MAX_FDS], int _fd_count, in private_handle_t()
354 if (fd_count <= 0 || fd_count > MAX_FDS) in get_share_attr_fd_index()
/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_reference.cpp67 if (hnd->fd_count < 0 || hnd->fd_count > MAX_FDS) { in dmabuf_sanity_check()
72 int valid_fd_count = std::find(hnd->fds, hnd->fds + MAX_FDS, -1) - hnd->fds; in dmabuf_sanity_check()
/hardware/google/gchips/gralloc4/src/allocator/
Dmali_gralloc_ion.cpp376 assert(bufDescriptor->fd_count <= MAX_FDS); in mali_gralloc_ion_allocate()