Searched refs:rawHandle (Results 1 – 6 of 6) sorted by relevance
/device/generic/vulkan-cereal/fake-android-guest/androidImpl/ |
D | GraphicBufferMapper.cpp | 43 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()
|
D | Gralloc2.cpp | 111 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/ |
D | mali_gralloc_public_interface.cpp | 574 …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/ |
D | GraphicBufferMapper.h | 39 status_t importBuffer(buffer_handle_t rawHandle,
|
D | Gralloc2.h | 82 Error importBuffer(const hardware::hidl_handle& rawHandle,
|
/device/generic/goldfish-opengl/system/hwc3/ |
D | ComposerResources.h | 108 const aidl::android::hardware::common::NativeHandle& rawHandle,
|