HomeSort by relevance Sort by last modified time
    Searched full:acquirefence (Results 1 - 25 of 75) sorted by null

1 2 3

  /frameworks/native/libs/ui/
Gralloc2.cpp 96 int acquireFence, void** outData) const
100 // put acquireFence in a hidl_handle
103 if (acquireFence >= 0) {
105 h->data[0] = acquireFence;
121 // we own acquireFence even on errors
122 if (acquireFence >= 0) {
123 close(acquireFence);
131 int acquireFence, YCbCrLayout* outLayout) const
135 // put acquireFence in a hidl_handle
138 if (acquireFence >= 0)
    [all...]
  /frameworks/native/services/surfaceflinger/tests/hwc2/
Hwc2TestVirtualDisplay.cpp 42 int32_t acquireFence;
43 int ret = mBuffer.get(outHandle, &acquireFence);
44 outAcquireFence->reset(acquireFence);
Hwc2TestLayer.cpp 82 int32_t acquireFence;
83 int ret = mBuffer.get(outHandle, &acquireFence);
84 outAcquireFence->reset(acquireFence);
Hwc2Test.cpp 407 buffer_handle_t buffer, int32_t acquireFence,
415 buffer, acquireFence));
805 int32_t acquireFence, android_dataspace_t dataspace,
813 acquireFence, dataspace, damage));
    [all...]
  /hardware/interfaces/graphics/mapper/2.0/vts/functional/
VtsHalGraphicsMapperTestUtils.cpp 176 const IMapper::Rect& accessRegion, int acquireFence) {
181 if (acquireFence >= 0) {
183 h->data[0] = acquireFence;
195 if (acquireFence >= 0) {
196 close(acquireFence);
205 int acquireFence) {
210 if (acquireFence >= 0) {
212 h->data[0] = acquireFence;
224 if (acquireFence >= 0) {
225 close(acquireFence);
    [all...]
VtsHalGraphicsMapperTestUtils.h 72 const IMapper::Rect& accessRegion, int acquireFence);
75 int acquireFence);
  /frameworks/native/libs/ui/include/ui/
Gralloc2.h 58 // The ownership of acquireFence is always transferred to the callee, even
62 int acquireFence, void** outData) const;
64 // The ownership of acquireFence is always transferred to the callee, even
68 int acquireFence, YCbCrLayout* outLayout) const;
  /hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/
img_gralloc.h 59 const gralloc1_rect_t *r, void **vaddr, int acquireFence)
63 vaddr, acquireFence);
hal_public.h 130 const gralloc1_rect_t *r, void **vaddr, int acquireFence)
135 handle, usage, r, vaddr, acquireFence);
138 handle, usage, r, vaddr, acquireFence);
img_gralloc1.h 189 const gralloc1_rect_t *r, void **vaddr, int acquireFence)
201 err = f(g, handle, producerUsage, consumerUsage, r, vaddr, acquireFence);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/
img_gralloc.h 59 const gralloc1_rect_t *r, void **vaddr, int acquireFence)
63 vaddr, acquireFence);
hal_public.h 130 const gralloc1_rect_t *r, void **vaddr, int acquireFence)
135 handle, usage, r, vaddr, acquireFence);
138 handle, usage, r, vaddr, acquireFence);
img_gralloc1.h 189 const gralloc1_rect_t *r, void **vaddr, int acquireFence)
201 err = f(g, handle, producerUsage, consumerUsage, r, vaddr, acquireFence);
  /hardware/interfaces/graphics/mapper/2.0/default/
GrallocMapper.h 43 const hidl_handle& acquireFence,
47 const hidl_handle& acquireFence,
GrallocMapper.cpp 225 const hidl_handle& acquireFence,
234 if (!getFenceFd(acquireFence, &fenceFd)) {
249 const hidl_handle& acquireFence,
260 if (!getFenceFd(acquireFence, &fenceFd)) {
  /hardware/interfaces/graphics/allocator/2.0/default/
Gralloc1On0Adapter.cpp 438 int acquireFence)
444 accessRegion.height, outData, acquireFence);
449 syncWaitForever(acquireFence, "Gralloc1On0Adapter::lock");
458 } else if (acquireFence >= 0) {
459 close(acquireFence);
471 int acquireFence)
483 outFlex, acquireFence);
488 syncWaitForever(acquireFence, "Gralloc1On0Adapter::lockFlex");
502 } else if (acquireFence >= 0) {
503 close(acquireFence);
    [all...]
gralloc1-adapter.h 79 // int acquireFence);
  /frameworks/native/services/surfaceflinger/DisplayHardware/
FramebufferSurface.cpp 103 sp<Fence> acquireFence(Fence::NO_FENCE);
105 status_t result = nextBuffer(slot, buf, acquireFence, dataspace);
193 sp<Fence> acquireFence;
194 status_t err = nextBuffer(buf, acquireFence);
200 err = mHwc.fbPost(mDisplayType, acquireFence, buf);
  /hardware/interfaces/graphics/mapper/2.0/
IMapper.hal 158 * @param acquireFence, when non-empty, is a handle containing a file
161 * it is already safe to lock, acquireFence is empty.
176 handle acquireFence)
194 * @param acquireFence, when non-empty, is a handle containing a file
197 * it is already safe to lock, acquireFence is empty.
212 handle acquireFence)
  /hardware/interfaces/camera/device/3.2/default/include/
convert.h 49 buffer_handle_t*, BufferStatus, camera3_stream_t*, int acquireFence, // inputs
  /frameworks/native/libs/gui/
FrameTimestamps.cpp 64 return acquireFence->isValid();
83 acquireFence->getSignalTime();
136 true, *acquireFence);
258 frame->acquireFence = std::move(acquire);
262 frame->acquireFence = std::make_shared<FenceTime>(frame->postedTime);
292 frame.acquireFence = FenceTime::NO_FENCE;
370 newTimestamps.acquireFence = newEntry.acquireFence;
  /hardware/interfaces/camera/device/3.2/default/
convert.cpp 102 buffer_handle_t* bufPtr, BufferStatus status, camera3_stream_t* stream, int acquireFence,
107 dst->acquire_fence = acquireFence;
  /hardware/interfaces/graphics/composer/2.1/default/
ComposerBase.h 78 int32_t acquireFence, int32_t dataspace,
96 buffer_handle_t buffer, int32_t acquireFence) = 0;
Hwc.h 105 int32_t acquireFence, int32_t dataspace,
123 buffer_handle_t buffer, int32_t acquireFence) override;
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3IOStreamBase.cpp 150 int acquireFence,
162 buffer.acquire_fence = acquireFence;

Completed in 237 milliseconds

1 2 3