OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sync_wait
(Results
1 - 12
of
12
) sorted by null
/system/core/include/sync/
sync.h
45
int
sync_wait
(int fd, int timeout);
/frameworks/native/libs/ui/
Fence.cpp
53
int err =
sync_wait
(mFenceFd, timeout);
63
int err =
sync_wait
(mFenceFd, warningTimeout);
67
err =
sync_wait
(mFenceFd, TIMEOUT_NEVER);
/system/core/libsync/
sync.c
30
int
sync_wait
(int fd, int timeout)
function
sync_test.c
42
err =
sync_wait
(sync_data->fd[i], 10000);
/hardware/qcom/display/msm8960/liboverlay/
overlayRotator.cpp
100
ret =
sync_wait
(mRelFence[mCurrOffset], 1000);
102
ALOGE("%s:
sync_wait
error!! error no = %d err str = %s",
/hardware/qcom/display/msm8974/liboverlay/
overlayRotator.cpp
100
ret =
sync_wait
(mRelFence[mCurrOffset], 1000);
102
ALOGE("%s:
sync_wait
error!! error no = %d err str = %s",
/hardware/qcom/display/msm8x26/liboverlay/
overlayRotator.cpp
100
ret =
sync_wait
(mRelFence[mCurrOffset], 1000);
102
ALOGE("%s:
sync_wait
error!! error no = %d err str = %s",
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_copybit.cpp
262
sync_wait
(mRelFd[0], 1000);
285
ret =
sync_wait
(list->hwLayers[i].acquireFenceFd, 1000);
287
ALOGE("%s:
sync_wait
error!! error no = %d err str = %s",
523
ret =
sync_wait
(releaseFd, 1000);
525
ALOGE("%s:
sync_wait
error!! error no = %d err str = %s",
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_copybit.cpp
242
sync_wait
(mRelFd[0], 1000);
262
ret =
sync_wait
(list->hwLayers[i].acquireFenceFd, 1000);
264
ALOGE("%s:
sync_wait
error!! error no = %d err str = %s",
/hardware/qcom/display/msm8x26/libhwcomposer/
hwc_copybit.cpp
242
sync_wait
(mRelFd[0], 1000);
262
ret =
sync_wait
(list->hwLayers[i].acquireFenceFd, 1000);
264
ALOGE("%s:
sync_wait
error!! error no = %d err str = %s",
/hardware/libhardware/modules/camera/
Camera.cpp
586
int res =
sync_wait
(in->acquire_fence, CAMERA_SYNC_TIMEOUT);
/external/chromium-trace/
script.js
[
all
...]
Completed in 1074 milliseconds