HomeSort by relevance Sort by last modified time
    Searched refs:acquireFence (Results 1 - 25 of 66) sorted by null

1 2 3

  /art/test/709-checker-varhandles/src/
Main.java 43 /// CHECK-START: void Main.acquireFence() intrinsics_recognition (after)
46 /// CHECK-START: void Main.acquireFence() instruction_simplifier (after)
49 /// CHECK-START: void Main.acquireFence() instruction_simplifier (after)
51 private static void acquireFence() {
52 VarHandle.acquireFence();
97 acquireFence();
  /frameworks/native/services/surfaceflinger/tests/hwc2/
Hwc2TestVirtualDisplay.cpp 46 int32_t acquireFence;
47 int ret = mOutputBuffer.getOutputBuffer(outHandle, &acquireFence);
48 outAcquireFence->reset(acquireFence);
Hwc2TestLayer.cpp 82 int32_t acquireFence;
83 int ret = mBuffer.get(outHandle, &acquireFence);
84 outAcquireFence->reset(acquireFence);
  /hardware/interfaces/graphics/mapper/2.0/utils/vts/
MapperVts.cpp 167 const IMapper::Rect& accessRegion, int acquireFence) {
172 if (acquireFence >= 0) {
174 h->data[0] = acquireFence;
185 if (acquireFence >= 0) {
186 close(acquireFence);
193 const IMapper::Rect& accessRegion, int acquireFence) {
198 if (acquireFence >= 0) {
200 h->data[0] = acquireFence;
212 if (acquireFence >= 0) {
213 close(acquireFence);
    [all...]
  /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)
  /frameworks/native/libs/ui/
Gralloc2.cpp 210 int acquireFence, void** outData) const
214 // put acquireFence in a hidl_handle
217 if (acquireFence >= 0) {
219 h->data[0] = acquireFence;
235 // we own acquireFence even on errors
236 if (acquireFence >= 0) {
237 close(acquireFence);
245 int acquireFence, YCbCrLayout* outLayout) const
249 // put acquireFence in a hidl_handle
252 if (acquireFence >= 0)
    [all...]
  /hardware/interfaces/camera/device/3.2/default/include/
convert.h 49 buffer_handle_t*, BufferStatus, camera3_stream_t*, int acquireFence, // inputs
  /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);
  /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);
  /hardware/interfaces/graphics/mapper/2.0/utils/vts/include/mapper-vts/2.0/
MapperVts.h 71 const IMapper::Rect& accessRegion, int acquireFence);
73 const IMapper::Rect& accessRegion, int acquireFence);
  /hardware/interfaces/sensors/1.0/vts/functional/
GrallocWrapper.cpp 174 int acquireFence) {
179 if (acquireFence >= 0) {
181 h->data[0] = acquireFence;
194 if (acquireFence >= 0) {
195 close(acquireFence);
GrallocWrapper.h 62 const mapper2::IMapper::Rect& accessRegion, int acquireFence);
  /frameworks/native/libs/ui/include/ui/
Gralloc2.h 67 // The ownership of acquireFence is always transferred to the callee, even
71 int acquireFence, void** outData) const;
73 // The ownership of acquireFence is always transferred to the callee, even
77 int acquireFence, YCbCrLayout* outLayout) const;
  /frameworks/native/services/surfaceflinger/TimeStats/
TimeStats.h 51 std::shared_ptr<FenceTime> acquireFence;
76 const std::shared_ptr<FenceTime>& acquireFence);
TimeStats.cpp 116 if (timeRecord->acquireFence != nullptr) {
117 if (timeRecord->acquireFence->getSignalTime() == Fence::SIGNAL_TIME_PENDING) {
120 if (timeRecord->acquireFence->getSignalTime() != Fence::SIGNAL_TIME_INVALID) {
121 timeRecord->acquireTime = timeRecord->acquireFence->getSignalTime();
122 timeRecord->acquireFence = nullptr;
124 ALOGV("[%s]-[%" PRIu64 "]-acquireFence signal time is invalid", layerName.c_str(),
256 // For most media content, the acquireFence is invalid because the buffer is
321 const std::shared_ptr<FenceTime>& acquireFence) {
326 acquireFence->getSignalTime());
333 timeRecord.acquireFence = acquireFence
    [all...]
  /hardware/interfaces/graphics/mapper/2.0/utils/hal/include/mapper-hal/2.0/
Mapper.h 92 const hidl_handle& acquireFence, IMapper::lock_cb hidl_cb) override {
100 Error error = getFenceFd(acquireFence, &fenceFd);
113 const hidl_handle& acquireFence,
122 Error error = getFenceFd(acquireFence, &fenceFd);
  /hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
Gralloc1On0Adapter.cpp 444 int acquireFence)
450 accessRegion.height, outData, acquireFence);
455 syncWaitForever(acquireFence, "Gralloc1On0Adapter::lock");
464 } else if (acquireFence >= 0) {
465 close(acquireFence);
477 int acquireFence)
489 outFlex, acquireFence);
494 syncWaitForever(acquireFence, "Gralloc1On0Adapter::lockFlex");
508 } else if (acquireFence >= 0) {
509 close(acquireFence);
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3IOStreamBase.cpp 152 int acquireFence,
164 buffer.acquire_fence = acquireFence;
  /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;
  /frameworks/native/services/surfaceflinger/DisplayHardware/
FramebufferSurface.cpp 96 sp<Fence> acquireFence(Fence::NO_FENCE);
98 status_t result = nextBuffer(slot, buf, acquireFence, dataspace);
  /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/utils/hwc2onfbadapter/
HWC2OnFbAdapter.cpp 218 int32_t acquireFence, int32_t dataspace, hwc_region_t /*damage*/) {
219 if (acquireFence >= 0) {
220 sync_wait(acquireFence, -1);
221 close(acquireFence);
455 buffer_handle_t /*buffer*/, int32_t acquireFence) {
456 if (acquireFence >= 0) {
457 sync_wait(acquireFence, -1);
458 close(acquireFence);
  /hardware/interfaces/graphics/composer/2.2/utils/command-buffer/include/composer-command-buffer/2.2/
ComposerCommandBuffer.h 67 void setClientTarget(uint32_t slot, const native_handle_t* target, int acquireFence,
69 setClientTargetInternal(slot, target, acquireFence, static_cast<int32_t>(dataspace),

Completed in 1364 milliseconds

1 2 3