Home
last modified time | relevance | path

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

/system/core/deprecated-adf/libadf/tests/
Dadf_test.cpp133 buf_fd = adf_interface_simple_buffer_alloc(intf, w, h, format, &offset, in drawCheckerboard()
316 int buf_fd = adf_interface_simple_buffer_alloc(intf, w, h, format, &offset, in TEST_F()
323 buf_fd = adf_interface_simple_buffer_alloc(intf, w, h, 0xDEADBEEF, &offset, in TEST_F()
/system/core/deprecated-adf/libadf/include/adf/
Dadf.h177 int adf_interface_simple_buffer_alloc(int fd, __u32 w, __u32 h,
/system/core/deprecated-adf/libadf/
Dadf.cpp362 int adf_interface_simple_buffer_alloc(int fd, __u32 w, __u32 h, in adf_interface_simple_buffer_alloc() function