Home
last modified time | relevance | path

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

/system/core/deprecated-adf/libadf/include/adf/
Dadf.h271 int adf_read_event(int fd, struct adf_event **event);
/system/core/deprecated-adf/libadfhwc/
Dadfhwc.cpp237 int err = adf_read_event(dev->intf_fds[disp], &event); in handle_adf_event()
/system/core/deprecated-adf/libadf/tests/
Dadf_test.cpp115 int err = adf_read_event(intf, &event); in readVsyncTimestamp()
/system/core/deprecated-adf/libadf/
Dadf.cpp600 int adf_read_event(int fd, struct adf_event **event) in adf_read_event() function