HomeSort by relevance Sort by last modified time
    Searched full:sync_fence_info (Results 1 - 4 of 4) sorted by null

  /system/core/include/sync/
sync.h 47 struct sync_fence_info_data *sync_fence_info(int fd);
  /system/core/libsync/
sync.c 52 struct sync_fence_info_data *sync_fence_info(int fd) function
sync_test.c 51 info = sync_fence_info(sync_data->fd[i]);
  /frameworks/native/libs/ui/
Fence.cpp 107 struct sync_fence_info_data* finfo = sync_fence_info(mFenceFd);
109 ALOGE("sync_fence_info returned NULL for fd %d", mFenceFd);

Completed in 351 milliseconds