OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sync_fence_info_data
(Results
1 - 6
of
6
) sorted by null
/system/core/include/sync/
sync.h
28
struct
sync_fence_info_data
{
struct
47
struct
sync_fence_info_data
*sync_fence_info(int fd);
48
struct sync_pt_info *sync_pt_info(struct
sync_fence_info_data
*info,
50
void sync_fence_info_free(struct
sync_fence_info_data
*info);
/bionic/libc/kernel/common/linux/
sync.h
39
struct
sync_fence_info_data
{
struct
50
#define SYNC_IOC_FENCE_INFO _IOWR(SYNC_IOC_MAGIC, 2, struct
sync_fence_info_data
)
/system/core/libsync/
sync.c
52
struct
sync_fence_info_data
*sync_fence_info(int fd)
54
struct
sync_fence_info_data
*info;
71
struct sync_pt_info *sync_pt_info(struct
sync_fence_info_data
*info,
85
void sync_fence_info_free(struct
sync_fence_info_data
*info)
sync_test.c
37
struct
sync_fence_info_data
*info;
/external/kernel-headers/original/linux/
sync.h
371
* struct
sync_fence_info_data
- data returned from fence info ioctl
379
struct
sync_fence_info_data
{
struct
408
* Takes a struct
sync_fence_info_data
with extra space allocated for pt_info.
410
* updated to reflect the total size of the
sync_fence_info_data
including
417
struct
sync_fence_info_data
)
/frameworks/native/libs/ui/
Fence.cpp
107
struct
sync_fence_info_data
* finfo = sync_fence_info(mFenceFd);
Completed in 97 milliseconds