Home
last modified time | relevance | path

Searched defs:outFenceFd (Results 1 – 13 of 13) sorted by relevance

/aosp12/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
H A DGralloc0Hal.h163 Error unlock(const native_handle_t* bufferHandle, base::unique_fd* outFenceFd) override { in unlock()
H A DGralloc1Hal.h167 Error unlock(const native_handle_t* bufferHandle, base::unique_fd* outFenceFd) override { in unlock()
/aosp12/hardware/google/gchips/gralloc4/src/hidl_common/
H A DMapper.cpp112 static bool getFenceFd(const hidl_handle& fenceHandle, int* outFenceFd) in getFenceFd()
239 int* outFenceFd) in unlockBuffer()
/aosp12/hardware/interfaces/graphics/mapper/2.0/utils/hal/include/mapper-hal/2.0/
H A DMapper.h172 static Error getFenceFd(const hidl_handle& fenceHandle, base::unique_fd* outFenceFd) { in getFenceFd()
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/
H A DComposerClient.h183 static Error getFenceFd(const hidl_handle& fenceHandle, base::unique_fd* outFenceFd) { in getFenceFd()
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/
H A DHwcHal.h126 Error getReadbackBufferFence(Display display, base::unique_fd* outFenceFd) override { in getReadbackBufferFence()
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A DQtiMapper.cpp132 bool QtiMapper::GetFenceFd(const hidl_handle &fence_handle, int *outFenceFd) { in GetFenceFd()
H A DQtiMapper4.cpp139 bool QtiMapper::GetFenceFd(const hidl_handle &fence_handle, int *outFenceFd) { in GetFenceFd()
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A DQtiMapper.cpp132 bool QtiMapper::GetFenceFd(const hidl_handle &fence_handle, int *outFenceFd) { in GetFenceFd()
H A DQtiMapper4.cpp139 bool QtiMapper::GetFenceFd(const hidl_handle &fence_handle, int *outFenceFd) { in GetFenceFd()
/aosp12/hardware/qcom/sdm845/display/gralloc/
H A DQtiMapper.cpp130 bool QtiMapper::GetFenceFd(const hidl_handle &fence_handle, int *outFenceFd) { in GetFenceFd()
/aosp12/frameworks/av/camera/ndk/ndk_vendor/tests/
H A DAImageReaderVendorTest.cpp424 int outFenceFd = 0; in HandleImageAvailable() local
/aosp12/frameworks/native/services/vr/hardware_composer/impl/
H A Dvr_hwc.cpp994 android::base::unique_fd* outFenceFd) { in getReadbackBufferFence()