Home
last modified time | relevance | path

Searched refs:adf_interface_simple_buffer_alloc (Results 1 – 3 of 3) sorted by relevance

/system/core/adf/libadf/tests/
Dadf_test.cpp295 int buf_fd = adf_interface_simple_buffer_alloc(intf, w, h, format, &offset, in TEST_F()
302 buf_fd = adf_interface_simple_buffer_alloc(intf, w, h, 0xDEADBEEF, &offset, in TEST_F()
320 int buf_fd = adf_interface_simple_buffer_alloc(intf, w, h, format, &offset, in TEST_F()
/system/core/adf/libadf/include/adf/
Dadf.h154 int adf_interface_simple_buffer_alloc(int fd, __u32 w, __u32 h,
/system/core/adf/libadf/
Dadf.c405 int adf_interface_simple_buffer_alloc(int fd, __u32 w, __u32 h, in adf_interface_simple_buffer_alloc() function