Home
last modified time | relevance | path

Searched defs:Handle (Results 1 – 25 of 47) sorted by relevance

12

/aosp12/art/runtime/
H A Dhandle.h34 template<class T> class Handle; variable
51 Handle() : reference_(nullptr) { in Handle() function
60 ALWAYS_INLINE Handle(const Handle<Type>& other) : reference_(other.reference_) { in Handle() function
63 ALWAYS_INLINE explicit Handle(StackReference<T>* reference) : reference_(reference) { in Handle() function
117 explicit Handle(StackReference<S>* reference) in Handle() function
121 explicit Handle(const Handle<S>& handle) in Handle() function
129 template<class S> friend class Handle; variable
H A Dhandle_scope.h31 template<class T> class Handle; variable
/aosp12/packages/modules/Virtualization/authfs/src/
H A Dfusefs.rs46 type Handle = u64; typedef
188 type Handle = Handle; typedef
233 _handle: Option<Handle>, in getattr()
256 ) -> io::Result<(Option<Self::Handle>, fuse::sys::OpenOptions)> { in open()
280 _handle: Handle, in read()
312 _handle: Self::Handle, in write()
335 _handle: Option<Handle>, in setattr()
/aosp12/system/teeui/libteeui/include/teeui/
H A Dfont_rendering.h38 Handle() : handle_(nullptr) {} in Handle() function
39 explicit Handle(T handle) : handle_(handle) {} in Handle() function
43 Handle(Handle&& other) { in Handle() function
/aosp12/packages/modules/Virtualization/zipfuse/src/
H A Dmain.rs99 type Handle = u64; typedef
152 type Handle = Handle; typedef
180 _handle: Option<Self::Handle>, in getattr()
191 ) -> io::Result<(Option<Self::Handle>, fuse::filesystem::OpenOptions)> { in open()
224 _handle: Self::Handle, in release()
248 handle: Self::Handle, in read()
272 ) -> io::Result<(Option<Self::Handle>, fuse::filesystem::OpenOptions)> { in opendir()
298 _handle: Self::Handle, in releasedir()
316 _handle: Self::Handle, in readdir()
/aosp12/art/openjdkjvmti/
H A Dti_class_loader.h47 template <class MirrorType> class Handle; variable
/aosp12/art/runtime/mirror/
H A Dstack_trace_element.h24 template<class T> class Handle; variable
H A Darray.h31 template<class T> class Handle; variable
H A Dstring.h31 template<class T> class Handle; variable
/aosp12/system/netd/libnetdutils/include/netdutils/
H A DHandle.h51 constexpr Handle(const T& value) : mValue(value) {} in Handle() function
/aosp12/art/compiler/
H A Dcommon_compiler_test.h43 template<class T> class Handle; variable
H A Dcompiler.h45 template<class T> class Handle; variable
/aosp12/frameworks/base/libs/hwui/
H A DWebViewFunctorManager.h66 Handle(WebViewFunctor& ref) : mReference(ref) {} in Handle() function
/aosp12/frameworks/base/core/java/android/os/
H A DSystemProperties.java347 public static final class Handle { class in SystemProperties
379 private Handle(long nativeHandle) { in Handle() method in SystemProperties.Handle
/aosp12/system/iorap/src/perfetto/
H A Dperfetto_consumer.h34 using Handle = ::perfetto::consumer::Handle; member
/aosp12/art/test/906-iterate-heap/
H A Diterate_heap.cc87 jint Handle(jlong class_tag ATTRIBUTE_UNUSED, in Java_art_Test906_iterateThroughHeapCount() function in art::Test906IterateHeap::Java_art_Test906_iterateThroughHeapCount::CountIterationConfig
123 jint Handle(jlong class_tag, jlong size, jlong* tag_ptr, jint length) override { in Java_art_Test906_iterateThroughHeapData() function in art::Test906IterateHeap::Java_art_Test906_iterateThroughHeapData::DataIterationConfig
164 jint Handle(jlong class_tag ATTRIBUTE_UNUSED, in Java_art_Test906_iterateThroughHeapAdd() function in art::Test906IterateHeap::Java_art_Test906_iterateThroughHeapAdd::AddIterationConfig
/aosp12/system/chre/chpp/
H A DREADME.md179 ### Handle subsection
/aosp12/hardware/qcom/display/msm8996/sdm/include/utils/
H A Dconstants.h76 typedef void * Handle; typedef
/aosp12/hardware/qcom/display/msm8909/sdm/include/utils/
H A Dconstants.h79 typedef void * Handle; typedef
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/include/utils/
H A Dconstants.h79 typedef void * Handle; typedef
/aosp12/hardware/qcom/display/msm8998/sdm/include/utils/
H A Dconstants.h80 typedef void * Handle; typedef
/aosp12/hardware/qcom/sdm845/display/sdm/include/utils/
H A Dconstants.h85 typedef void * Handle; typedef
/aosp12/hardware/qcom/sm8150/display/sdm/include/utils/
H A Dconstants.h89 typedef void * Handle; typedef
/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/
H A DTypes.h624 struct Handle { struct
629 using SharedHandle = std::shared_ptr<const Handle>; argument
647 using Handle = std::unique_ptr<AHardwareBuffer, Deleter>; member
/aosp12/hardware/qcom/sm7250/display/sdm/include/utils/
H A Dconstants.h89 typedef void * Handle; typedef

12