| /third_party/mesa3d/include/android_stub/cutils/ |
| D | native_handle.h | 34 typedef struct native_handle struct 36 int version; /* sizeof(native_handle_t) */ argument 47 } native_handle_t; argument
|
| /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 129 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in release() local 142 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in lock() local 168 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in lock() local 224 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in unlock() local 238 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in unlock() local
|
| /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 129 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in release() local 142 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in lock() local 168 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in lock() local 224 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in unlock() local 238 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in unlock() local
|
| /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
|
| /third_party/flutter/skia/third_party/externals/angle2/src/common/ |
| D | android_util.cpp | 15 typedef struct native_handle struct 17 int version; /* sizeof(native_handle_t) */ argument 21 } native_handle_t; argument
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| D | android_util.cpp | 22 typedef struct native_handle struct 24 int version; /* sizeof(native_handle_t) */ argument 40 } native_handle_t; argument
|
| /third_party/boost/libs/asio/include/boost/asio/windows/ |
| D | basic_overlapped_handle.hpp | 125 const native_handle_type& native_handle) in basic_overlapped_handle() 148 const native_handle_type& native_handle, in basic_overlapped_handle() 299 native_handle_type native_handle() in native_handle() function in boost::asio::windows::basic_overlapped_handle
|
| D | basic_object_handle.hpp | 122 const native_handle_type& native_handle) in basic_object_handle() 145 const native_handle_type& native_handle, in basic_object_handle() 296 native_handle_type native_handle() in native_handle() function in boost::asio::windows::basic_object_handle
|
| /third_party/boost/boost/asio/windows/ |
| D | basic_overlapped_handle.hpp | 125 const native_handle_type& native_handle) in basic_overlapped_handle() 148 const native_handle_type& native_handle, in basic_overlapped_handle() 299 native_handle_type native_handle() in native_handle() function in boost::asio::windows::basic_overlapped_handle
|
| D | basic_object_handle.hpp | 122 const native_handle_type& native_handle) in basic_object_handle() 145 const native_handle_type& native_handle, in basic_object_handle() 296 native_handle_type native_handle() in native_handle() function in boost::asio::windows::basic_object_handle
|
| /third_party/cef/include/base/internal/ |
| D | cef_lock_impl.h | 78 NativeHandle* native_handle() { return &native_handle_; } in native_handle() function
|
| /third_party/boost/libs/beast/include/boost/beast/core/ |
| D | file_stdio.hpp | 67 native_handle() const in native_handle() function in boost::beast::file_stdio
|
| D | file_win32.hpp | 84 native_handle() in native_handle() function in boost::beast::file_win32
|
| D | file_posix.hpp | 87 native_handle() const in native_handle() function in boost::beast::file_posix
|
| /third_party/boost/boost/beast/core/ |
| D | file_stdio.hpp | 67 native_handle() const in native_handle() function in boost::beast::file_stdio
|
| D | file_win32.hpp | 84 native_handle() in native_handle() function in boost::beast::file_win32
|
| D | file_posix.hpp | 87 native_handle() const in native_handle() function in boost::beast::file_posix
|
| /third_party/boost/boost/asio/ssl/ |
| D | verify_context.hpp | 53 native_handle_type native_handle() in native_handle() function in boost::asio::ssl::verify_context
|
| /third_party/boost/libs/asio/include/boost/asio/ssl/ |
| D | verify_context.hpp | 53 native_handle_type native_handle() in native_handle() function in boost::asio::ssl::verify_context
|
| /third_party/boost/boost/process/detail/posix/ |
| D | environment.hpp | 97 native_handle_type native_handle() const {return _env_impl;} in native_handle() function in boost::process::detail::posix::native_environment_impl 138 native_handle_type native_handle() const {return ::environ;} in native_handle() function in boost::process::detail::posix::native_environment_impl 212 native_handle_type native_handle() const {return &_data.front();} in native_handle() function 315 inline int native_handle() {return getpid(); } in native_handle() function
|
| /third_party/benchmark/src/ |
| D | mutex.h | 81 std::mutex& native_handle() { return mut_; } in native_handle() function 93 MutexLockImp& native_handle() { return ml_; } in native_handle() function
|
| /third_party/boost/boost/thread/pthread/ |
| D | mutex.hpp | 86 native_handle_type native_handle() in native_handle() function in boost::mutex 304 native_handle_type native_handle() in native_handle() function in boost::timed_mutex
|
| D | recursive_mutex.hpp | 124 native_handle_type native_handle() in native_handle() function in boost::recursive_mutex 420 native_handle_type native_handle() in native_handle() function in boost::recursive_timed_mutex
|
| /third_party/json/benchmarks/thirdparty/benchmark/src/ |
| D | mutex.h | 81 std::mutex& native_handle() { return mut_; } in native_handle() function 93 MutexLockImp& native_handle() { return ml_; } in native_handle() function
|
| /third_party/boost/boost/process/detail/windows/ |
| D | environment.hpp | 56 native_handle_type native_handle() const {return _buf.get();} in native_handle() function in boost::process::detail::windows::native_environment_impl 213 native_handle_type native_handle() const {return &*_data.begin();} in native_handle() function 341 inline void* native_handle() {return boost::winapi::GetCurrentProcess(); } in native_handle() function
|