Home
last modified time | relevance | path

Searched refs:HandleType (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/vulkan/nulldrv/
Dnull_driver.cpp70 namespace HandleType { namespace
103 std::array<uint64_t, HandleType::kNumTypes> next_handle;
181 Handle AllocHandle(VkInstance instance, HandleType::Enum type) { in AllocHandle()
187 Handle AllocHandle(VkDevice device, HandleType::Enum type) { in AllocHandle()
706 typedef VkCommandPool HandleType; typedef
777 typedef VkDeviceMemory HandleType; typedef
827 typedef VkBuffer HandleType; typedef
874 typedef VkImage HandleType; typedef
976 *view = AllocHandle<VkBufferView>(device, HandleType::kBufferView); in CreateBufferView()
984 *pool = AllocHandle<VkDescriptorPool>(device, HandleType::kDescriptorPool); in CreateDescriptorPool()
[all …]
/frameworks/base/core/java/android/widget/
DEditor.java5219 public @interface HandleType {} annotation in Editor
5228 @HandleType
5245 @HandleType int handleType) { in SelectionHandleView()
/frameworks/base/config/
Dhiddenapi-private-dex.txt101428 Landroid/widget/Editor$HandleType;