Searched refs:mpp_eventfd_read (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/mpp/osal/test/ |
| H A D | mpp_eventfd_test.c | 48 mpp_eventfd_read(data_fd, NULL, 0); in reset_test() 58 rd_ret = mpp_eventfd_read(data_fd, &rd_val, rd_timeout); in thread_read() 80 mpp_eventfd_read(sync_fd, NULL, -1); in main() 93 mpp_eventfd_read(sync_fd, NULL, -1); in main() 107 mpp_eventfd_read(sync_fd, NULL, -1); in main() 121 mpp_eventfd_read(sync_fd, NULL, -1); in main()
|
| /OK3568_Linux_fs/external/mpp/osal/inc/ |
| H A D | mpp_eventfd.h | 29 RK_S32 mpp_eventfd_read(RK_S32 fd, RK_U64 *val, RK_S64 timeout);
|
| /OK3568_Linux_fs/external/mpp/osal/ |
| H A D | mpp_eventfd.cpp | 42 RK_S32 mpp_eventfd_read(RK_S32 fd, RK_U64 *val, RK_S64 timeout) in mpp_eventfd_read() function
|