Home
last modified time | relevance | path

Searched refs:native_handle_t (Results 1 – 25 of 27) sorted by relevance

12

/third_party/mesa3d/include/android_stub/cutils/
Dnative_handle.h31 alignas(native_handle_t) char (name)[ \
32 sizeof(native_handle_t) + sizeof(int) * ((maxFds) + (maxInts))]
47 } native_handle_t; typedef
49 typedef const native_handle_t* buffer_handle_t;
59 int native_handle_close(const native_handle_t* h);
68 native_handle_t* native_handle_init(char* storage, int numFds, int numInts);
78 native_handle_t* native_handle_create(int numFds, int numInts);
87 native_handle_t* native_handle_clone(const native_handle_t* handle);
99 int native_handle_delete(native_handle_t* h);
/third_party/skia/third_party/externals/swiftshader/src/System/
DGrallocAndroid.cpp121 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in release()
129 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in release()
142 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in lock()
168 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in lock()
224 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in unlock()
238 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in unlock()
/third_party/skia/third_party/externals/swiftshader/src/Common/
DGrallocAndroid.cpp121 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in release()
129 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in release()
142 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in lock()
168 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in lock()
224 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in unlock()
238 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in unlock()
/third_party/libdrm/android/
Dgralloc_handle.h37 native_handle_t base;
76 ((sizeof(struct gralloc_handle_t) - sizeof(native_handle_t))/sizeof(int)) \
87 static inline native_handle_t *gralloc_handle_create(int32_t width, in gralloc_handle_create()
93 native_handle_t *nhandle = native_handle_create(GRALLOC_HANDLE_NUM_FDS, in gralloc_handle_create()
/third_party/skia/third_party/externals/swiftshader/include/Android/cutils/
Dnative_handle.h19 struct native_handle_t;
21 typedef const struct native_handle_t* buffer_handle_t;
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dandroid_util.cpp21 } native_handle_t; typedef
25 typedef const native_handle_t *buffer_handle_t;
49 const native_handle_t *handle;
/third_party/mesa3d/include/android_stub/vndk/
Dhardware_buffer.h27 const native_handle_t* AHardwareBuffer_getNativeHandle(const AHardwareBuffer* buffer);
49 const native_handle_t* handle, int32_t method,
/third_party/boost/boost/process/
Dgroup.hpp68 typedef group_handle::handle_t native_handle_t; typedef in boost::process::group
71 explicit group(native_handle_t & handle) : _group_handle(handle) {}; in group()
113 native_handle_t native_handle() const { return _group_handle.handle(); } in native_handle()
Dchild.hpp52 typedef platform_specific native_handle_t; typedef in boost::process::child
88 native_handle_t native_handle() const;
/third_party/boost/boost/dll/detail/windows/
Dshared_library_impl.hpp32 typedef boost::winapi::HMODULE_ native_handle_t; typedef in boost::dll::detail::shared_library_impl
162 native_handle_t native() const BOOST_NOEXCEPT { in native()
190 native_handle_t handle_;
/third_party/skia/third_party/externals/angle2/src/common/
Dandroid_util.cpp40 } native_handle_t; typedef
44 typedef const native_handle_t *buffer_handle_t;
68 const native_handle_t *handle;
/third_party/boost/boost/dll/
Dshared_library.hpp57 typedef platform_specific native_handle_t; typedef in boost::dll::shared_library
59 typedef shared_library_impl::native_handle_t native_handle_t;
436 native_handle_t native() const BOOST_NOEXCEPT { in native()
/third_party/boost/boost/dll/detail/posix/
Dshared_library_impl.hpp40 typedef void* native_handle_t; typedef in boost::dll::detail::shared_library_impl
213 native_handle_t native() const BOOST_NOEXCEPT { in native()
218 native_handle_t handle_;
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_android_mapper.cpp51 GetMetadata(android::sp<IMapper> mapper, const native_handle_t *buffer, in GetMetadata()
56 auto native_handle = const_cast<native_handle_t*>(buffer); in GetMetadata()
71 android::sp<IMapper> mapper, const native_handle_t *buffer) in GetPlaneLayouts()
/third_party/skia/third_party/externals/swiftshader/include/Android/nativebase/
Dnativebase.h60 const native_handle_t* handle;
/third_party/boost/boost/process/detail/
Dchild_decl.hpp58 typedef child_handle::process_handle_t native_handle_t; typedef in boost::process::child
98 native_handle_t native_handle() const { return _child_handle.process_handle(); } in native_handle()
/third_party/mesa3d/src/android_stub/
Dnativewindow_stub.cpp34 const native_handle_t *
/third_party/mesa3d/include/android_stub/nativebase/
Dnativebase.h96 const native_handle_t* handle;
/third_party/mesa3d/include/android_stub/system/
Dwindow.h72 typedef const native_handle_t* buffer_handle_t;
938 native_handle_t* sidebandHandle) in native_window_set_sideband_stream()
/third_party/mesa3d/include/vulkan/
Dvk_android_native_buffer.h26 typedef const native_handle_t *buffer_handle_t;
/third_party/mesa3d/src/virtio/vulkan/
Dvn_android.c242 vn_android_get_dma_buf_from_native_handle(const native_handle_t *handle, in vn_android_get_dma_buf_from_native_handle()
364 const native_handle_t *handle, in vn_android_get_image_builder()
816 const native_handle_t *handle = AHardwareBuffer_getNativeHandle(buffer); in vn_GetAndroidHardwareBufferPropertiesANDROID()
943 const native_handle_t *handle = NULL; in vn_android_device_import_ahb()
/third_party/mesa3d/src/intel/vulkan/
Danv_android.c297 const native_handle_t *handle = in anv_GetAndroidHardwareBufferPropertiesANDROID()
385 const native_handle_t *handle = in anv_import_ahw_memory()
/third_party/mesa3d/src/amd/vulkan/
Dradv_android.c764 const native_handle_t *handle = AHardwareBuffer_getNativeHandle(buffer); in radv_GetAndroidHardwareBufferPropertiesANDROID()
828 const native_handle_t *handle = AHardwareBuffer_getNativeHandle(info->buffer); in radv_import_ahb_memory()
/third_party/boost/boost/process/detail/windows/
Denvironment.hpp343 typedef void* native_handle_t; typedef
/third_party/boost/boost/process/detail/posix/
Denvironment.hpp312 typedef int native_handle_t; typedef

12