Home
last modified time | relevance | path

Searched defs:native_handle (Results 1 – 25 of 70) sorted by relevance

123

/third_party/mesa3d/include/android_stub/cutils/
Dnative_handle.h34 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/
DGrallocAndroid.cpp121 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/
DGrallocAndroid.cpp121 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/
Dsemaphore.h45 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/
Dandroid_util.cpp15 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/
Dandroid_util.cpp22 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/
Dbasic_overlapped_handle.hpp125 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
Dbasic_object_handle.hpp122 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/
Dbasic_overlapped_handle.hpp125 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
Dbasic_object_handle.hpp122 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/
Dcef_lock_impl.h78 NativeHandle* native_handle() { return &native_handle_; } in native_handle() function
/third_party/boost/libs/beast/include/boost/beast/core/
Dfile_stdio.hpp67 native_handle() const in native_handle() function in boost::beast::file_stdio
Dfile_win32.hpp84 native_handle() in native_handle() function in boost::beast::file_win32
Dfile_posix.hpp87 native_handle() const in native_handle() function in boost::beast::file_posix
/third_party/boost/boost/beast/core/
Dfile_stdio.hpp67 native_handle() const in native_handle() function in boost::beast::file_stdio
Dfile_win32.hpp84 native_handle() in native_handle() function in boost::beast::file_win32
Dfile_posix.hpp87 native_handle() const in native_handle() function in boost::beast::file_posix
/third_party/boost/boost/asio/ssl/
Dverify_context.hpp53 native_handle_type native_handle() in native_handle() function in boost::asio::ssl::verify_context
/third_party/boost/libs/asio/include/boost/asio/ssl/
Dverify_context.hpp53 native_handle_type native_handle() in native_handle() function in boost::asio::ssl::verify_context
/third_party/boost/boost/process/detail/posix/
Denvironment.hpp97 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/
Dmutex.h81 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/
Dmutex.hpp86 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
Drecursive_mutex.hpp124 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/
Dmutex.h81 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/
Denvironment.hpp56 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

123