/third_party/mesa3d/include/android_stub/cutils/ |
D | native_handle.h | 31 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/ |
D | GrallocAndroid.cpp | 121 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/ |
D | GrallocAndroid.cpp | 121 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/ |
D | gralloc_handle.h | 37 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/ |
D | native_handle.h | 19 struct native_handle_t; 21 typedef const struct native_handle_t* buffer_handle_t;
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | android_util.cpp | 21 } 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/ |
D | hardware_buffer.h | 27 const native_handle_t* AHardwareBuffer_getNativeHandle(const AHardwareBuffer* buffer); 49 const native_handle_t* handle, int32_t method,
|
/third_party/boost/boost/process/ |
D | group.hpp | 68 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()
|
D | child.hpp | 52 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/ |
D | shared_library_impl.hpp | 32 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/ |
D | android_util.cpp | 40 } native_handle_t; typedef 44 typedef const native_handle_t *buffer_handle_t; 68 const native_handle_t *handle;
|
/third_party/boost/boost/dll/ |
D | shared_library.hpp | 57 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/ |
D | shared_library_impl.hpp | 40 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/ |
D | platform_android_mapper.cpp | 51 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/ |
D | nativebase.h | 60 const native_handle_t* handle;
|
/third_party/boost/boost/process/detail/ |
D | child_decl.hpp | 58 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/ |
D | nativewindow_stub.cpp | 34 const native_handle_t *
|
/third_party/mesa3d/include/android_stub/nativebase/ |
D | nativebase.h | 96 const native_handle_t* handle;
|
/third_party/mesa3d/include/android_stub/system/ |
D | window.h | 72 typedef const native_handle_t* buffer_handle_t; 938 native_handle_t* sidebandHandle) in native_window_set_sideband_stream()
|
/third_party/mesa3d/include/vulkan/ |
D | vk_android_native_buffer.h | 26 typedef const native_handle_t *buffer_handle_t;
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_android.c | 242 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/ |
D | anv_android.c | 297 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/ |
D | radv_android.c | 764 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/ |
D | environment.hpp | 343 typedef void* native_handle_t; typedef
|
/third_party/boost/boost/process/detail/posix/ |
D | environment.hpp | 312 typedef int native_handle_t; typedef
|