/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() local 122 return m_gralloc4_mapper->freeBuffer(native_handle).isOk() ? 0 : 1; in release() 129 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in release() local 130 return m_gralloc3_mapper->freeBuffer(native_handle).isOk() ? 0 : 1; in release() 142 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in lock() local 153 auto ret = m_gralloc4_mapper->lock(native_handle, usage, rect, empty_fence_handle, in lock() 168 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in lock() local 179 auto ret = m_gralloc3_mapper->lock(native_handle, usage, rect, empty_fence_handle, in lock() 224 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in unlock() local 227 auto ret = m_gralloc4_mapper->unlock(native_handle, in unlock() [all …]
|
/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() local 122 return m_gralloc4_mapper->freeBuffer(native_handle).isOk() ? 0 : 1; in release() 129 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in release() local 130 return m_gralloc3_mapper->freeBuffer(native_handle).isOk() ? 0 : 1; in release() 142 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in lock() local 153 auto ret = m_gralloc4_mapper->lock(native_handle, usage, rect, empty_fence_handle, in lock() 168 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in lock() local 179 auto ret = m_gralloc3_mapper->lock(native_handle, usage, rect, empty_fence_handle, in lock() 224 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in unlock() local 227 auto ret = m_gralloc4_mapper->unlock(native_handle, in unlock() [all …]
|
/third_party/benchmark/src/ |
D | mutex.h | 81 std::mutex& native_handle() { return mut_; } in native_handle() function 91 MutexLock(Mutex& m) ACQUIRE(m) : ml_(m.native_handle()) {} in MutexLock() 93 MutexLockImp& native_handle() { return ml_; } in native_handle() function 142 phase_condition_.wait(ml.native_handle(), cb); in createBarrier()
|
D | thread_manager.h | 35 end_condition_.wait(lock.native_handle(), in WaitForAllThreads()
|
/third_party/gn/src/util/ |
D | semaphore.h | 45 NativeHandle& native_handle() { return native_handle_; } in native_handle() function 46 const NativeHandle& native_handle() const { return native_handle_; } in native_handle() function
|
D | worker_pool.cc | 35 const HANDLE thread_handle = HANDLE(thread->native_handle()); in SetProcessorGroup()
|
/third_party/cef/include/base/internal/ |
D | cef_lock_impl.h | 78 NativeHandle* native_handle() { return &native_handle_; } in native_handle() function
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | platform_android_mapper.cpp | 56 auto native_handle = const_cast<native_handle_t*>(buffer); in GetMetadata() local 58 auto ret = mapper->get(native_handle, type, in GetMetadata()
|
/third_party/mesa3d/include/android_stub/cutils/ |
D | native_handle.h | 34 typedef struct native_handle struct
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/winrt/ |
D | gstglwindow_winrt_egl.cpp | 231 GstGLWindowWinRTEGLResizeHandler(IInspectable * native_handle, in GstGLWindowWinRTEGLResizeHandler() argument 239 if (!native_handle) { in GstGLWindowWinRTEGLResizeHandler() 244 window = native_handle; in GstGLWindowWinRTEGLResizeHandler()
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | android_util.cpp | 15 typedef struct native_handle struct
|
/third_party/mesa3d/bin/ |
D | update-android-headers.sh | 48 cp -av platform-system-core/libcutils/include/cutils/{compiler,log,native_handle,properties,trace}.…
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | android_util.cpp | 22 typedef struct native_handle struct
|
/third_party/nghttp2/src/ |
D | h2load_quic.cc | 263 *static_cast<std::mt19937 *>(rand_ctx->native_handle)); in rand() 373 settings.rand_ctx.native_handle = &worker->randgen; in quic_init()
|
D | shrpx_http3_upstream.cc | 200 *static_cast<std::mt19937 *>(rand_ctx->native_handle)); in rand() 615 settings.rand_ctx.native_handle = &worker->get_randgen(); in init()
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test-libandroid.so.abi | 3104 …decl name='native_handle' size-in-bits='96' is-struct='yes' visibility='default' filepath='system/… 3106 …' visibility='default' filepath='system/core/libcutils/include/cutils/native_handle.h' line='36' c… 3109 …' visibility='default' filepath='system/core/libcutils/include/cutils/native_handle.h' line='37' c… 3112 …' visibility='default' filepath='system/core/libcutils/include/cutils/native_handle.h' line='38' c… 3115 …' visibility='default' filepath='system/core/libcutils/include/cutils/native_handle.h' line='43' c… 21417 …decl name='native_handle' size-in-bits='96' is-struct='yes' visibility='default' filepath='system/… 21419 …' visibility='default' filepath='system/core/libcutils/include/cutils/native_handle.h' line='36' c… 21422 …' visibility='default' filepath='system/core/libcutils/include/cutils/native_handle.h' line='37' c… 21425 …' visibility='default' filepath='system/core/libcutils/include/cutils/native_handle.h' line='38' c… 21428 …' visibility='default' filepath='system/core/libcutils/include/cutils/native_handle.h' line='43' c… [all …]
|
D | test22-pr19097-libstdc++.so.6.0.17.so.abi | 6866 …<function-decl name='native_handle' mangled-name='_ZNSt5mutex13native_handleEv' filepath='/tmp/leg…
|
/third_party/mesa3d/ohos/ |
D | dependency_inputs.gni | 142 "../include/android_stub/cutils/native_handle.h",
|