Home
last modified time | relevance | path

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

/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/goldfish-opengl/system/hwc3/
DComposerResources.h100 const aidl::android::hardware::common::NativeHandle& rawHandle,