Home
last modified time | relevance | path

Searched refs:getReleaseFence (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/bqhelper/
H A DGraphicBufferSource.cpp236 sp<Fence> getReleaseFence() { in getReleaseFence() function
243 sp<Fence> ret = getReleaseFence(0, mReleaseFenceFds.size()); in getReleaseFence()
277 sp<Fence> getReleaseFence(size_t start, size_t num) const { in getReleaseFence() function
284 getReleaseFence(start, num >> 1), in getReleaseFence()
285 getReleaseFence(start + (num >> 1), num - (num >> 1))); in getReleaseFence()
1001 buffer->getReleaseFence()); in acquireBuffer_l()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
H A DHWC2On1Adapter.h558 const sp<MiniFence>& getReleaseFence() const;
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/
H A DHWC2On1Adapter.h535 const sp<Fence>& getReleaseFence() const;
H A DHWC2On1Adapter.cpp781 auto releaseFence = layer->getReleaseFence(); in getReleaseFences()
2110 const sp<Fence>& HWC2On1Adapter::Layer::getReleaseFence() const in getReleaseFence() function in android::HWC2On1Adapter::Layer
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
H A DHWC2On1Adapter.cpp735 auto releaseFence = layer->getReleaseFence(); in getReleaseFences()
2044 const sp<MiniFence>& HWC2On1Adapter::Layer::getReleaseFence() const { in getReleaseFence() function in android::HWC2On1Adapter::Layer