Home
last modified time | relevance | path

Searched defs:buf_fd (Results 1 – 2 of 2) 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() local
320 int buf_fd = adf_interface_simple_buffer_alloc(intf, w, h, format, &offset, in TEST_F() local
/system/core/adf/libadf/
Dadf.c425 __u32 w, __u32 h, __u32 format, int buf_fd, __u32 offset, in adf_interface_simple_post()