Searched refs:rawHandle (Results 1 – 2 of 2) sorted by relevance
574 …tic int32_t mali_gralloc1_import_buffer(gralloc1_device_t* device, const buffer_handle_t rawHandle, in mali_gralloc1_import_buffer() argument580 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()
100 const aidl::android::hardware::common::NativeHandle& rawHandle,