Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Ddebug_report.h103 template <typename ObjectType>
104 void Info(ObjectType object, const char* format, ...) const in Info()
113 template <typename ObjectType>
114 void Warn(ObjectType object, const char* format, ...) const in Warn()
123 template <typename ObjectType>
124 void Err(ObjectType object, const char* format, ...) const in Err()
134 template <typename ObjectType>
135 static VkDebugReportObjectTypeEXT GetObjectType(ObjectType) { in GetObjectType() argument
136 if (std::is_same<ObjectType, VkInstance>::value) in GetObjectType()
138 else if (std::is_same<ObjectType, VkPhysicalDevice>::value) in GetObjectType()
[all …]
/frameworks/ml/nn/runtime/
DMemory.h53 template <typename ObjectType>
58 uint32_t add(const ObjectType* object) { in add()
77 const ObjectType* operator[](size_t i) const {
86 const std::vector<const ObjectType*>& getObjects() const { return mObjects; } in getObjects()
90 std::vector<const ObjectType*> mObjects;
92 std::unordered_map<const ObjectType*, uint32_t> mKnown;
/frameworks/native/cmds/lshal/
DListCommand.cpp162 template <typename ObjectType>
163 VintfInfo getVintfInfo(const std::shared_ptr<const ObjectType>& object, in getVintfInfo()