Home
last modified time | relevance | path

Searched defs:HandleWrapper (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/crosvm/cros_async/src/sys/windows/
H A Dhandle_source.rs95 pub struct HandleWrapper { struct
99 impl HandleWrapper { impl
100 pub fn new(handle: Descriptor) -> Arc<Mutex<HandleWrapper>> { in new()
/aosp_15_r20/art/runtime/
H A Dhandle.h131 template<class S> friend class HandleWrapper; variable
181 template<class S> friend class HandleWrapper; variable
H A Dhandle_wrapper.h31 HandleWrapper(T** obj, const MutableHandle<T>& handle) in HandleWrapper() function
H A Dhandle_scope.h33 template<class T> class HandleWrapper; variable