/aosp12/hardware/google/gchips/gralloc3/src/ |
H A D | GrallocMapper.h | 115 int* outFenceFd) const; 118 bool getFenceFd(const hidl_handle& fenceHandle, int* outFenceFd) const;
|
H A D | GrallocMapper.cpp | 305 int* outFenceFd) const in getFenceFd() 314 *outFenceFd = (handle && handle->numFds == 1) ? handle->data[0] : -1; in getFenceFd() 635 int* outFenceFd) const in unlockBuffer() 651 *outFenceFd = fenceFd; in unlockBuffer()
|
/aosp12/hardware/interfaces/graphics/mapper/2.0/utils/hal/include/mapper-hal/2.0/ |
H A D | Mapper.h | 172 static Error getFenceFd(const hidl_handle& fenceHandle, base::unique_fd* outFenceFd) { in getFenceFd() argument 187 outFenceFd->reset(fenceFd); in getFenceFd()
|
H A D | MapperHal.h | 55 virtual Error unlock(const native_handle_t* bufferHandle, base::unique_fd* outFenceFd) = 0;
|
/aosp12/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/ |
H A D | Gralloc0Hal.h | 163 Error unlock(const native_handle_t* bufferHandle, base::unique_fd* outFenceFd) override { in unlock() argument 173 outFenceFd->reset(fenceFd); in unlock()
|
H A D | Gralloc1Hal.h | 167 Error unlock(const native_handle_t* bufferHandle, base::unique_fd* outFenceFd) override { in unlock() argument 172 outFenceFd->reset(fenceFd); in unlock()
|
/aosp12/hardware/google/gchips/gralloc4/src/hidl_common/ |
H A D | Mapper.cpp | 112 static bool getFenceFd(const hidl_handle& fenceHandle, int* outFenceFd) in getFenceFd() argument 121 *outFenceFd = (handle && handle->numFds == 1) ? handle->data[0] : -1; in getFenceFd() 239 int* outFenceFd) in unlockBuffer() argument 264 *outFenceFd = -1; in unlockBuffer()
|
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/ |
H A D | ComposerClient.h | 183 static Error getFenceFd(const hidl_handle& fenceHandle, base::unique_fd* outFenceFd) { in getFenceFd() argument 198 outFenceFd->reset(fenceFd); in getFenceFd()
|
H A D | ComposerHal.h | 77 virtual Error getReadbackBufferFence(Display display, base::unique_fd* outFenceFd) = 0;
|
/aosp12/frameworks/av/camera/ndk/ndk_vendor/tests/ |
H A D | AImageReaderVendorTest.cpp | 424 int outFenceFd = 0; in HandleImageAvailable() local 427 ret = AImageReader_acquireNextImageAsync(reader, &outImage, &outFenceFd); in HandleImageAvailable() 428 if (ret != AMEDIA_OK || outImage == nullptr || outFenceFd == 0) { in HandleImageAvailable() 430 outFenceFd); in HandleImageAvailable()
|
/aosp12/hardware/qcom/sm7250/display/gralloc/ |
H A D | QtiMapper.cpp | 132 bool QtiMapper::GetFenceFd(const hidl_handle &fence_handle, int *outFenceFd) { in GetFenceFd() argument 139 *outFenceFd = (handle && handle->numFds == 1) ? handle->data[0] : -1; in GetFenceFd()
|
H A D | QtiMapper4.cpp | 139 bool QtiMapper::GetFenceFd(const hidl_handle &fence_handle, int *outFenceFd) { in GetFenceFd() argument 146 *outFenceFd = (handle && handle->numFds == 1) ? handle->data[0] : -1; in GetFenceFd()
|
H A D | QtiMapper.h | 132 bool GetFenceFd(const hidl_handle &fence_handle, int *outFenceFd);
|
H A D | QtiMapper4.h | 221 bool GetFenceFd(const hidl_handle &fence_handle, int *outFenceFd);
|
/aosp12/hardware/qcom/sm8150/display/gralloc/ |
H A D | QtiMapper.cpp | 132 bool QtiMapper::GetFenceFd(const hidl_handle &fence_handle, int *outFenceFd) { in GetFenceFd() argument 139 *outFenceFd = (handle && handle->numFds == 1) ? handle->data[0] : -1; in GetFenceFd()
|
H A D | QtiMapper4.cpp | 139 bool QtiMapper::GetFenceFd(const hidl_handle &fence_handle, int *outFenceFd) { in GetFenceFd() argument 146 *outFenceFd = (handle && handle->numFds == 1) ? handle->data[0] : -1; in GetFenceFd()
|
H A D | QtiMapper.h | 132 bool GetFenceFd(const hidl_handle &fence_handle, int *outFenceFd);
|
H A D | QtiMapper4.h | 222 bool GetFenceFd(const hidl_handle &fence_handle, int *outFenceFd);
|
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/ |
H A D | HwcHal.h | 126 Error getReadbackBufferFence(Display display, base::unique_fd* outFenceFd) override { in getReadbackBufferFence() argument 133 outFenceFd->reset(fenceFd); in getReadbackBufferFence()
|
/aosp12/hardware/qcom/sdm845/display/gralloc/ |
H A D | QtiMapper.cpp | 130 bool QtiMapper::GetFenceFd(const hidl_handle &fence_handle, int *outFenceFd) { in GetFenceFd() argument 137 *outFenceFd = (handle && handle->numFds == 1) ? handle->data[0] : -1; in GetFenceFd()
|
H A D | QtiMapper.h | 107 bool GetFenceFd(const hidl_handle &fence_handle, int *outFenceFd);
|
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
H A D | FakeComposerClient.h | 145 android::base::unique_fd* outFenceFd) override;
|
/aosp12/frameworks/native/services/vr/hardware_composer/impl/ |
H A D | vr_hwc.h | 295 android::base::unique_fd* outFenceFd) override;
|
H A D | vr_hwc.cpp | 994 android::base::unique_fd* outFenceFd) { in getReadbackBufferFence() argument
|