OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sync_merge
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/hwcplus/include/sync/
sync.h
46
int
sync_merge
(const char *name, int fd1, int fd2);
/frameworks/native/libs/ui/
Fence.cpp
80
result =
sync_merge
(name.string(), f1->mFenceFd, f2->mFenceFd);
82
result =
sync_merge
(name.string(), f1->mFenceFd, f1->mFenceFd);
84
result =
sync_merge
(name.string(), f2->mFenceFd, f2->mFenceFd);
90
ALOGE("merge:
sync_merge
(\"%s\", %d, %d) returned an error: %s (%d)",
/system/core/libsync/include/sync/
sync.h
46
int
sync_merge
(const char *name, int fd1, int fd2);
/system/core/libsync/
sync.c
37
int
sync_merge
(const char *name, int fd1, int fd2)
function
sync_test.c
110
sync_data[3].fd[j] =
sync_merge
(str, sync_data[0].fd[j], sync_data[1].fd[j]);
/system/core/libsync/tests/
sync_test.cpp
143
int fd =
sync_merge
(name ? name : autoName.c_str(), a.getFd(), b.getFd());
/hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp
212
int merge_fd =
sync_merge
(name, f1, f2);
[
all
...]
Completed in 1125 milliseconds