Searched refs:lrc (Results 1 – 1 of 1) sorted by relevance
58 int lrc = 0; in buffer_allocate() local74 lrc = ioctl(p_buffer->ion_fd, ION_IOC_ALLOC, &p_buffer->alloc); in buffer_allocate()75 if (lrc < 0) { in buffer_allocate()82 lrc = ioctl(p_buffer->ion_fd, ION_IOC_SHARE, in buffer_allocate()84 if (lrc < 0) { in buffer_allocate()125 int lrc = 0; in buffer_deallocate() local129 lrc = munmap(p_buffer->addr, lsize); in buffer_deallocate()137 return lrc; in buffer_deallocate()154 int lrc = 0; in buffer_invalidate() local167 lrc = ioctl(p_buffer->ion_fd, ION_IOC_CUSTOM, &custom_data); in buffer_invalidate()[all …]