Home
last modified time | relevance | path

Searched refs:rawHandle (Results 1 – 6 of 6) sorted by relevance

/device/generic/vulkan-cereal/fake-android-guest/androidImpl/
DGraphicBufferMapper.cpp43 status_t GraphicBufferMapper::importBuffer(buffer_handle_t rawHandle, in importBuffer() argument
51 hardware::hidl_handle(rawHandle), &bufferHandle); in importBuffer()
53 ALOGW("importBuffer(%p) failed: %d", rawHandle, error); in importBuffer()
64 ALOGE("validateBufferSize(%p) failed: %d", rawHandle, error); in importBuffer()
DGralloc2.cpp111 Error Mapper::importBuffer(const hardware::hidl_handle& rawHandle, in importBuffer() argument
114 if (!rawHandle) return kTransactionError; in importBuffer()
115 *outBufferHandle = rawHandle; in importBuffer()
/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_public_interface.cpp574 …tic int32_t mali_gralloc1_import_buffer(gralloc1_device_t* device, const buffer_handle_t rawHandle, in mali_gralloc1_import_buffer() argument
580 if (rawHandle == 0) in mali_gralloc1_import_buffer()
582 AERR("Bad input raw handle %p to import", rawHandle); in mali_gralloc1_import_buffer()
596 native_handle_t* bufferHandle = native_handle_clone(rawHandle); in mali_gralloc1_import_buffer()
599 AERR("Failed to clone %p for importing it", rawHandle); in mali_gralloc1_import_buffer()
/device/generic/vulkan-cereal/fake-android-guest/ui/
DGraphicBufferMapper.h39 status_t importBuffer(buffer_handle_t rawHandle,
DGralloc2.h82 Error importBuffer(const hardware::hidl_handle& rawHandle,
/device/generic/goldfish-opengl/system/hwc3/
DComposerResources.h108 const aidl::android::hardware::common::NativeHandle& rawHandle,