Home
last modified time | relevance | path

Searched defs:get_handles (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/crates/v4l2r/lib/src/device/queue/
Dhandles_provider.rs39 fn get_handles(&self, waker: &Arc<Waker>) -> Option<Self::HandleType>; in get_handles() method
61 fn get_handles(&self, waker: &Arc<Waker>) -> Option<Self::HandleType> { in get_handles() method
84 fn get_handles(&self, waker: &Arc<Waker>) -> Option<Self::HandleType> { in get_handles() method
115 fn get_handles(&self, _waker: &Arc<Waker>) -> Option<Self::HandleType> { in get_handles() method
152 fn get_handles(&self, waker: &Arc<Waker>) -> Option<PooledHandles<H>> { in get_handles() method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/
Dhandles.hpp43 inline std::vector<native_handle_type> get_handles() in get_handles() function
50 inline std::vector<native_handle_type> get_handles(std::error_code &ec) in get_handles() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/posix/
Dhandles.hpp21 inline std::vector<native_handle_type> get_handles(std::error_code & ec) in get_handles() function
55 inline std::vector<native_handle_type> get_handles() in get_handles() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/windows/
Dhandles.hpp27 inline std::vector<native_handle_type> get_handles(std::error_code & ec) in get_handles() function
67 inline std::vector<native_handle_type> get_handles() in get_handles() function
/aosp_15_r20/external/rust/crates/v4l2r/ffi/src/
Dmemory.rs152 fn get_handles(&self, waker: &Arc<Waker>) -> Option<Self::HandleType> { in get_handles() method