/aosp_15_r20/external/rust/crates/v4l2r/lib/src/device/queue/ |
D | handles_provider.rs | 34 type HandleType: BufferHandles; typedef 39 fn get_handles(&self, waker: &Arc<Waker>) -> Option<Self::HandleType>; in get_handles() 43 _handles: &Self::HandleType, in get_suitable_buffer_for() 46 <Q as CaptureQueueableProvider<'a, Self::HandleType>>::Queueable, in get_suitable_buffer_for() 59 type HandleType = P::HandleType; typedef 61 fn get_handles(&self, waker: &Arc<Waker>) -> Option<Self::HandleType> { in get_handles() 67 handles: &Self::HandleType, in get_suitable_buffer_for() 70 <Q as CaptureQueueableProvider<'a, Self::HandleType>>::Queueable, in get_suitable_buffer_for() 82 type HandleType = P::HandleType; typedef 84 fn get_handles(&self, waker: &Arc<Waker>) -> Option<Self::HandleType> { in get_handles() [all …]
|
/aosp_15_r20/external/rust/crates/v4l2r/ffi/src/ |
D | memory.rs | 110 type HandleType = DmaBufHandle<DmaBufFd>; typedef 143 type HandleType = v4l2r_video_frame; typedef 152 fn get_handles(&self, waker: &Arc<Waker>) -> Option<Self::HandleType> { in get_handles() 165 handles: &Self::HandleType, in get_suitable_buffer_for() 168 <Q as CaptureQueueableProvider<'a, Self::HandleType>>::Queueable, in get_suitable_buffer_for()
|
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/ |
D | encoder.rs | 190 for<'a> Queue<Capture, BuffersAllocated<P::HandleType>>: in allocate_capture_buffers_generic() 214 for<'a> Queue<Capture, BuffersAllocated<P::HandleType>>: in allocate_capture_buffers() 499 capture_queue: Queue<Capture, BuffersAllocated<P::HandleType>>, in new()
|
D | memory.rs | 162 type HandleType: PlaneHandle; typedef 168 type HandleType = P; typedef
|
/aosp_15_r20/system/tools/hidl/ |
D | HandleType.h | 25 struct HandleType : public Type { struct
|
D | HandleType.cpp | 26 HandleType::HandleType(Scope* parent) : Type(parent, "handle") {} in HandleType() function in android::HandleType
|
/aosp_15_r20/hardware/google/gfxstream/host/ |
D | Handle.h | 22 using HandleType = uint32_t; variable
|
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/ |
D | SharedLibrary.h | 102 typedef HMODULE HandleType; typedef
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | vk_wrapper.h | 60 enum class HandleType enum
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/ |
H A D | tensor_handle.h | 250 enum HandleType { LOCAL = 0, PACKED = 1, REMOTE = 2 }; enum
|
/aosp_15_r20/hardware/interfaces/graphics/composer/2.1/utils/resources/include/composer-resources/2.1/ |
H A D | ComposerResources.h | 57 enum class HandleType { enum
|
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/ |
H A D | CUDASymmetricMemory.hpp | 11 using HandleType = CUmemGenericAllocationHandle; typedef
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vkHandleType.inl | 6 enum HandleType enum
|
/aosp_15_r20/external/libchrome/mojo/public/cpp/system/ |
H A D | handle.h | 208 inline void Close(ScopedHandleBase<HandleType> /*handle*/) { in Close()
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
H A D | vkHandleType.inl | 6 enum HandleType enum
|
/aosp_15_r20/external/libchrome/mojo/public/cpp/platform/tests/ |
H A D | platform_handle_unittest.cc | 35 enum class HandleType { enum
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | ndr64types.h | 60 NDR64_UINT32 HandleType : 3; member 157 NDR64_FORMAT_CHAR HandleType; member 164 NDR64_FORMAT_CHAR HandleType; member 172 NDR64_FORMAT_CHAR HandleType; member
|
/aosp_15_r20/frameworks/native/vulkan/nulldrv/ |
H A D | null_driver.cpp | 71 namespace HandleType { namespace 707 typedef VkCommandPool HandleType; typedef 778 typedef VkDeviceMemory HandleType; typedef 828 typedef VkBuffer HandleType; typedef 875 typedef VkImage HandleType; typedef
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/btree/ |
H A D | node.rs | 820 pub fn reborrow(&self) -> Handle<NodeRef<marker::Immut<'_>, K, V, NodeType>, HandleType> { in reborrow() argument 834 ) -> Handle<NodeRef<marker::Mut<'_>, K, V, NodeType>, HandleType> { in reborrow_mut() argument 842 pub fn dormant(&self) -> Handle<NodeRef<marker::DormantMut, K, V, NodeType>, HandleType> { in dormant() argument 854 pub unsafe fn awaken<'a>(self) -> Handle<NodeRef<marker::Mut<'a>, K, V, NodeType>, HandleType> { in awaken() argument
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/btree/ |
H A D | node.rs | 820 pub fn reborrow(&self) -> Handle<NodeRef<marker::Immut<'_>, K, V, NodeType>, HandleType> { in reborrow() argument 834 ) -> Handle<NodeRef<marker::Mut<'_>, K, V, NodeType>, HandleType> { in reborrow_mut() argument 842 pub fn dormant(&self) -> Handle<NodeRef<marker::DormantMut, K, V, NodeType>, HandleType> { in dormant() argument 854 pub unsafe fn awaken<'a>(self) -> Handle<NodeRef<marker::Mut<'a>, K, V, NodeType>, HandleType> { in awaken() argument
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/btree/ |
H A D | node.rs | 820 pub fn reborrow(&self) -> Handle<NodeRef<marker::Immut<'_>, K, V, NodeType>, HandleType> { in reborrow() argument 834 ) -> Handle<NodeRef<marker::Mut<'_>, K, V, NodeType>, HandleType> { in reborrow_mut() argument 842 pub fn dormant(&self) -> Handle<NodeRef<marker::DormantMut, K, V, NodeType>, HandleType> { in dormant() argument 854 pub unsafe fn awaken<'a>(self) -> Handle<NodeRef<marker::Mut<'a>, K, V, NodeType>, HandleType> { in awaken() argument
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/btree/ |
H A D | node.rs | 820 pub fn reborrow(&self) -> Handle<NodeRef<marker::Immut<'_>, K, V, NodeType>, HandleType> { in reborrow() argument 834 ) -> Handle<NodeRef<marker::Mut<'_>, K, V, NodeType>, HandleType> { in reborrow_mut() argument 842 pub fn dormant(&self) -> Handle<NodeRef<marker::DormantMut, K, V, NodeType>, HandleType> { in dormant() argument 854 pub unsafe fn awaken<'a>(self) -> Handle<NodeRef<marker::Mut<'a>, K, V, NodeType>, HandleType> { in awaken() argument
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/collections/btree/ |
H A D | node.rs | 820 pub fn reborrow(&self) -> Handle<NodeRef<marker::Immut<'_>, K, V, NodeType>, HandleType> { in reborrow() argument 834 ) -> Handle<NodeRef<marker::Mut<'_>, K, V, NodeType>, HandleType> { in reborrow_mut() argument 842 pub fn dormant(&self) -> Handle<NodeRef<marker::DormantMut, K, V, NodeType>, HandleType> { in dormant() argument 854 pub unsafe fn awaken<'a>(self) -> Handle<NodeRef<marker::Mut<'a>, K, V, NodeType>, HandleType> { in awaken() argument
|
/aosp_15_r20/external/libchrome/mojo/core/ |
H A D | embedder_unittest.cc | 348 enum class HandleType { enum
|
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/decoder/ |
D | stateful.rs | 199 for<'a> Queue<Capture, BuffersAllocated<P::HandleType>>: in start()
|